Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Aug 2014 13:57:34 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364100 - head/databases/postgresql-plproxy
Message-ID:  <53e0e2ce.502f.6337c98b@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e0e2ce.502f.6337c98b>