aboutsummaryrefslogtreecommitdiff
path: root/www/mod_authn_sasl
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2011-06-19 21:01:17 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2011-06-19 21:01:17 +0000
commit0628f7ec378cc6ed4c4e7ae7722e5f6cf2ca0027 (patch)
tree3b0756f0686fb3e8d91be1b47c0ddd7cadf5f471 /www/mod_authn_sasl
parentc240548737fbf692d4345c675a9643ebe0aa0700 (diff)
downloadports-0628f7ec378cc6ed4c4e7ae7722e5f6cf2ca0027.tar.gz
ports-0628f7ec378cc6ed4c4e7ae7722e5f6cf2ca0027.zip
Notes
Diffstat (limited to 'www/mod_authn_sasl')
-rw-r--r--www/mod_authn_sasl/Makefile17
-rw-r--r--www/mod_authn_sasl/distinfo4
2 files changed, 14 insertions, 7 deletions
diff --git a/www/mod_authn_sasl/Makefile b/www/mod_authn_sasl/Makefile
index dfad17d6b7e0..6a4e2657d393 100644
--- a/www/mod_authn_sasl/Makefile
+++ b/www/mod_authn_sasl/Makefile
@@ -6,25 +6,30 @@
#
PORTNAME= mod_authn_sasl
-PORTVERSION= 1.1
+PORTVERSION= 1.2
CATEGORIES= www
-MASTER_SITES= SF/mod-authn-sasl/mod-authn-sasl/${PORTVERSION}
+MASTER_SITES= SF
+MASTER_SITE_SUBDIR=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
-MAKE_JOBS_SAFE= yes
+MAKE_JOBS_SAFE= yes
OPTIONS= SASLAUTHD "Register dependency for cyrus-sasl2-saslauthd" off
+LICENSE= ASL
+
USE_BZIP2= yes
USE_APACHE= 22
AP_FAST_BUILD= YES
AP_GENPLIST= YES
+AP_LIB= ${LOCALBASE}/lib -lsasl2
-PORTDOCS= AUTHORS LICENSE
+PORTDOCS1= AUTHORS LICENSE
+PORTDOCS= *
.include <bsd.port.options.mk>
@@ -35,9 +40,11 @@ RUN_DEPENDS+= saslauthd:${PORTSDIR}/security/cyrus-sasl2-saslauthd
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}/
-. for f in ${PORTDOCS}
+ @${FIND} ${WRKSRC}/doc \( -name "*.in" -o -name "*.am" \) -delete
+. for f in ${PORTDOCS1}
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
. endfor
+ @(cd ${WRKSRC} && ${COPYTREE_SHARE} doc ${DOCSDIR})
.endif
.include <bsd.port.mk>
diff --git a/www/mod_authn_sasl/distinfo b/www/mod_authn_sasl/distinfo
index 9b4c54f9fe91..25153e1c80ca 100644
--- a/www/mod_authn_sasl/distinfo
+++ b/www/mod_authn_sasl/distinfo
@@ -1,2 +1,2 @@
-SHA256 (mod_authn_sasl-1.1.tar.bz2) = d663cf929160d5cea0288f71739c63dc141770cd7ba30996ad8ce357818a04a8
-SIZE (mod_authn_sasl-1.1.tar.bz2) = 249792
+SHA256 (mod_authn_sasl-1.2.tar.bz2) = 4329e1f429560041cebe67b74a588330f382759bcbb91d3e4145b18e59734b57
+SIZE (mod_authn_sasl-1.2.tar.bz2) = 274790