From owner-svn-ports-all@freebsd.org Mon Jun 15 08:07:33 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 43F1632BB08; Mon, 15 Jun 2020 08:07:33 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49lkTK0wSQz4Gsv; Mon, 15 Jun 2020 08:07:33 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1AD461A44D; Mon, 15 Jun 2020 08:07:33 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05F87WNe056593; Mon, 15 Jun 2020 08:07:32 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05F87Wih056591; Mon, 15 Jun 2020 08:07:32 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <202006150807.05F87Wih056591@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Mon, 15 Jun 2020 08:07:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538860 - in head/databases/postgresql-jdbc: . files X-SVN-Group: ports-head X-SVN-Commit-Author: girgen X-SVN-Commit-Paths: in head/databases/postgresql-jdbc: . files X-SVN-Commit-Revision: 538860 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2020 08:07:33 -0000 Author: girgen Date: Mon Jun 15 08:07:32 2020 New Revision: 538860 URL: https://svnweb.freebsd.org/changeset/ports/538860 Log: Upgrade to version 42.2.14 Refactor the port to fetch the prebuilt jar instead of building, since the building process just got to complicated to make it worth while. PR: 245719 Sponsored by: Ping Pong AB Deleted: head/databases/postgresql-jdbc/files/patch-build-xml Modified: head/databases/postgresql-jdbc/Makefile head/databases/postgresql-jdbc/distinfo Modified: head/databases/postgresql-jdbc/Makefile ============================================================================== --- head/databases/postgresql-jdbc/Makefile Mon Jun 15 08:04:04 2020 (r538859) +++ head/databases/postgresql-jdbc/Makefile Mon Jun 15 08:07:32 2020 (r538860) @@ -2,37 +2,27 @@ # $FreeBSD$ PORTNAME= postgresql -PORTVERSION= 42.2.12 -DISTVERSIONSUFFIX=.src +PORTVERSION= 42.2.14 CATEGORIES= databases java MASTER_SITES= http://jdbc.postgresql.org/download/ PKGNAMESUFFIX= -jdbc -DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSION}${DISTVERSIONSUFFIX} +EXTRACT_SUFX= .jar +EXTRACT_ONLY= MAINTAINER= pgsql@FreeBSD.org -COMMENT= The Java JDBC implementation for PostgreSQL +COMMENT= 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 - PLIST_FILES= %%JAVAJARDIR%%/postgresql.jar -PORTDOCS= * -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} -SUB_FILES= pkg-message -OPTIONS_DEFINE= DOCS -OPTIONS_SUB= yes +do-extract: -do-install: - ${INSTALL_DATA} ${WRKSRC}/jars/postgresql.jar ${STAGEDIR}${JAVAJARDIR}/postgresql.jar +do-build: -do-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} +do-install: + ${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${STAGEDIR}${JAVAJARDIR}/postgresql.jar .include Modified: head/databases/postgresql-jdbc/distinfo ============================================================================== --- head/databases/postgresql-jdbc/distinfo Mon Jun 15 08:04:04 2020 (r538859) +++ head/databases/postgresql-jdbc/distinfo Mon Jun 15 08:07:32 2020 (r538860) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589616576 -SHA256 (postgresql/postgresql-jdbc-42.2.12.src.tar.gz) = 11095b4628befa96a640b77329591bb1380004b57ec6bf648928542448765ac8 -SIZE (postgresql/postgresql-jdbc-42.2.12.src.tar.gz) = 1471368 +TIMESTAMP = 1592205793 +SHA256 (postgresql-42.2.14.jar) = 48bbba05845b40bcce66ece3d7652153d27b5379d5ae90977b78eefd7c7a0287 +SIZE (postgresql-42.2.14.jar) = 932808