diff options
author | clement <clement@FreeBSD.org> | 2004-11-13 22:47:29 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-11-13 22:47:29 +0800 |
commit | c620a504402a417ae44cc2f72c42c43dacf73c79 (patch) | |
tree | 337a8fbee7fc617d98e31bdd54ff40914d6473df /www/mod_chroot | |
parent | 1b9dcad3a0c31876e9e5aafdb50fef714fa1966b (diff) | |
download | freebsd-ports-gnome-c620a504402a417ae44cc2f72c42c43dacf73c79.tar.gz freebsd-ports-gnome-c620a504402a417ae44cc2f72c42c43dacf73c79.tar.zst freebsd-ports-gnome-c620a504402a417ae44cc2f72c42c43dacf73c79.zip |
- Update to 0.3.
This release add apache2 support. Please read README.Apache20 for more details.
Diffstat (limited to 'www/mod_chroot')
-rw-r--r-- | www/mod_chroot/Makefile | 5 | ||||
-rw-r--r-- | www/mod_chroot/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/www/mod_chroot/Makefile b/www/mod_chroot/Makefile index 9257031201cf..40fd8c3d342d 100644 --- a/www/mod_chroot/Makefile +++ b/www/mod_chroot/Makefile @@ -6,15 +6,14 @@ # PORTNAME= mod_chroot -PORTVERSION= 0.2 +PORTVERSION= 0.3 CATEGORIES= www MASTER_SITES= http://core.segfault.pl/~hobbit/mod_chroot/dist/ MAINTAINER= apache@FreeBSD.org COMMENT= The mod_chroot makes running Apache in a chroot easy -PORTDOCS= INSTALL EAPI CAVEATS -WANT_APACHE= 13 +PORTDOCS= INSTALL EAPI CAVEATS README.Apache20 README AP_FAST_BUILD= YES AP_GENPLIST= YES diff --git a/www/mod_chroot/distinfo b/www/mod_chroot/distinfo index 36046b4fc2db..48e1a955ff9e 100644 --- a/www/mod_chroot/distinfo +++ b/www/mod_chroot/distinfo @@ -1,2 +1,2 @@ -MD5 (mod_chroot-0.2.tar.gz) = 85211cd8cafcfe64258e02291ea6439e -SIZE (mod_chroot-0.2.tar.gz) = 10540 +MD5 (mod_chroot-0.3.tar.gz) = e9f0f2a09d50f2832e12575c1659384c +SIZE (mod_chroot-0.3.tar.gz) = 14369 |