forked from Lainports/freebsd-ports
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
This commit is contained in:
parent
9dcc41034f
commit
3a5877c12c
3 changed files with 32 additions and 20 deletions
|
|
@ -1,31 +1,28 @@
|
|||
# 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= README.asciidoc
|
||||
PORTDOCS= COPYRIGHT.orafce NEWS README.asciidoc
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
14
databases/postgresql-orafce/pkg-plist
Normal file
14
databases/postgresql-orafce/pkg-plist
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue