aboutsummaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2-ldapdb
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2014-05-08 15:12:55 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2014-05-08 15:12:55 +0000
commit6b0e583dfc2ba10598eb0afbcf9589712bccd211 (patch)
tree89c5bce765f7f43d7262202878fb95014921bff5 /security/cyrus-sasl2-ldapdb
parenta6861af426c59c31f1349f225cd75dafe77f6993 (diff)
downloadports-6b0e583dfc2ba10598eb0afbcf9589712bccd211.tar.gz
ports-6b0e583dfc2ba10598eb0afbcf9589712bccd211.zip
- Use USES=libtool
- Add one more MASTER_SITE - Add DOCS to OPTIONS_DEFINE
Notes
Notes: svn path=/head/; revision=353315
Diffstat (limited to 'security/cyrus-sasl2-ldapdb')
-rw-r--r--security/cyrus-sasl2-ldapdb/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/security/cyrus-sasl2-ldapdb/Makefile b/security/cyrus-sasl2-ldapdb/Makefile
index 814e88e1d23b..ebcfe091137e 100644
--- a/security/cyrus-sasl2-ldapdb/Makefile
+++ b/security/cyrus-sasl2-ldapdb/Makefile
@@ -2,9 +2,10 @@
PORTNAME= ldapdb
PORTVERSION= 2.1.26
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security ipv6
-MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-sasl/
+MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-sasl/ \
+ http://cyrusimap.org/releases/
PKGNAMEPREFIX= cyrus-sasl-
DISTNAME= ${PKGNAMEPREFIX}${PORTVERSION}
@@ -21,8 +22,8 @@ DISTINFO_FILE= ${CYRUS_SASL2_DIR}/distinfo
PATCHDIR= ${CYRUS_SASL2_DIR}/files
INSTALL_WRKSRC= ${WRKSRC}/plugins
+USES= libtool
USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool
USE_OPENSSL= yes
GNU_CONFIGURE= yes
@@ -52,9 +53,9 @@ CONFIGURE_ARGS+=--enable-ldapdb --with-ldap=${LOCALBASE}
MAKE_ENV+= INSTALL_STRIP_FLAG=${STRIP}
PLIST_FILES= lib/sasl2/libldapdb.a \
- lib/sasl2/libldapdb.la \
lib/sasl2/libldapdb.so \
- lib/sasl2/libldapdb.so.3
+ lib/sasl2/libldapdb.so.3 \
+ lib/sasl2/libldapdb.so.3.0.0
.include <bsd.port.pre.mk>