diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2001-05-08 15:29:26 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2001-05-08 15:29:26 +0000 |
commit | aa3858deb1e0a6a07490513c93a4a0c1f762c1e0 (patch) | |
tree | 5cada3ad6d316c37d50edfb6758a83979ee5f2d9 /www/mod_gzip/Makefile | |
parent | Update to 0.7.0 (diff) |
Upgrade the version number and change the master site. Disclaim the
maintainership. Install some more text documentation.
Submitted by: Vanilla I. Shu
Notes
Notes:
svn path=/head/; revision=42412
Diffstat (limited to 'www/mod_gzip/Makefile')
-rw-r--r-- | www/mod_gzip/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/mod_gzip/Makefile b/www/mod_gzip/Makefile index aa400f82b991..bb72a766ee33 100644 --- a/www/mod_gzip/Makefile +++ b/www/mod_gzip/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 |