Date: Sun, 6 Jul 2014 10:18:36 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360871 - head/security/pam-pgsql Message-ID: <201407061018.s66AIaVF008378@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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%% -@cwd /usr -lib/pam_pgsql.so -@cwd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407061018.s66AIaVF008378>