From 8e8f5fedc315bbf26d636981db83b435edc3de0b Mon Sep 17 00:00:00 2001 From: miwi Date: Mon, 29 Apr 2013 14:21:23 +0000 Subject: - Update to 2.5 PR: 178159 Submitted by: ports fury --- databases/postgresql-plproxy/Makefile | 17 +++++++++++------ databases/postgresql-plproxy/distinfo | 4 ++-- 2 files changed, 13 insertions(+), 8 deletions(-) (limited to 'databases/postgresql-plproxy') diff --git a/databases/postgresql-plproxy/Makefile b/databases/postgresql-plproxy/Makefile index 581aa152b20a..0be6474b30bb 100644 --- a/databases/postgresql-plproxy/Makefile +++ b/databases/postgresql-plproxy/Makefile @@ -2,22 +2,23 @@ # $FreeBSD$ PORTNAME= plproxy -PORTVERSION= 2.4 +PORTVERSION= 2.5 CATEGORIES= databases -MASTER_SITES= http://pgfoundry.org/frs/download.php/3274/ +MASTER_SITES= http://pgfoundry.org/frs/download.php/3392/ PKGNAMEPREFIX= postgresql- MAINTAINER= ports@FreeBSD.org -COMMENT= PL/Proxy is database partitioning system +COMMENT= PL/Proxy - database partitioning system +LICENSE= BSD + +USES= bison USE_PGSQL= yes USE_GMAKE= yes -USES= bison +MAKE_JOBS_SAFE= yes PORTSCOUT= site:http://pgfoundry.org/frs/?group_id=1000207 -MAKE_ARGS+= CFLAGS+=-DSYS_SOCKET_H - .include .if exists(${LOCALBASE}/bin/postmaster) @@ -36,4 +37,8 @@ PLIST_SUB+= NEW_CONTRIB_DIR="" OLD_CONTRIB_DIR="@comment " PLIST_SUB+= NEW_CONTRIB_DIR="@comment " OLD_CONTRIB_DIR="" .endif +post-patch: + @${REINPLACE_CMD} -e \ + '/^#ifdef/s| SYS_| HAVE_SYS_|' ${WRKSRC}/src/execute.c + .include diff --git a/databases/postgresql-plproxy/distinfo b/databases/postgresql-plproxy/distinfo index d5738b649354..c52ae7f561a5 100644 --- a/databases/postgresql-plproxy/distinfo +++ b/databases/postgresql-plproxy/distinfo @@ -1,2 +1,2 @@ -SHA256 (plproxy-2.4.tar.gz) = 0be7b3481fa8feacec06b22e041b00b8bb146b72f5c620033e9f8c78e29f7a19 -SIZE (plproxy-2.4.tar.gz) = 75485 +SHA256 (plproxy-2.5.tar.gz) = d41594aba117441bcc9bd70c2d4b0a572e64afd484b274614cf58539ec06725f +SIZE (plproxy-2.5.tar.gz) = 78186 -- cgit