diff options
author | koitsu <koitsu@FreeBSD.org> | 2008-03-27 00:25:20 +0800 |
---|---|---|
committer | koitsu <koitsu@FreeBSD.org> | 2008-03-27 00:25:20 +0800 |
commit | 2c838cc3a87ca8da70b47c8f62ba8cf44bf5ddb5 (patch) | |
tree | 1f6a1978844e47be380bb0761dcbaca337ecac09 /www | |
parent | b6c7250077fb1bdd09c42048568ba14a86f84e40 (diff) | |
download | freebsd-ports-gnome-2c838cc3a87ca8da70b47c8f62ba8cf44bf5ddb5.tar.gz freebsd-ports-gnome-2c838cc3a87ca8da70b47c8f62ba8cf44bf5ddb5.tar.zst freebsd-ports-gnome-2c838cc3a87ca8da70b47c8f62ba8cf44bf5ddb5.zip |
* Maintainer freebsd@jdc.parodius.com --> koitsu@FreeBSD.org (I'm both)
* Add some redundancy fetch locations to MASTER_SITE_LOCAL.
Diffstat (limited to 'www')
-rw-r--r-- | www/cgiwrap/Makefile | 2 | ||||
-rw-r--r-- | www/suphp/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/cgiwrap/Makefile b/www/cgiwrap/Makefile index 695633f76dd5..9c50758ad316 100644 --- a/www/cgiwrap/Makefile +++ b/www/cgiwrap/Makefile @@ -12,7 +12,7 @@ CATEGORIES= www security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= freebsd@jdc.parodius.com +MAINTAINER= koitsu@FreeBSD.org COMMENT= Securely execute Web CGI scripts WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/www/suphp/Makefile b/www/suphp/Makefile index 441eb1afdca0..18647060179e 100644 --- a/www/suphp/Makefile +++ b/www/suphp/Makefile @@ -9,9 +9,9 @@ PORTNAME= suphp PORTVERSION= 0.6.2 CATEGORIES= www MASTER_SITES= http://www.suphp.org/download/ \ - ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/koitsu/ + ${MASTER_SITE_LOCAL:S/%SUBDIR%|koitsu|} -MAINTAINER= freebsd@jdc.parodius.com +MAINTAINER= koitsu@FreeBSD.org COMMENT= Securely execute PHP scripts under Apache GNU_CONFIGURE= yes |