diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-07-06 06:47:45 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-07-06 06:47:45 +0000 |
commit | 1d17fed60a6107fad0b944fcf8b986ef3e282f36 (patch) | |
tree | 9fe39f7cc8d6c2c3262f99716d5ddd2f0cbb4c6c /www/mod_layout | |
parent | 2ba7fb131d2c57fb200434afe7e8e3b220287f1d (diff) | |
download | ports-1d17fed60a6107fad0b944fcf8b986ef3e282f36.tar.gz ports-1d17fed60a6107fad0b944fcf8b986ef3e282f36.zip |
- update to 3.2
- pass maintainership to submitter
PR: 39570
Submitted by: sheepkiller@cultdeadsheep.org
Notes
Notes:
svn path=/head/; revision=62510
Diffstat (limited to 'www/mod_layout')
-rw-r--r-- | www/mod_layout/Makefile | 4 | ||||
-rw-r--r-- | www/mod_layout/distinfo | 2 | ||||
-rw-r--r-- | www/mod_layout/pkg-plist | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/www/mod_layout/Makefile b/www/mod_layout/Makefile index f2cb640e51cb..a31fb769b672 100644 --- a/www/mod_layout/Makefile +++ b/www/mod_layout/Makefile @@ -6,12 +6,12 @@ # PORTNAME= mod_layout -PORTVERSION= 3.0.3 +PORTVERSION= 3.2 CATEGORIES= www MASTER_SITES= ftp://ftp.tangent.org/pub/apache/ \ http://software.tangent.org/download/ -MAINTAINER= petef@FreeBSD.org +MAINTAINER= sheepkiller@cultdeadsheep.org BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 diff --git a/www/mod_layout/distinfo b/www/mod_layout/distinfo index cf2f2594b2c9..6dd1f1b87b43 100644 --- a/www/mod_layout/distinfo +++ b/www/mod_layout/distinfo @@ -1 +1 @@ -MD5 (mod_layout-3.0.3.tar.gz) = 5986bbf65c420a4637e6a3c4229f028b +MD5 (mod_layout-3.2.tar.gz) = ff5b88973978b6a1a1d5277c52cc59f1 diff --git a/www/mod_layout/pkg-plist b/www/mod_layout/pkg-plist index cb4205c426e0..8496c891e42c 100644 --- a/www/mod_layout/pkg-plist +++ b/www/mod_layout/pkg-plist @@ -2,6 +2,7 @@ libexec/apache/mod_layout.so @exec %D/sbin/apxs -e -a -n layout %D/%f @unexec echo "===> If you do not plan on reinstalling mod_layout, you must manually remove"; echo "===> references to it in httpd.conf." %%PORTDOCS%%share/doc/mod_layout/faq.html +%%PORTDOCS%%share/doc/mod_layout/directives/Layout.html %%PORTDOCS%%share/doc/mod_layout/directives/LayoutCache.html %%PORTDOCS%%share/doc/mod_layout/directives/LayoutCacheNeeded.html %%PORTDOCS%%share/doc/mod_layout/directives/LayoutComment.html |