diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-05-27 05:43:21 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-05-27 05:43:21 +0800 |
commit | a13b4775a1ef6f607770821a04e7ff902109cdf0 (patch) | |
tree | beda14b9ec743874dfc5d4222a5d352e568a5af9 /www | |
parent | 560acc6ef1871ab7c69262e11a1c9efa886a73cd (diff) | |
download | freebsd-ports-gnome-a13b4775a1ef6f607770821a04e7ff902109cdf0.tar.gz freebsd-ports-gnome-a13b4775a1ef6f607770821a04e7ff902109cdf0.tar.zst freebsd-ports-gnome-a13b4775a1ef6f607770821a04e7ff902109cdf0.zip |
- Update to 1.1
- A few cleanups
With Hat: apache@
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_authn_sasl/Makefile | 20 | ||||
-rw-r--r-- | www/mod_authn_sasl/distinfo | 6 |
2 files changed, 11 insertions, 15 deletions
diff --git a/www/mod_authn_sasl/Makefile b/www/mod_authn_sasl/Makefile index f4b952882ce3..dfad17d6b7e0 100644 --- a/www/mod_authn_sasl/Makefile +++ b/www/mod_authn_sasl/Makefile @@ -6,31 +6,27 @@ # PORTNAME= mod_authn_sasl -PORTVERSION= 1.0.2 -PORTREVISION= 2 +PORTVERSION= 1.1 CATEGORIES= www MASTER_SITES= SF/mod-authn-sasl/mod-authn-sasl/${PORTVERSION} MAINTAINER= apache@FreeBSD.org COMMENT= Allows user authentication based on libsasl2 mechanisms on apache 2.2 -LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 MAKE_JOBS_SAFE= yes -FETCH_BEFORE_ARGS= -v -v +OPTIONS= SASLAUTHD "Register dependency for cyrus-sasl2-saslauthd" off -USE_APACHE= 22 USE_BZIP2= yes +USE_APACHE= 22 AP_FAST_BUILD= YES AP_GENPLIST= YES -#SHORTMODNAME= authn_sasl - -OPTIONS= SASLAUTHD "Register dependency for cyrus-sasl2-saslauthd" off PORTDOCS= AUTHORS LICENSE -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if defined(WITH_SASLAUTHD) RUN_DEPENDS+= saslauthd:${PORTSDIR}/security/cyrus-sasl2-saslauthd @@ -38,10 +34,10 @@ RUN_DEPENDS+= saslauthd:${PORTSDIR}/security/cyrus-sasl2-saslauthd post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${DOCSDIR}/ . for f in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ . endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/mod_authn_sasl/distinfo b/www/mod_authn_sasl/distinfo index 4acc6f43c6f9..1afec12c02c9 100644 --- a/www/mod_authn_sasl/distinfo +++ b/www/mod_authn_sasl/distinfo @@ -1,3 +1,3 @@ -MD5 (mod_authn_sasl-1.0.2.tar.bz2) = 0272cb8550fe557177729b0c927d56f0 -SHA256 (mod_authn_sasl-1.0.2.tar.bz2) = 45f13e976fe93e43ea291528f2de3d97423867c936584265f23a679d7772cea6 -SIZE (mod_authn_sasl-1.0.2.tar.bz2) = 244838 +MD5 (mod_authn_sasl-1.1.tar.bz2) = d636c38784df08476ccfbb7b538cb90c +SHA256 (mod_authn_sasl-1.1.tar.bz2) = d663cf929160d5cea0288f71739c63dc141770cd7ba30996ad8ce357818a04a8 +SIZE (mod_authn_sasl-1.1.tar.bz2) = 249792 |