diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-05-22 14:20:15 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-05-22 14:20:15 +0000 |
commit | cefe34ee44b6398149d5ee152a8f4fe390616f38 (patch) | |
tree | 5bacac4284849f70f7d29c88824db866678484aa /www/mod_auth_imap2 | |
parent | c4db9e1feb14c9a3c27f84a5e0ccf2d79196e37b (diff) |
Notes
Diffstat (limited to 'www/mod_auth_imap2')
-rw-r--r-- | www/mod_auth_imap2/Makefile | 9 | ||||
-rw-r--r-- | www/mod_auth_imap2/distinfo | 4 | ||||
-rw-r--r-- | www/mod_auth_imap2/pkg-descr | 2 |
3 files changed, 8 insertions, 7 deletions
diff --git a/www/mod_auth_imap2/Makefile b/www/mod_auth_imap2/Makefile index a6d292c92dfc..24beee8d95f5 100644 --- a/www/mod_auth_imap2/Makefile +++ b/www/mod_auth_imap2/Makefile @@ -6,15 +6,16 @@ # PORTNAME= mod_auth_imap -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= www -MASTER_SITES= http://www.zhen.org/software/mod_auth_imap/ -EXTRACT_SUFX= .tgz +# real location is http://ben.brillat.net/files/projects/mod_auth_imap2/mod_auth_imap2-current.tar.gz +MASTER_SITES= http://sheepkiller.nerim.net/ports/${PORTNAME}/ DIST_SUBDIR= apache2 MAINTAINER= apache@FreeBSD.org COMMENT= An Apache 2 module to provide authentication via an IMAP mail server +WRKSRC= ${WRKDIR}/${PORTNAME}2-${PORTVERSION} WANT_APACHE= 2 LATEST_LINK= mod_auth_imap2 AP_FAST_BUILD= YES @@ -22,7 +23,7 @@ AP_GENPLIST= YES PORTDOCS= htaccess-example httpd.conf-append-example .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" +.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" .if !defined(NOPORTDOCS) post-install: diff --git a/www/mod_auth_imap2/distinfo b/www/mod_auth_imap2/distinfo index db059f053982..f071660cda18 100644 --- a/www/mod_auth_imap2/distinfo +++ b/www/mod_auth_imap2/distinfo @@ -1,2 +1,2 @@ -MD5 (apache2/mod_auth_imap-2.0.1.tgz) = 857cd134394742e0f94539a3e12c6f5b -SIZE (apache2/mod_auth_imap-2.0.1.tgz) = 12625 +MD5 (apache2/mod_auth_imap-2.0.2.tar.gz) = e49a8c061a659c19bca3a53098fbe792 +SIZE (apache2/mod_auth_imap-2.0.2.tar.gz) = 12699 diff --git a/www/mod_auth_imap2/pkg-descr b/www/mod_auth_imap2/pkg-descr index f1cf33d6a079..7c5a02fcbd56 100644 --- a/www/mod_auth_imap2/pkg-descr +++ b/www/mod_auth_imap2/pkg-descr @@ -1,3 +1,3 @@ An Apache 2 module to provide authentication via an IMAP mail server. -WWW: http://www.zhen.org/cowiki/Software/ModAuthImap/ +WWW: http://ben.brillat.net/projects/mod_auth_imap/ |