- Update to 0.6.2

- Pass maintainership to submitter
- Reformat pkg-message, pkg-descr

PR:		ports/102881
Submitted by:	chinsan <chinsan.tw at gmail.com>
This commit is contained in:
Rong-En Fan 2006-09-05 18:38:45 +00:00
parent 385e0bc7ea
commit 337f0e97da
4 changed files with 15 additions and 14 deletions

View file

@ -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
LIB_DEPENDS= mhash.2:${PORTSDIR}/security/mhash
WRKSRC= ${WRKDIR}/${DISTNAME:S/lib//}
post-install:
${CAT} ${PKGMESSAGE}
post-install:
@${SED} -e 's,%%PREFIX%%,${PREFIX},' ${PKGMESSAGE}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/debian/changelog \

View file

@ -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

View file

@ -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/

View file

@ -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.