diff options
Diffstat (limited to 'www/mod_gzip2/Makefile')
-rw-r--r-- | www/mod_gzip2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/mod_gzip2/Makefile b/www/mod_gzip2/Makefile index aa400f82b991..bb72a766ee33 100644 --- a/www/mod_gzip2/Makefile +++ b/www/mod_gzip2/Makefile @@ -6,19 +6,19 @@ # PORTNAME= mod_gzip -PORTVERSION= 1.3.14.6e +PORTVERSION= 1.3.19.1a CATEGORIES= www -MASTER_SITES= http://12.17.228.52/mod_gzip/src/${PORTVERSION}/ +MASTER_SITES= http://www.remotecommunications.com/apache/mod_gzip/src/${PORTVERSION}/ DISTFILES= ${PORTNAME}.c.gz EXTRACT_ONLY= ${DISTFILES:M*.gz} -MAINTAINER= mi@aldan.algebra.com +MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 .if !defined(NOPORTDOCS) -DISTFILES+= readme.txt +DISTFILES+= changes.txt commands.txt samples.txt .endif NO_WRKSUBDIR= YES |