Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Nov 2002 00:08:12 +0100 (CET)
From:      Alex Dupre <sysadmin@alexdupre.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45734: [Maintainer Update] Port: www/mod_gzip
Message-ID:  <200211252308.gAPN8Cq6010470@vaio.alexdupre.com>

next in thread | raw e-mail | index | archive | help

>Number:         45734
>Category:       ports
>Synopsis:       [Maintainer Update] Port: www/mod_gzip
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 25 15:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Alex Dupre
>Release:        FreeBSD 4.5-ALEXDUPRE i386
>Organization:
>Environment:
System: FreeBSD vaio.alexdupre.com 4.5-ALEXDUPRE FreeBSD 4.5-ALEXDUPRE #0: Fri Apr 12 14:12:57 CEST 2002 alex@vaio.alexdupre.com:/usr/obj/usr/src/sys/VAIO i386


	
>Description:
Update to 1.3.26.1a version.
Add documentation and sample config file.
	
>How-To-Repeat:
	
>Fix:

	

--- mod_gzip.diff begins here ---
diff -ruN mod_gzip.orig/Makefile mod_gzip/Makefile
--- mod_gzip.orig/Makefile	Mon Nov 25 23:55:48 2002
+++ mod_gzip/Makefile	Tue Nov 26 00:05:47 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mod_gzip
-PORTVERSION=	1.3.19.2a
+PORTVERSION=	1.3.26.1a
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	mod-gzip
@@ -21,5 +21,13 @@
 APACHE_PORT?=	${PORTSDIR}/www/apache13
 
 ALL_TARGET=	build
+
+post-install:
+	@${MKDIR} ${EXAMPLESDIR}
+	@${INSTALL_DATA} ${WRKSRC}/docs/mod_gzip.conf.sample ${EXAMPLESDIR}
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/docs/manual/english/* ${DOCSDIR}
+.endif
 
 .include <bsd.port.mk>
diff -ruN mod_gzip.orig/distinfo mod_gzip/distinfo
--- mod_gzip.orig/distinfo	Mon Nov 25 23:55:48 2002
+++ mod_gzip/distinfo	Mon Nov 25 23:56:44 2002
@@ -1 +1 @@
-MD5 (mod_gzip-1.3.19.2a.tgz) = a0f2247455953a961fe4dfc2e0beda50
+MD5 (mod_gzip-1.3.26.1a.tgz) = 080ccc5d789ed5efa0c0a7625e4fa02d
diff -ruN mod_gzip.orig/pkg-plist mod_gzip/pkg-plist
--- mod_gzip.orig/pkg-plist	Mon Nov 25 23:55:48 2002
+++ mod_gzip/pkg-plist	Tue Nov 26 00:05:17 2002
@@ -1,3 +1,20 @@
 libexec/apache/mod_gzip.so
 @exec %D/sbin/apxs -e -A -n gzip %f
 @unexec %D/sbin/apxs -e -A -n gzip %f
+%%PORTDOCS%%share/doc/mod_gzip/browser.htm
+%%PORTDOCS%%share/doc/mod_gzip/cache.htm
+%%PORTDOCS%%share/doc/mod_gzip/config.htm
+%%PORTDOCS%%share/doc/mod_gzip/encoding.htm
+%%PORTDOCS%%share/doc/mod_gzip/enhancements.htm
+%%PORTDOCS%%share/doc/mod_gzip/extern.gif
+%%PORTDOCS%%share/doc/mod_gzip/firewalls.htm
+%%PORTDOCS%%share/doc/mod_gzip/index.htm
+%%PORTDOCS%%share/doc/mod_gzip/links.htm
+%%PORTDOCS%%share/doc/mod_gzip/mod_gzip_logo.gif
+%%PORTDOCS%%share/doc/mod_gzip/status.htm
+%%PORTDOCS%%share/doc/mod_gzip/valid-css.png
+%%PORTDOCS%%share/doc/mod_gzip/valid-xhtml11.png
+%%PORTDOCS%%share/doc/mod_gzip/versions.htm
+share/examples/mod_gzip/mod_gzip.conf.sample
+@dirrm share/examples/mod_gzip
+%%PORTDOCS%%@dirrm share/doc/mod_gzip
--- mod_gzip.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211252308.gAPN8Cq6010470>