diff options
author | mi <mi@FreeBSD.org> | 2001-05-08 23:29:26 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2001-05-08 23:29:26 +0800 |
commit | e27961755ed3110e38c584d7569a10a1fdd71531 (patch) | |
tree | 55eb3a05aee0a1a35d9694528af6a480cb825827 /www/mod_gzip/Makefile | |
parent | 26ee6872db7880d71cdb5d12e6d329084e843db0 (diff) | |
download | freebsd-ports-gnome-e27961755ed3110e38c584d7569a10a1fdd71531.tar.gz freebsd-ports-gnome-e27961755ed3110e38c584d7569a10a1fdd71531.tar.zst freebsd-ports-gnome-e27961755ed3110e38c584d7569a10a1fdd71531.zip |
Upgrade the version number and change the master site. Disclaim the
maintainership. Install some more text documentation.
Submitted by: Vanilla I. Shu
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 |