Date: Wed, 26 Aug 2020 01:52:12 +0000 (UTC) From: Kevin Bowling <kbowling@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546242 - head/databases/postgresql-orafce Message-ID: <202008260152.07Q1qCCJ021088@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kbowling Date: Wed Aug 26 01:52:11 2020 New Revision: 546242 URL: https://svnweb.freebsd.org/changeset/ports/546242 Log: databases/postgresql-oraface: update to 3.13.4 Add support for PostgreSQL 11 and 12, removes 9.2-9.4 PR: 248657 Submitted by: VVD@unislabs.com Sponsored by: BBOX.io Added: head/databases/postgresql-orafce/pkg-plist (contents, props changed) Modified: head/databases/postgresql-orafce/Makefile head/databases/postgresql-orafce/distinfo Modified: head/databases/postgresql-orafce/Makefile ============================================================================== --- head/databases/postgresql-orafce/Makefile Tue Aug 25 23:27:40 2020 (r546241) +++ head/databases/postgresql-orafce/Makefile Wed Aug 26 01:52:11 2020 (r546242) @@ -1,32 +1,29 @@ # Created by: Jov <amutu@amutu.com> # $FreeBSD$ -PORTNAME= orafce -PORTVERSION= 3.4.0 -PORTREVISION= 2 -CATEGORIES= databases -PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- +PORTNAME= orafce +DISTVERSIONPREFIX= VERSION_ +DISTVERSION= 3_13_4 +CATEGORIES= databases +PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- MAINTAINER= ports@FreeBSD.org COMMENT= Oracle's compatibility functions and packages for PostgreSQL -LICENSE= PostgreSQL +LICENSE= 0BSD +LICENSE_NAME= Zero-Clause BSD / Free Public License 1.0.0 +LICENSE_FILE= ${WRKSRC}/COPYRIGHT.orafce +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= gmake bison pgsql:9.2+ -LLD_UNSAFE= yes +USES= gmake pgsql:9.5+ USE_GITHUB= yes -GH_TAGNAME= ffea9cc +#GH_TAGNAME= VERSION_3.13.4 +LLD_UNSAFE= yes WANT_PGSQL= server -PLIST_FILES= lib/postgresql/orafce.so \ - share/postgresql/extension/orafce--3.2--3.3.sql \ - share/postgresql/extension/orafce--3.3--3.4.sql \ - share/postgresql/extension/orafce--3.4.sql \ - share/postgresql/extension/orafce.control +PORTDOCS= COPYRIGHT.orafce NEWS README.asciidoc -PORTDOCS= README.asciidoc - OPTIONS_DEFINE= DOCS post-patch: @@ -37,6 +34,7 @@ post-install: post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.asciidoc ${STAGEDIR}${DOCSDIR} + @(for f in ${PORTDOCS}; do \ + ${INSTALL_DATA} ${WRKSRC}/$${f} ${STAGEDIR}${DOCSDIR}; done) .include <bsd.port.mk> Modified: head/databases/postgresql-orafce/distinfo ============================================================================== --- head/databases/postgresql-orafce/distinfo Tue Aug 25 23:27:40 2020 (r546241) +++ head/databases/postgresql-orafce/distinfo Wed Aug 26 01:52:11 2020 (r546242) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495981965 -SHA256 (orafce-orafce-3.4.0-ffea9cc_GH0.tar.gz) = 0dcb9edc6963e8069ee872fa5842a0980557cb8dee2a9d24e23fbc6207bbe738 -SIZE (orafce-orafce-3.4.0-ffea9cc_GH0.tar.gz) = 134333 +TIMESTAMP = 1598400973 +SHA256 (orafce-orafce-VERSION_3_13_4_GH0.tar.gz) = 52274fba50913dc157145ffa18ef8db5295476e8b7f40809d3c35eb22ca0ec40 +SIZE (orafce-orafce-VERSION_3_13_4_GH0.tar.gz) = 667854 Added: head/databases/postgresql-orafce/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/postgresql-orafce/pkg-plist Wed Aug 26 01:52:11 2020 (r546242) @@ -0,0 +1,14 @@ +lib/postgresql/orafce.so +share/postgresql/extension/orafce--3.10--3.11.sql +share/postgresql/extension/orafce--3.11--3.12.sql +share/postgresql/extension/orafce--3.12--3.13.sql +share/postgresql/extension/orafce--3.13.sql +share/postgresql/extension/orafce--3.2--3.3.sql +share/postgresql/extension/orafce--3.3--3.4.sql +share/postgresql/extension/orafce--3.4--3.5.sql +share/postgresql/extension/orafce--3.5--3.6.sql +share/postgresql/extension/orafce--3.6--3.7.sql +share/postgresql/extension/orafce--3.7--3.8.sql +share/postgresql/extension/orafce--3.8--3.9.sql +share/postgresql/extension/orafce--3.9--3.10.sql +share/postgresql/extension/orafce.control
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008260152.07Q1qCCJ021088>