svn commit: r364100 - head/databases/postgresql-plproxy
William Grzybowski
wg at FreeBSD.org
Tue Aug 5 13:57:34 UTC 2014
Author: wg
Date: Tue Aug 5 13:57:34 2014
New Revision: 364100
URL: http://svnweb.freebsd.org/changeset/ports/364100
QAT: https://qat.redports.org/buildarchive/r364100/
Log:
postgresql-plproxy: support stage and fix pkg-plist
Modified:
head/databases/postgresql-plproxy/Makefile
head/databases/postgresql-plproxy/pkg-plist
Modified: head/databases/postgresql-plproxy/Makefile
==============================================================================
--- head/databases/postgresql-plproxy/Makefile Tue Aug 5 13:27:44 2014 (r364099)
+++ head/databases/postgresql-plproxy/Makefile Tue Aug 5 13:57:34 2014 (r364100)
@@ -17,7 +17,6 @@ USE_PGSQL= yes
PORTSCOUT= site:http://pgfoundry.org/frs/?group_id=1000207
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/bin/postmaster)
Modified: head/databases/postgresql-plproxy/pkg-plist
==============================================================================
--- head/databases/postgresql-plproxy/pkg-plist Tue Aug 5 13:27:44 2014 (r364099)
+++ head/databases/postgresql-plproxy/pkg-plist Tue Aug 5 13:57:34 2014 (r364100)
@@ -1,6 +1,8 @@
lib/postgresql/plproxy.so
-%%NEW_CONTRIB_DIR%%share/postgresql/extension/plproxy--unpackaged--2.3.0.sql
-%%NEW_CONTRIB_DIR%%share/postgresql/extension/plproxy--2.4.0.sql
+%%NEW_CONTRIB_DIR%%share/postgresql/extension/plproxy--unpackaged--2.5.0.sql
+%%NEW_CONTRIB_DIR%%share/postgresql/extension/plproxy--2.3.0--2.5.0.sql
+%%NEW_CONTRIB_DIR%%share/postgresql/extension/plproxy--2.4.0--2.5.0.sql
+%%NEW_CONTRIB_DIR%%share/postgresql/extension/plproxy--2.5.0.sql
%%NEW_CONTRIB_DIR%%share/postgresql/extension/plproxy.control
%%OLD_CONTRIB_DIR%%share/postgresql/contrib/plproxy.sql
@dirrmtry lib/postgresql
More information about the svn-ports-all
mailing list