diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql-jdbc/Makefile | 11 | ||||
-rw-r--r-- | databases/postgresql-jdbc/distinfo | 5 | ||||
-rw-r--r-- | databases/postgresql11-server/pkg-plist-server | 2 | ||||
-rw-r--r-- | databases/postgresql12-server/pkg-plist-server | 2 |
4 files changed, 9 insertions, 11 deletions
diff --git a/databases/postgresql-jdbc/Makefile b/databases/postgresql-jdbc/Makefile index ed33af8f70af..c9d92acb65e6 100644 --- a/databases/postgresql-jdbc/Makefile +++ b/databases/postgresql-jdbc/Makefile @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= postgresql -PORTVERSION= 9.2.1004 +PORTVERSION= 42.2.12 DISTVERSIONSUFFIX=.src CATEGORIES= databases java MASTER_SITES= http://jdbc.postgresql.org/download/ PKGNAMESUFFIX= -jdbc -DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSION:C/.([0-9][0-9][0-9]*)/-\1/g}${DISTVERSIONSUFFIX} +DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSION}${DISTVERSIONSUFFIX} MAINTAINER= pgsql@FreeBSD.org COMMENT= The Java JDBC implementation for PostgreSQL @@ -15,7 +15,7 @@ COMMENT= The Java JDBC implementation for PostgreSQL LICENSE= BSD3CLAUSE DIST_SUBDIR= postgresql - +WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSION:C/.([0-9][0-9][0-9]*)/-\1/g}${DISTVERSIONSUFFIX} USE_ANT= yes USE_JAVA= yes NO_ARCH= yes @@ -28,14 +28,11 @@ SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS OPTIONS_SUB= yes -post-patch: - ${REINPLACE_CMD} 's,/usr/local/pgsql/share/java,${JAVAJARDIR},' ${WRKSRC}/README - do-install: ${INSTALL_DATA} ${WRKSRC}/jars/postgresql.jar ${STAGEDIR}${JAVAJARDIR}/postgresql.jar do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/databases/postgresql-jdbc/distinfo b/databases/postgresql-jdbc/distinfo index 272428daa6b4..3649ed911c81 100644 --- a/databases/postgresql-jdbc/distinfo +++ b/databases/postgresql-jdbc/distinfo @@ -1,2 +1,3 @@ -SHA256 (postgresql/postgresql-jdbc-9.2-1004.src.tar.gz) = eeadff0d830cd19a4f52a9489748a7126b0c1d4863bf9a5d65618158dfc6ae68 -SIZE (postgresql/postgresql-jdbc-9.2-1004.src.tar.gz) = 1842921 +TIMESTAMP = 1589616576 +SHA256 (postgresql/postgresql-jdbc-42.2.12.src.tar.gz) = 11095b4628befa96a640b77329591bb1380004b57ec6bf648928542448765ac8 +SIZE (postgresql/postgresql-jdbc-42.2.12.src.tar.gz) = 1471368 diff --git a/databases/postgresql11-server/pkg-plist-server b/databases/postgresql11-server/pkg-plist-server index 31aec6d05bdd..91c16d3c20e7 100644 --- a/databases/postgresql11-server/pkg-plist-server +++ b/databases/postgresql11-server/pkg-plist-server @@ -524,7 +524,7 @@ lib/postgresql/utf8_and_win.so %%LLVM%%lib/postgresql/bitcode/postgres/storage/smgr/smgrtype.bc %%LLVM%%lib/postgresql/bitcode/postgres/tcop/dest.bc %%LLVM%%lib/postgresql/bitcode/postgres/tcop/fastpath.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tcop/%%PG_USER%%.bc +%%LLVM%%lib/postgresql/bitcode/postgres/tcop/postgres.bc %%LLVM%%lib/postgresql/bitcode/postgres/tcop/pquery.bc %%LLVM%%lib/postgresql/bitcode/postgres/tcop/utility.bc %%LLVM%%lib/postgresql/bitcode/postgres/tsearch/dict.bc diff --git a/databases/postgresql12-server/pkg-plist-server b/databases/postgresql12-server/pkg-plist-server index 05c50650e5c0..fb320a38603c 100644 --- a/databases/postgresql12-server/pkg-plist-server +++ b/databases/postgresql12-server/pkg-plist-server @@ -537,7 +537,7 @@ lib/postgresql/utf8_and_win.so %%LLVM%%lib/postgresql/bitcode/postgres/storage/smgr/md.bc %%LLVM%%lib/postgresql/bitcode/postgres/storage/smgr/smgr.bc %%LLVM%%lib/postgresql/bitcode/postgres/storage/sync/sync.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tcop/%%PG_USER%%.bc +%%LLVM%%lib/postgresql/bitcode/postgres/tcop/postgres.bc %%LLVM%%lib/postgresql/bitcode/postgres/tcop/dest.bc %%LLVM%%lib/postgresql/bitcode/postgres/tcop/fastpath.bc %%LLVM%%lib/postgresql/bitcode/postgres/tcop/pquery.bc |