diff options
author | zi <zi@FreeBSD.org> | 2013-05-09 00:30:05 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2013-05-09 00:30:05 +0800 |
commit | 4bc5b7fae53c8af92bca6c9da4e4f601742ab199 (patch) | |
tree | 6ae3297ecdb26a4250472df00a4fd5cd494b34d8 /net | |
parent | 48c253057c0c3fe09f31a9029690787047c62cff (diff) | |
download | freebsd-ports-gnome-4bc5b7fae53c8af92bca6c9da4e4f601742ab199.tar.gz freebsd-ports-gnome-4bc5b7fae53c8af92bca6c9da4e4f601742ab199.tar.zst freebsd-ports-gnome-4bc5b7fae53c8af92bca6c9da4e4f601742ab199.zip |
- Update to 0.8.13
Diffstat (limited to 'net')
-rw-r--r-- | net/nss-pam-ldapd/Makefile | 7 | ||||
-rw-r--r-- | net/nss-pam-ldapd/distinfo | 4 | ||||
-rw-r--r-- | net/nss-pam-ldapd/pkg-plist | 4 |
3 files changed, 8 insertions, 7 deletions
diff --git a/net/nss-pam-ldapd/Makefile b/net/nss-pam-ldapd/Makefile index 826cc54d86c7..c8beb840f4fd 100644 --- a/net/nss-pam-ldapd/Makefile +++ b/net/nss-pam-ldapd/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= nss-pam-ldapd -PORTVERSION= 0.8.12 -PORTREVISION= 1 +PORTVERSION= 0.8.13 CATEGORIES= net MASTER_SITES= http://arthurdejong.org/nss-pam-ldapd/ \ http://mirrors.rit.edu/zi/ @@ -61,7 +60,9 @@ CONFIGURE_ARGS+= --with-nslcd-pidfile=${NSLCD_PIDFILE} \ CONFIG_FILE= "nslcd.conf" CONFIGURE_ARGS+= --with-ldap-conf-file=${PREFIX}/etc/${CONFIG_FILE} -PLIST_SUB+= CONFIG="${CONFIG_FILE}" +PLIST_SUB+= CONFIG="${CONFIG_FILE}" \ + PAM_LDAP_SHMAJOR="${PAM_LDAP_SHMAJOR}" \ + NSS_LDAP_SHMAJOR="${NSS_LDAP_SHMAJOR}" SUB_LIST+= CONFIG_FILE="${PREFIX}/etc/${CONFIG_FILE}" .if ${PORT_OPTIONS:MSASL} diff --git a/net/nss-pam-ldapd/distinfo b/net/nss-pam-ldapd/distinfo index e3697785e648..f824cd2ed536 100644 --- a/net/nss-pam-ldapd/distinfo +++ b/net/nss-pam-ldapd/distinfo @@ -1,2 +1,2 @@ -SHA256 (nss-pam-ldapd-0.8.12.tar.gz) = d4bb255a796d59daa69e8c0aa790d15fb2a22e9706005d26e93ca52cf502ac10 -SIZE (nss-pam-ldapd-0.8.12.tar.gz) = 484453 +SHA256 (nss-pam-ldapd-0.8.13.tar.gz) = b792ae98c98402ac25db49d54c4c53b860d45c9a7a7e24587e03a5fda7ee5d22 +SIZE (nss-pam-ldapd-0.8.13.tar.gz) = 487295 diff --git a/net/nss-pam-ldapd/pkg-plist b/net/nss-pam-ldapd/pkg-plist index e15654a3fca0..fecf99a40ee4 100644 --- a/net/nss-pam-ldapd/pkg-plist +++ b/net/nss-pam-ldapd/pkg-plist @@ -1,8 +1,8 @@ @unexec if cmp -s %D/etc/%%CONFIG%%.sample %D/etc/%%CONFIG%%; then rm -f %D/etc/%%CONFIG%%; fi etc/%%CONFIG%%.sample %%NSS%%lib/nss_ldap.so -%%NSS%%lib/nss_ldap.so.1 +%%NSS%%lib/nss_ldap.so.%%NSS_LDAP_SHMAJOR%% %%NSLCD%%sbin/nslcd %%PAM%%lib/pam_ldap.so -%%PAM%%lib/pam_ldap.so.1 +%%PAM%%lib/pam_ldap.so.%%PAM_LDAP_SHMAJOR%% @exec if [ ! -f %D/etc/%%CONFIG%% ]; then cp -p %D/etc/%%CONFIG%%.sample %D/etc/%%CONFIG%%; fi |