svn commit: r421454 - head/databases/postgis-jdbc

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Sep 6 18:12:37 UTC 2016


Author: amdmi3
Date: Tue Sep  6 18:12:36 2016
New Revision: 421454
URL: https://svnweb.freebsd.org/changeset/ports/421454

Log:
  - Switch to USES=zip:infozip to fix extraction problem on recent current
  
  PR:		212311
  Submitted by:	rhurlin at gwdg.de (maintainer)

Modified:
  head/databases/postgis-jdbc/Makefile

Modified: head/databases/postgis-jdbc/Makefile
==============================================================================
--- head/databases/postgis-jdbc/Makefile	Tue Sep  6 18:07:55 2016	(r421453)
+++ head/databases/postgis-jdbc/Makefile	Tue Sep  6 18:12:36 2016	(r421454)
@@ -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-head mailing list