diff options
author | clement <clement@FreeBSD.org> | 2005-05-22 14:20:15 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-05-22 14:20:15 +0000 |
commit | 18d2079d6fb516bd0361826791883f7be94b6d04 (patch) | |
tree | ab8d6d40b4cd7d7d012ad1b23e008aebe8d07f79 /www | |
parent | 0257d6dde21db81835adba95b2909dbc40da0ddf (diff) | |
download | FreeBSD-ports-18d2079d6fb516bd0361826791883f7be94b6d04.zip FreeBSD-ports-18d2079d6fb516bd0361826791883f7be94b6d04.tar.gz |
- Update to 2.0.2
- Fix MASTER_SITES and WWW
Diffstat (limited to 'www')
-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 a6d292c..24beee8 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 db059f0..f071660 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 f1cf33d..7c5a02f 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/ |