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

Wen Heping wen at FreeBSD.org
Tue Jan 12 10:54:14 UTC 2016


Author: wen
Date: Tue Jan 12 10:54:12 2016
New Revision: 405856
URL: https://svnweb.freebsd.org/changeset/ports/405856

Log:
  - Correct MASTERSITE and unbreak the port
  - Update from version 1.4.0 to 2.1.7
  - Add license
  - Pass maintainership to submitter
  
  PR:		205505
  Submitted by:	rhurlin at gwdg.de

Modified:
  head/databases/postgis-jdbc/Makefile
  head/databases/postgis-jdbc/distinfo

Modified: head/databases/postgis-jdbc/Makefile
==============================================================================
--- head/databases/postgis-jdbc/Makefile	Tue Jan 12 10:36:51 2016	(r405855)
+++ head/databases/postgis-jdbc/Makefile	Tue Jan 12 10:54:12 2016	(r405856)
@@ -2,15 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	postgis-jdbc
-PORTVERSION=	1.4.0
+PORTVERSION=	2.1.7
 CATEGORIES=	databases java geography
-MASTER_SITES=	http://freebsd.unixfreunde.de/sources/
-DISTFILES=	postgis_${PORTVERSION}.jar
+MASTER_SITES=	http://postgis.net/stuff/
+EXTRACT_SUFX=	.jar
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	rhurlin at gwdg.de
 COMMENT=	PostGIS spatial data structures for JDBC
 
-BROKEN=		unfetchable
+LICENSE=	GPLv2 LGPL21
+LICENSE_COMB=	multi
 
 RUN_DEPENDS=	${JAVALIBDIR}/postgresql.jar:${PORTSDIR}/databases/postgresql-jdbc
 
@@ -19,9 +20,9 @@ JAVA_VERSION=	1.6+
 NO_BUILD=	yes
 NO_ARCH=	yes
 
-PLIST_FILES=	%%JAVAJARDIR%%/postgis_1.4.0.jar
+PLIST_FILES=	%%JAVAJARDIR%%/postgis-jdbc-2.1.7.jar
 
 do-install:
-	${INSTALL_DATA} ${_DISTDIR}postgis_${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}
+	${INSTALL_DATA} ${_DISTDIR}${PORTNAME}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}
 
 .include <bsd.port.mk>

Modified: head/databases/postgis-jdbc/distinfo
==============================================================================
--- head/databases/postgis-jdbc/distinfo	Tue Jan 12 10:36:51 2016	(r405855)
+++ head/databases/postgis-jdbc/distinfo	Tue Jan 12 10:54:12 2016	(r405856)
@@ -1,2 +1,2 @@
-SHA256 (postgis_1.4.0.jar) = 76ced12c1c4a1775d198624f29f27d27226b57423df270a47f36b06e592ed67c
-SIZE (postgis_1.4.0.jar) = 78179
+SHA256 (postgis-jdbc-2.1.7.jar) = ae9a8ad2f3d9d0de7d2af83a6ab7e2c7a90a0a5acc02772b76228220b8fdcc85
+SIZE (postgis-jdbc-2.1.7.jar) = 76588


More information about the svn-ports-head mailing list