summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2002-01-08 19:17:27 +0000
committerMikhail Teterin <mi@FreeBSD.org>2002-01-08 19:17:27 +0000
commitd9eb6b3687ba74c9bfd847aad90d02613617c2e5 (patch)
tree38b2df482eccd78cbdfa6bb9162677a33c396c4b /security
parentFix MASTER_SITE. It now tries to redirect to the new one, but the (diff)
Upgrade to 0.5.1. It now uses mhash, BTW.
Submitted by: fenner's script (thanks!)
Notes
Notes: svn path=/head/; revision=52771
Diffstat (limited to 'security')
-rw-r--r--security/pam-pgsql/Makefile6
-rw-r--r--security/pam-pgsql/distinfo2
-rw-r--r--security/pam-pgsql/files/Makefile.bsd7
3 files changed, 8 insertions, 7 deletions
diff --git a/security/pam-pgsql/Makefile b/security/pam-pgsql/Makefile
index 1a82061a7837..b3a40e9b3477 100644
--- a/security/pam-pgsql/Makefile
+++ b/security/pam-pgsql/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= pam-pgsql
-PORTVERSION= 0.3
-PORTREVISION= 1
+PORTVERSION= 0.5.1
CATEGORIES= security databases
MASTER_SITES= ${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR= pool/main/p/pam-pgsql
@@ -15,7 +14,8 @@ DISTFILES= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= mi@aldan.algebra.com
-LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7
+LIB_DEPENDS= mhash:${PORTSDIR}/security/mhash \
+ pq:${PORTSDIR}/databases/postgresql7
# When the family of Debian mirrors is added to bsd.port.mk,
# this will suddenly start making sense:
diff --git a/security/pam-pgsql/distinfo b/security/pam-pgsql/distinfo
index abe6bbb45e44..67ce617226be 100644
--- a/security/pam-pgsql/distinfo
+++ b/security/pam-pgsql/distinfo
@@ -1 +1 @@
-MD5 (pam-pgsql_0.3.tar.gz) = c34c18f98690e579da7cf810a3db2a00
+MD5 (pam-pgsql_0.5.1.tar.gz) = f4c550f10d049e585612bb65386c6140
diff --git a/security/pam-pgsql/files/Makefile.bsd b/security/pam-pgsql/files/Makefile.bsd
index 43e689a0de99..9d000dc4ef26 100644
--- a/security/pam-pgsql/files/Makefile.bsd
+++ b/security/pam-pgsql/files/Makefile.bsd
@@ -4,11 +4,12 @@ SRCS= pam_pgsql.c pam_get_pass.c pam_std_option.c pam_get_service.c
LIB= pam_pgsql
SHLIB_NAME=${LIB}.so
-LDADD= -lpam -L${LOCALBASE}/lib -lpq
-INCLUDE= -I${LOCALBASE}/include/pgsql
-CFLAGS+= -Wall -D_GNU_SOURCE -I${LOCALBASE}/include/pgsql
+LDADD= -lpam -L${LOCALBASE}/lib -lpq -lmhash
+CFLAGS+= -Wall -D_GNU_SOURCE \
+ -I${LOCALBASE}/include/pgsql -I${LOCALBASE}/include
INTERNALLIB= we don't need no stinking static lib
+NOPROFILE= we don't need no profiling either
# Uncomment if you think, the lib should NOT go into /usr/lib directly:
# LIBDIR= ${LOCALBASE}/lib