svn commit: r421455 - branches/2016Q3/databases/postgis-jdbc

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Sep 6 18:14:41 UTC 2016


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 at 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


More information about the svn-ports-all mailing list