Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Sep 2016 18:12:36 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421454 - head/databases/postgis-jdbc
Message-ID:  <201609061812.u86ICaZU060683@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609061812.u86ICaZU060683>