svn commit: r317803 - head/www/twiki
Kubilay Kocak
koobs at FreeBSD.org
Fri May 10 14:03:43 UTC 2013
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
More information about the svn-ports-head
mailing list