From owner-svn-ports-head@FreeBSD.ORG Tue Aug 5 13:57:34 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DEF64DB7 for ; Tue, 5 Aug 2014 13:57:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B1C35204E for ; Tue, 5 Aug 2014 13:57:34 +0000 (UTC) Received: from wg (uid 1317) (envelope-from wg@FreeBSD.org) id 502f by svn.freebsd.org (DragonFly Mail Agent v0.9+); Tue, 05 Aug 2014 13:57:34 +0000 From: William Grzybowski Date: Tue, 5 Aug 2014 13:57:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364100 - head/databases/postgresql-plproxy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e0e2ce.502f.6337c98b@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Aug 2014 13:57:34 -0000 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 .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