summaryrefslogtreecommitdiff
path: root/www/ap2-auth-ldap/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp>2005-10-14 10:47:43 +0000
committeradrianp <adrianp>2005-10-14 10:47:43 +0000
commit318dde3ecedf6800bedb3dd53c52577ae1b0e849 (patch)
treed60e0d15adb99f2c54e1ab6024bdad1b19d75642 /www/ap2-auth-ldap/Makefile
parente3c9e842023829a463c2103844be5163a6d83e62 (diff)
downloadpkgsrc-318dde3ecedf6800bedb3dd53c52577ae1b0e849.tar.gz
It looks like the version numbering of this package has undergone some
changes. The previous version was 3.3 and this "new" version is 3.05. Although it may appear that we are going backwards it looks like 3.05 is the latest version and the tarball for 3.3 has actually been removed from the homepage along with any reference to it. Unfortunately I'm unable to find any documentation of this change but the author does state that 3.05 is the latest version and is also the only version that he will fix bugs for. There is no changelog to show the differences between 3.3 and 3.05 but 3.05 seems to: - add support for more LDAP servers (Novell) - better integration of support for both apache 1.x and 2.x - incorporate some other small changes and bugfixes.
Diffstat (limited to 'www/ap2-auth-ldap/Makefile')
-rw-r--r--www/ap2-auth-ldap/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/www/ap2-auth-ldap/Makefile b/www/ap2-auth-ldap/Makefile
index d1b29f36339..634f5450047 100644
--- a/www/ap2-auth-ldap/Makefile
+++ b/www/ap2-auth-ldap/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.4 2005/04/11 21:47:51 tv Exp $
+# $NetBSD: Makefile,v 1.5 2005/10/14 10:47:43 adrianp Exp $
-DISTNAME= mod_auth_ldap3.3
-PKGNAME= ap2-auth-ldap-3.3
+DISTNAME= mod_auth_ldap3.05
+PKGNAME= ap2-auth-ldap-3.05
CATEGORIES= www databases
MASTER_SITES= http://www.muquit.com/muquit/software/mod_auth_ldap/
MAINTAINER= adrianp@NetBSD.org
-HOMEPAGE= http://www.muquit.com/muquit/software/mod_auth_ldap/mod_auth_ldap_apache2.html
+HOMEPAGE= ${MASTER_SITES}/mod_auth_ldap.html
COMMENT= Module to allow apache2 authentication against an LDAP directory
GNU_CONFIGURE= YES
@@ -15,7 +15,7 @@ APACHE_MODULE_NAME= mm_auth_ldap_module
USE_LIBTOOL= YES
CPPFLAGS+= -L${PREFIX}/lib ${COMPILER_RPATH_FLAG}${PREFIX}/lib -lldap -llber
-BUILDLINK_DEPENDS.apache?= apache>=2.0.47
+BUILDLINK_DEPENDS.apache+= apache>=2.0.47
CONFIGURE_ARGS+= --with-apxs=${APXS}
CONFIGURE_ARGS+= --with-ldap-dir=${BUILDLINK_PREFIX.openldap}
@@ -30,8 +30,7 @@ SUBST_SED.paths= -e "s|@@HASHLIB@@|${PREFIX}/include|g" \
SUBST_MESSAGE.paths= "Fixing hardcoded paths."
do-install:
- cd ${WRKSRC} && ${APXS} -i \
- -n ${APACHE_MODULE_NAME} mod_auth_ldap.la
+ cd ${WRKSRC} && ${APXS} -i -n ${APACHE_MODULE_NAME} mod_auth_ldap.la
.include "../../databases/openldap/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"