From 0628f7ec378cc6ed4c4e7ae7722e5f6cf2ca0027 Mon Sep 17 00:00:00 2001 From: Olli Hauer Date: Sun, 19 Jun 2011 21:01:17 +0000 Subject: - update to mod_authn_sasl-1.2 - fix linker arguments ( reference to libsasl2 was missing ) [1] - extend portdocs [1] Noted on apache@FreeBSD list by Felix Janssen Changelog: * m4/apache.m4: fix httpd version regex to match vendor extended version strings * Makefile.am: add Changelog to tarball * doc/index.html: let configure update the module version * mod_authn_sasl.c: fix segfault in cleanup code, closes ID: 3015155 * mod_authn_sasl.c: make AuthSaslRealm a multi-value directive, if the username contains a realm it must now match one of these --- www/mod_authn_sasl/Makefile | 17 ++++++++++++----- www/mod_authn_sasl/distinfo | 4 ++-- 2 files changed, 14 insertions(+), 7 deletions(-) (limited to 'www/mod_authn_sasl') 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 @@ -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 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 -- cgit v1.2.3