Bug 180644 - www/fswiki 3.6.2 pkg-descr is incorrect
Summary: www/fswiki 3.6.2 pkg-descr is incorrect
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jun Kuriyama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-19 00:10 UTC by Chris H
Modified: 2013-07-29 15:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris H 2013-07-19 00:10:00 UTC
The packages description file lists an incorrect WWW location
(WWW: http://fswiki.poi.jp/wiki.cgi).
The URL hasn't been in existence for several years.

Fix: 

Replace the contents of pkg-descr with the following:

FreeStyle Wiki (perl based wiki clone).

WWW: http://fswiki.org/
WWW: http://fswiki.sourceforge.jp/cgi-bin/wiki.cgi
How-To-Repeat: Attempt to go to the URL listed in the pkg-descr file.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-19 01:49:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-07-29 15:20:28 UTC
Author: kuriyama
Date: Mon Jul 29 14:20:21 2013
New Revision: 323887
URL: http://svnweb.freebsd.org/changeset/ports/323887

Log:
  - Fix WWW: line in pkg-descr.
  
  PR:		ports/180644
  Submittedy b:	Chris H <bsd-lists@1command.com>

Modified:
  head/www/fswiki/Makefile
  head/www/fswiki/pkg-descr

Modified: head/www/fswiki/Makefile
==============================================================================
--- head/www/fswiki/Makefile	Mon Jul 29 14:16:11 2013	(r323886)
+++ head/www/fswiki/Makefile	Mon Jul 29 14:20:21 2013	(r323887)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	fswiki
-# Date created:		Oct 10, 2004
-# Whom:			kuriyama@FreeBSD.org
-#
 # $FreeBSD$
-#
 
 PORTNAME=	fswiki
 PORTVERSION=	3.6.2
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_JP}
 MASTER_SITE_SUBDIR=	fswiki/20797

Modified: head/www/fswiki/pkg-descr
==============================================================================
--- head/www/fswiki/pkg-descr	Mon Jul 29 14:16:11 2013	(r323886)
+++ head/www/fswiki/pkg-descr	Mon Jul 29 14:20:21 2013	(r323887)
@@ -1,3 +1,4 @@
 FreeStyle Wiki (perl based wiki clone).
 
-WWW: http://fswiki.poi.jp/wiki.cgi
+WWW: http://fswiki.org/
+WWW: http://fswiki.sourceforge.jp/cgi-bin/wiki.cgi
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Jun Kuriyama freebsd_committer freebsd_triage 2013-07-29 15:20:47 UTC
State Changed
From-To: open->closed

Committed, thanks!