svn commit: r360871 - head/security/pam-pgsql

Tijl Coosemans tijl at FreeBSD.org
Sun Jul 6 10:18:37 UTC 2014


Author: tijl
Date: Sun Jul  6 10:18:36 2014
New Revision: 360871
URL: http://svnweb.freebsd.org/changeset/ports/360871
QAT: https://qat.redports.org/buildarchive/r360871/

Log:
  The old pkg_install is buggy with @cwd.  Just install the module under
  PREFIX like all other PAM ports.

Modified:
  head/security/pam-pgsql/Makefile
  head/security/pam-pgsql/pkg-plist

Modified: head/security/pam-pgsql/Makefile
==============================================================================
--- head/security/pam-pgsql/Makefile	Sun Jul  6 09:45:01 2014	(r360870)
+++ head/security/pam-pgsql/Makefile	Sun Jul  6 10:18:36 2014	(r360871)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pam-pgsql
 PORTVERSION=	0.7.3.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security databases
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/0.7/
 
@@ -18,7 +18,6 @@ LIB_DEPENDS=	libmhash.so:${PORTSDIR}/sec
 USES=		libtool
 USE_PGSQL=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--libdir=/usr/lib
 SUB_FILES=	pkg-message
 
 OPTIONS_DEFINE=	DOCS

Modified: head/security/pam-pgsql/pkg-plist
==============================================================================
--- head/security/pam-pgsql/pkg-plist	Sun Jul  6 09:45:01 2014	(r360870)
+++ head/security/pam-pgsql/pkg-plist	Sun Jul  6 10:18:36 2014	(r360871)
@@ -1,9 +1,7 @@
+lib/pam_pgsql.so
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG
 %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
 %%PORTDOCS%%%%DOCSDIR%%/CREDITS
 %%PORTDOCS%%%%DOCSDIR%%/sample.sql
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
- at cwd /usr
-lib/pam_pgsql.so
- at cwd


More information about the svn-ports-head mailing list