diff options
author | Frank J. Laszlo <laszlof@FreeBSD.org> | 2007-07-09 02:05:00 +0000 |
---|---|---|
committer | Frank J. Laszlo <laszlof@FreeBSD.org> | 2007-07-09 02:05:00 +0000 |
commit | 1892b391b65996f51ed84b96842ba70133ffc79b (patch) | |
tree | ce089d0af47548a697478230cb42ab2b9e7b7b28 /www/mod_jail | |
parent | 8c766020303b6359c93715e962d0ea8884a53157 (diff) | |
download | ports-1892b391b65996f51ed84b96842ba70133ffc79b.tar.gz ports-1892b391b65996f51ed84b96842ba70133ffc79b.zip |
Notes
Diffstat (limited to 'www/mod_jail')
-rw-r--r-- | www/mod_jail/Makefile | 10 | ||||
-rw-r--r-- | www/mod_jail/distinfo | 6 | ||||
-rw-r--r-- | www/mod_jail/pkg-descr | 2 |
3 files changed, 7 insertions, 11 deletions
diff --git a/www/mod_jail/Makefile b/www/mod_jail/Makefile index 868dac96dad2..b571fde575d7 100644 --- a/www/mod_jail/Makefile +++ b/www/mod_jail/Makefile @@ -6,15 +6,15 @@ # PORTNAME= mod_jail -PORTVERSION= 0.1 +PORTVERSION= 0.4 CATEGORIES= www MASTER_SITES= http://igorpopov.newmail.ru/ MAINTAINER= laszlof@FreeBSD.org -COMMENT= Apache 1.3.x module to enable an easy alternative to mod_chroot +COMMENT= Apache 1.3.x/2.0.xx module to enable an easy alternative to mod_chroot WRKSRC= ${WRKDIR}/mod_jail -USE_APACHE= 1.3 +USE_APACHE= 1.3+ AP_FAST_BUILD= YES AP_GENPLIST= YES @@ -26,10 +26,6 @@ PORTDOCS= changelog.html documentation.html download.html \ post-extract: @${REINPLACE_CMD} -e "s|= apxs|= ${APXS}|" ${WRKSRC}/Makefile -.if defined(WITH_APACHE2) -IGNORE= only works on Apache 1.3.x -.endif - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/www/mod_jail/distinfo b/www/mod_jail/distinfo index 8b74fe3565df..ebf27d6432ba 100644 --- a/www/mod_jail/distinfo +++ b/www/mod_jail/distinfo @@ -1,3 +1,3 @@ -MD5 (mod_jail-0.1.tar.gz) = be4605b172f69fcea7f6a9d43182b51c -SHA256 (mod_jail-0.1.tar.gz) = 145c119db0c17d524ab7ee061f8b8221bb8aa472924066e2814d5e6d860d7f1c -SIZE (mod_jail-0.1.tar.gz) = 12906 +MD5 (mod_jail-0.4.tar.gz) = 188fb307e67428b05292dd73b9d6db2e +SHA256 (mod_jail-0.4.tar.gz) = 85291f40c0d5d19a8ac68196c679969c2617858d46839a6400a735e2b4a873eb +SIZE (mod_jail-0.4.tar.gz) = 14624 diff --git a/www/mod_jail/pkg-descr b/www/mod_jail/pkg-descr index 0aef5f840520..cc4f846b8a59 100644 --- a/www/mod_jail/pkg-descr +++ b/www/mod_jail/pkg-descr @@ -1,4 +1,4 @@ -mod_jail is Apache 1.3.xx module, that makes running Apache in a secure jail +mod_jail is Apache 1.3.xx/2.0.xx module, that makes running Apache in a secure jail prison easy, so it is intended to run on FreeBSD only. It is similar to mod_chroot, but uses FreeBSD's specific system call - jail. Also mod_jail make it possible to change securelevel into jail prison. |