THe current master site is down. Twiki is hosted on sourceforce, so add SF mastersite (as primary) and leave twiki.org in case it comes back. Solve current fetching problem Fix: Patch attached with submission follows:
Maintainer of www/twiki, Please note that PR ports/178484 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/178484 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->koobs I'll take it.
These types of PR's shouldn't require approval from maintainer at all.
Author: koobs Date: Fri May 10 14:03:43 2013 New Revision: 317803 URL: http://svnweb.freebsd.org/changeset/ports/317803 Log: www/twiki: Primary MASTER_SITE is down, use SOURCEFORGE to compensate PR: ports/178484 Reviewed by: bdrewery, marino (on IRC) Approved by: bdrewery Modified: head/www/twiki/Makefile (contents, props changed) Modified: head/www/twiki/Makefile ============================================================================== --- head/www/twiki/Makefile Fri May 10 13:45:27 2013 (r317802) +++ head/www/twiki/Makefile Fri May 10 14:03:43 2013 (r317803) @@ -5,7 +5,8 @@ PORTNAME= twiki PORTVERSION= 5.1.4 PORTEPOCH= 1 CATEGORIES= www -MASTER_SITES= http://twiki.org/p/pub/Codev/Release/ +MASTER_SITES= SF/${PORTNAME}/TWiki%20for%20all%20Platforms/${DISTNAME} \ + http://twiki.org/p/pub/Codev/Release/ DISTNAME= TWiki-${PORTVERSION} EXTRACT_SUFX= .tgz _______________________________________________ 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"
State Changed From-To: feedback->closed Committed. Thanks!