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 | |
parent | a98569be07f382e7b440059b26cae78e12d17f8d (diff) | |
download | ports-aa3858deb1e0a6a07490513c93a4a0c1f762c1e0.tar.gz ports-aa3858deb1e0a6a07490513c93a4a0c1f762c1e0.zip |
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')
-rw-r--r-- | www/mod_gzip/Makefile | 8 | ||||
-rw-r--r-- | www/mod_gzip/distinfo | 6 | ||||
-rw-r--r-- | www/mod_gzip/pkg-plist | 4 |
3 files changed, 11 insertions, 7 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 diff --git a/www/mod_gzip/distinfo b/www/mod_gzip/distinfo index d9c3940f401c..a4771bc59f38 100644 --- a/www/mod_gzip/distinfo +++ b/www/mod_gzip/distinfo @@ -1,2 +1,4 @@ -MD5 (mod_gzip/mod_gzip.c.gz) = 3b588205c6db5b26e86ef4f5421dc2dd -MD5 (mod_gzip/readme.txt) = 3a9decb840fcd71cf3bf98c1219f0837 +MD5 (mod_gzip/mod_gzip.c.gz) = 4213af3e9a6cf208fa29b04512ce7c75 +MD5 (mod_gzip/changes.txt) = 2e8e0e9f753e886f5ce93f4cfca91fc7 +MD5 (mod_gzip/commands.txt) = 67b10b917047747e0f209ae0317e8099 +MD5 (mod_gzip/samples.txt) = 2b5a0521650dc87b789326d66ddbdee2 diff --git a/www/mod_gzip/pkg-plist b/www/mod_gzip/pkg-plist index bc2ee37e1885..ed697b363c33 100644 --- a/www/mod_gzip/pkg-plist +++ b/www/mod_gzip/pkg-plist @@ -1,5 +1,7 @@ libexec/apache/mod_gzip.so -%%PORTDOCS%%share/doc/mod_gzip/readme.txt +%%PORTDOCS%%share/doc/mod_gzip/samples.txt +%%PORTDOCS%%share/doc/mod_gzip/commands.txt +%%PORTDOCS%%share/doc/mod_gzip/changes.txt %%PORTDOCS%%@dirrm share/doc/mod_gzip @exec ${PKG_PREFIX}/sbin/apxs -e -A -n gzip mod_gzip.so; echo " enable the mod_gzip in Apache's config manually" @unexec ${PKG_PREFIX}/sbin/apxs -e -A -n gzip mod_gzip.so || echo " remove the mod_gzip from Apache's config manually" |