svn commit: r369073 - head/databases/geoserver-mysql-plugin

Vanilla I. Shu vanilla at FreeBSD.org
Tue Sep 23 15:46:09 UTC 2014


Author: vanilla
Date: Tue Sep 23 15:46:07 2014
New Revision: 369073
URL: http://svnweb.freebsd.org/changeset/ports/369073
QAT: https://qat.redports.org/buildarchive/r369073/

Log:
  Upgrade to 2.5.2.

Modified:
  head/databases/geoserver-mysql-plugin/Makefile
  head/databases/geoserver-mysql-plugin/distinfo

Modified: head/databases/geoserver-mysql-plugin/Makefile
==============================================================================
--- head/databases/geoserver-mysql-plugin/Makefile	Tue Sep 23 15:27:19 2014	(r369072)
+++ head/databases/geoserver-mysql-plugin/Makefile	Tue Sep 23 15:46:07 2014	(r369073)
@@ -2,15 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	geoserver
-PORTVERSION=	2.1.1
+PORTVERSION=	2.5.2
 CATEGORIES=	databases geography java
-MASTER_SITES=	SF/${PORTNAME}/GeoServer%20Extensions/${PORTVERSION}
+MASTER_SITES=	SF/${PORTNAME}/GeoServer/${PORTVERSION}/extensions
 PKGNAMESUFFIX=	-mysql-plugin
 DISTNAME=	${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	MySQL DataStore implementation for GeoServer
 
+LICENSE=	LGPL21
+
 RUN_DEPENDS=	${LOCALBASE}/geoserver/start.jar:${PORTSDIR}/graphics/geoserver
 
 USES=		zip
@@ -18,10 +20,8 @@ NO_BUILD=	yes
 
 GSLIBDIR=	geoserver/webapps/geoserver/WEB-INF/lib
 SUB_FILES=	pkg-message
-PLIST_FILES=	${GSLIBDIR}/gt-jdbc-mysql-2.7.2.jar \
-		${GSLIBDIR}/mysql-connector-java-5.1.5.jar
-
-LICENSE=	LGPL21
+PLIST_FILES=	${GSLIBDIR}/gt-jdbc-mysql-11.2.jar \
+		${GSLIBDIR}/mysql-connector-java-5.1.17.jar
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/${GSLIBDIR}

Modified: head/databases/geoserver-mysql-plugin/distinfo
==============================================================================
--- head/databases/geoserver-mysql-plugin/distinfo	Tue Sep 23 15:27:19 2014	(r369072)
+++ head/databases/geoserver-mysql-plugin/distinfo	Tue Sep 23 15:46:07 2014	(r369073)
@@ -1,2 +1,2 @@
-SHA256 (geoserver-2.1.1-mysql-plugin.zip) = 281fcb418feba301051c3d4b50739d8b8ae20c3049174d08378d9212cb20668c
-SIZE (geoserver-2.1.1-mysql-plugin.zip) = 667183
+SHA256 (geoserver-2.5.2-mysql-plugin.zip) = 86c6ccbe189a890c681eb84c07acb576f54253d993df8ed083856ec034aacc9e
+SIZE (geoserver-2.5.2-mysql-plugin.zip) = 773941


More information about the svn-ports-head mailing list