FreeBSD Bugzilla – Attachment 217475 Details for
Bug 248657
[exp-run] Mk/bsd.default-versions.mk: Update default version to PostgreSQL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
databases/postgresql-orafce: update to 3.13.4 - add support of PostgreSQL 11 and 12, removed 9.2, 9.3 and 9.4
postgresql-orafce.diff (text/plain), 2.95 KB, created by
Vladimir Druzenko
on 2020-08-24 05:33:10 UTC
(
hide
)
Description:
databases/postgresql-orafce: update to 3.13.4 - add support of PostgreSQL 11 and 12, removed 9.2, 9.3 and 9.4
Filename:
MIME Type:
Creator:
Vladimir Druzenko
Created:
2020-08-24 05:33:10 UTC
Size:
2.95 KB
patch
obsolete
>diff -urN databases/postgresql-orafce.orig/Makefile databases/postgresql-orafce/Makefile >--- databases/postgresql-orafce.orig/Makefile >+++ databases/postgresql-orafce/Makefile >@@ -2,31 +2,29 @@ > # $FreeBSD: head/databases/postgresql-orafce/Makefile 507372 2019-07-26 20:46:53Z gerald $ > > PORTNAME= orafce >-PORTVERSION= 3.4.0 >-PORTREVISION= 2 >+PORTVERSION= 3.13.4 >+PORTREVISION= 0 > CATEGORIES= databases >+MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/archive/ >+DISTVERSIONPREFIX= VERSION_ >+DISTVERSION= ${PORTVERSION:S/./_/g} >+DISTFILES= ${DISTVERSIONPREFIX}${DISTVERSION}.tar.gz >+DIST_SUBDIR= ${PORTNAME} > PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- > > MAINTAINER= ports@FreeBSD.org > COMMENT= Oracle's compatibility functions and packages for PostgreSQL > >-LICENSE= PostgreSQL >+LICENSE= BSD >+LICENSE_FILE= ${WRKSRC}/COPYRIGHT.orafce > >-USES= gmake bison pgsql:9.2+ >+USES= gmake pgsql:9.5+ > LLD_UNSAFE= yes >-USE_GITHUB= yes >-GH_TAGNAME= ffea9cc > > 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 +35,7 @@ > > 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> >diff -urN databases/postgresql-orafce.orig/distinfo databases/postgresql-orafce/distinfo >--- databases/postgresql-orafce.orig/distinfo >+++ databases/postgresql-orafce/distinfo >@@ -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 = 1598242228 >+SHA256 (orafce/VERSION_3_13_4.tar.gz) = 52274fba50913dc157145ffa18ef8db5295476e8b7f40809d3c35eb22ca0ec40 >+SIZE (orafce/VERSION_3_13_4.tar.gz) = 667854 >diff -urN databases/postgresql-orafce.orig/pkg-plist databases/postgresql-orafce/pkg-plist >--- databases/postgresql-orafce.orig/pkg-plist >+++ databases/postgresql-orafce/pkg-plist >@@ -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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 248657
:
217220
|
217471
|
217475
|
217497
|
217499