diff options
author | petef <petef@FreeBSD.org> | 2002-07-06 14:47:45 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-07-06 14:47:45 +0800 |
commit | d7fac372c393679647e4f690d37302861c814fa0 (patch) | |
tree | bc21901cbc7e3a9afc71ba2e134cf5342e5eb6a9 /www | |
parent | 06d15638abf553ca54cdf0cef2626f14c6497c39 (diff) | |
download | freebsd-ports-gnome-d7fac372c393679647e4f690d37302861c814fa0.tar.gz freebsd-ports-gnome-d7fac372c393679647e4f690d37302861c814fa0.tar.zst freebsd-ports-gnome-d7fac372c393679647e4f690d37302861c814fa0.zip |
- update to 3.2
- pass maintainership to submitter
PR: 39570
Submitted by: sheepkiller@cultdeadsheep.org
Diffstat (limited to 'www')
-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 |