summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2001-07-09 23:26:15 +0000
committerdwcjr <dwcjr@FreeBSD.org>2001-07-09 23:26:15 +0000
commita75545a8e213089e12bd6da9046ad46e171454c2 (patch)
tree2abf16a10f15569935a11ffe3a52b6e49c62520b /security
parent091b70e8a9ef9ebd12eb3bcc5e7609135244a176 (diff)
downloadFreeBSD-ports-a75545a8e213089e12bd6da9046ad46e171454c2.zip
FreeBSD-ports-a75545a8e213089e12bd6da9046ad46e171454c2.tar.gz
Update to 1.1.9
Update patch-ac to set compiler flags correctly. PR: 28850 Submitted by: maintainer
Diffstat (limited to 'security')
-rw-r--r--security/pam_ldap/Makefile2
-rw-r--r--security/pam_ldap/distinfo2
-rw-r--r--security/pam_ldap/files/patch-ac2
3 files changed, 3 insertions, 3 deletions
diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile
index 5afdda0..2630e76 100644
--- a/security/pam_ldap/Makefile
+++ b/security/pam_ldap/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pam_ldap
-PORTVERSION= 1.1.8
+PORTVERSION= 1.1.9
CATEGORIES= security net
MASTER_SITES= http://www.padl.com/download/ \
ftp://ftp.padl.com/pub/
diff --git a/security/pam_ldap/distinfo b/security/pam_ldap/distinfo
index 452a227..9736e9a 100644
--- a/security/pam_ldap/distinfo
+++ b/security/pam_ldap/distinfo
@@ -1 +1 @@
-MD5 (pam_ldap-118.tar.gz) = 381e6dd90ad7f94ad235b435a1bb0234
+MD5 (pam_ldap-119.tar.gz) = 532665e0f7fe5756a7ef3630df893c4e
diff --git a/security/pam_ldap/files/patch-ac b/security/pam_ldap/files/patch-ac
index a62dbfc..88be9da 100644
--- a/security/pam_ldap/files/patch-ac
+++ b/security/pam_ldap/files/patch-ac
@@ -4,7 +4,7 @@
pam_ldap_so_SOURCES = pam_ldap.c pam_ldap.h md5.c md5.h
pam_ldap_so_LDFLAGS = @pam_ldap_so_LDFLAGS@
-+CFLAGS = @CFLAGS@ -DLDAP_CONF_FILE=\"$(sysconfdir)/ldap.conf\"
++CPPFLAGS = @CPPFLAGS@ -DLDAP_CONF_FILE=\"$(sysconfdir)/ldap.conf\"
install-exec-local: pam_ldap.so
OpenPOWER on IntegriCloud