mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
databases/postgresql-plproxy: Update from 2.5 to 2.7
Changelog: https://plproxy.github.io/changelog.html This adds support for PostgreSQL 9.5 Also: - take maintainership - change MASTERSITE to GitHub - remove obsoleted check for PostgreSQL 9.1 (no longer in ports) - update homepage of project PR: 201796, 217515
This commit is contained in:
parent
217416c605
commit
efc32c3047
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436153
@ -2,13 +2,11 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= plproxy
|
PORTNAME= plproxy
|
||||||
PORTVERSION= 2.5
|
PORTVERSION= 2.7
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= http://pgfoundry.org/frs/download.php/3392/
|
|
||||||
PKGNAMEPREFIX= postgresql-
|
PKGNAMEPREFIX= postgresql-
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= tz@FreeBSD.org
|
||||||
COMMENT= PL/Proxy - database partitioning system
|
COMMENT= PL/Proxy - database partitioning system
|
||||||
|
|
||||||
LICENSE= ISCL
|
LICENSE= ISCL
|
||||||
@ -16,16 +14,11 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
|||||||
|
|
||||||
USES= bison gmake pgsql
|
USES= bison gmake pgsql
|
||||||
|
|
||||||
PORTSCOUT= site:http://pgfoundry.org/frs/?group_id=1000207
|
USE_GITHUB= yes
|
||||||
|
GH_TAGNAME= plproxy_2_7
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${PGSQL_VER} > 9.1
|
|
||||||
PLIST_SUB+= NEW_CONTRIB_DIR="" OLD_CONTRIB_DIR="@comment "
|
|
||||||
.else
|
|
||||||
PLIST_SUB+= NEW_CONTRIB_DIR="@comment " OLD_CONTRIB_DIR=""
|
|
||||||
.endif
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e \
|
@${REINPLACE_CMD} -e \
|
||||||
'/^#ifdef/s| SYS_| HAVE_SYS_|' ${WRKSRC}/src/execute.c
|
'/^#ifdef/s| SYS_| HAVE_SYS_|' ${WRKSRC}/src/execute.c
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
SHA256 (plproxy-2.5.tar.gz) = d41594aba117441bcc9bd70c2d4b0a572e64afd484b274614cf58539ec06725f
|
TIMESTAMP = 1489496317
|
||||||
SIZE (plproxy-2.5.tar.gz) = 78186
|
SHA256 (plproxy-plproxy-2.7-plproxy_2_7_GH0.tar.gz) = 0e840d70cfe9d0bc92d9f2d1c8b6b6e85076acde25e3b2a434eb6e0b0993ee38
|
||||||
|
SIZE (plproxy-plproxy-2.7-plproxy_2_7_GH0.tar.gz) = 79693
|
||||||
|
@ -5,4 +5,4 @@ Main idea is that proxy function will be created with same signature as
|
|||||||
remote function to be called, so only destination info needs to be
|
remote function to be called, so only destination info needs to be
|
||||||
specified inside proxy function body.
|
specified inside proxy function body.
|
||||||
|
|
||||||
WWW: http://pgfoundry.org/projects/plproxy/
|
WWW: https://plproxy.github.io/
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
lib/postgresql/plproxy.so
|
lib/postgresql/plproxy.so
|
||||||
%%NEW_CONTRIB_DIR%%share/postgresql/extension/plproxy--unpackaged--2.5.0.sql
|
share/postgresql/extension/plproxy--2.3.0--2.7.0.sql
|
||||||
%%NEW_CONTRIB_DIR%%share/postgresql/extension/plproxy--2.3.0--2.5.0.sql
|
share/postgresql/extension/plproxy--2.4.0--2.7.0.sql
|
||||||
%%NEW_CONTRIB_DIR%%share/postgresql/extension/plproxy--2.4.0--2.5.0.sql
|
share/postgresql/extension/plproxy--2.5.0--2.7.0.sql
|
||||||
%%NEW_CONTRIB_DIR%%share/postgresql/extension/plproxy--2.5.0.sql
|
share/postgresql/extension/plproxy--2.6.0--2.7.0.sql
|
||||||
%%NEW_CONTRIB_DIR%%share/postgresql/extension/plproxy.control
|
share/postgresql/extension/plproxy--2.7.0.sql
|
||||||
%%OLD_CONTRIB_DIR%%share/postgresql/contrib/plproxy.sql
|
share/postgresql/extension/plproxy--unpackaged--2.7.0.sql
|
||||||
|
share/postgresql/extension/plproxy.control
|
||||||
|
Loading…
Reference in New Issue
Block a user