Date: Tue, 6 Sep 2016 18:14:40 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421455 - branches/2016Q3/databases/postgis-jdbc Message-ID: <201609061814.u86IEelT060902@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Sep 6 18:14:40 2016 New Revision: 421455 URL: https://svnweb.freebsd.org/changeset/ports/421455 Log: MFH: r421454 - Switch to USES=zip:infozip to fix extraction problem on recent current PR: 212311 Submitted by: rhurlin@gwdg.de (maintainer) Approved by: ports-secteam blanket Modified: branches/2016Q3/databases/postgis-jdbc/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/databases/postgis-jdbc/Makefile ============================================================================== --- branches/2016Q3/databases/postgis-jdbc/Makefile Tue Sep 6 18:12:36 2016 (r421454) +++ branches/2016Q3/databases/postgis-jdbc/Makefile Tue Sep 6 18:14:40 2016 (r421455) @@ -15,6 +15,7 @@ LICENSE_COMB= multi RUN_DEPENDS= ${JAVALIBDIR}/postgresql.jar:databases/postgresql-jdbc +USES= zip:infozip USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609061814.u86IEelT060902>