aboutsummaryrefslogtreecommitdiff
path: root/security/pam-pgsql
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-09-05 18:38:45 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-09-05 18:38:45 +0000
commit337f0e97da269b058606d35b50e3ef8a937fd907 (patch)
treec206001660f9fd5ad878a73dddaf945c97092a4c /security/pam-pgsql
parent385e0bc7eafdcd659e38ed484484f6e050613181 (diff)
downloadports-337f0e97da269b058606d35b50e3ef8a937fd907.tar.gz
ports-337f0e97da269b058606d35b50e3ef8a937fd907.zip
Notes
Diffstat (limited to 'security/pam-pgsql')
-rw-r--r--security/pam-pgsql/Makefile14
-rw-r--r--security/pam-pgsql/distinfo6
-rw-r--r--security/pam-pgsql/pkg-descr6
-rw-r--r--security/pam-pgsql/pkg-message3
4 files changed, 15 insertions, 14 deletions
diff --git a/security/pam-pgsql/Makefile b/security/pam-pgsql/Makefile
index 574d7095349e..59f6b64bc181 100644
--- a/security/pam-pgsql/Makefile
+++ b/security/pam-pgsql/Makefile
@@ -6,23 +6,25 @@
#
PORTNAME= pam-pgsql
-PORTVERSION= 0.6.1
+PORTVERSION= 0.6.2
CATEGORIES= security databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTFILES= libpam-pgsql-${PORTVERSION}${EXTRACT_SUFX}
+DISTNAME= libpam-pgsql-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= chinsan.tw@gmail.com
COMMENT= A pam module for authenticating with PostgreSQL
+LIB_DEPENDS= mhash.2:${PORTSDIR}/security/mhash
+
USE_BZIP2= yes
USE_PGSQL= yes
GNU_CONFIGURE= yes
+WRKSRC= ${WRKDIR}/${DISTNAME:S/lib//}
-LIB_DEPENDS= mhash.2:${PORTSDIR}/security/mhash
-
post-install:
- ${CAT} ${PKGMESSAGE}
+post-install:
+ @${SED} -e 's,%%PREFIX%%,${PREFIX},' ${PKGMESSAGE}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/debian/changelog \
diff --git a/security/pam-pgsql/distinfo b/security/pam-pgsql/distinfo
index 8a9939caea95..f18433f6124b 100644
--- a/security/pam-pgsql/distinfo
+++ b/security/pam-pgsql/distinfo
@@ -1,3 +1,3 @@
-MD5 (libpam-pgsql-0.6.1.tar.bz2) = 1e700ba0ea0670e398a7102ff6adb590
-SHA256 (libpam-pgsql-0.6.1.tar.bz2) = cd75f518ae2ccd08d15f06c9510beffc216e32b7d8e97d511e0f09cb75642b26
-SIZE (libpam-pgsql-0.6.1.tar.bz2) = 63277
+MD5 (libpam-pgsql-0.6.2.tar.bz2) = c8ba7b0cb100100e5b4a6541d0abaf75
+SHA256 (libpam-pgsql-0.6.2.tar.bz2) = 77bcaa644b8fef50e56384b43d24eea999605a932ee0ac958724458059e0439b
+SIZE (libpam-pgsql-0.6.2.tar.bz2) = 63360
diff --git a/security/pam-pgsql/pkg-descr b/security/pam-pgsql/pkg-descr
index c0560148ae0d..e7f3032c0ff9 100644
--- a/security/pam-pgsql/pkg-descr
+++ b/security/pam-pgsql/pkg-descr
@@ -1,7 +1,7 @@
This is a PAM module for authenticating with PostgreSQL.
It also supports:
- - Checking account information (pam_acct_expired,new_authtok_reqd)
- - Updating auth token
+ - Checking account information (pam_acct_expired,new_authtok_reqd)
+ - Updating auth token
-WWW: http://www.pgpkeys.net/html/pam-pgsql.html
+WWW: http://sourceforge.net/projects/pam-pgsql/
diff --git a/security/pam-pgsql/pkg-message b/security/pam-pgsql/pkg-message
index 2853d3de3bb5..f6a92946faa8 100644
--- a/security/pam-pgsql/pkg-message
+++ b/security/pam-pgsql/pkg-message
@@ -1,9 +1,8 @@
Follow the instructions in the
- /usr/local/share/doc/pam-pgsql/README
+ %%PREFIX%%/share/doc/pam-pgsql/README
to use this module. Note, that unlike most other ports, this port
installs a file into /usr/lib directly (/usr/lib/pam_pgsql.so),
because PAM requires that.
-