From c15aaf50e79116f0852fac4b6c0fc54bc31c63c5 Mon Sep 17 00:00:00 2001 From: wg Date: Tue, 5 Aug 2014 13:57:34 +0000 Subject: postgresql-plproxy: support stage and fix pkg-plist --- databases/postgresql-plproxy/Makefile | 1 - databases/postgresql-plproxy/pkg-plist | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'databases/postgresql-plproxy') diff --git a/databases/postgresql-plproxy/Makefile b/databases/postgresql-plproxy/Makefile index cf053913063..3c6bf158d97 100644 --- a/databases/postgresql-plproxy/Makefile +++ b/databases/postgresql-plproxy/Makefile @@ -17,7 +17,6 @@ USE_PGSQL= yes PORTSCOUT= site:http://pgfoundry.org/frs/?group_id=1000207 -NO_STAGE= yes .include .if exists(${LOCALBASE}/bin/postmaster) diff --git a/databases/postgresql-plproxy/pkg-plist b/databases/postgresql-plproxy/pkg-plist index 32ad5ab6d8f..a89bbe2b8f0 100644 --- a/databases/postgresql-plproxy/pkg-plist +++ b/databases/postgresql-plproxy/pkg-plist @@ -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 -- cgit