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

Muhammad Moinur Rahman bofh at FreeBSD.org
Thu Oct 1 15:02:09 UTC 2015


Author: bofh
Date: Thu Oct  1 15:02:08 2015
New Revision: 398279
URL: https://svnweb.freebsd.org/changeset/ports/398279

Log:
  databases/geoserver-mysql-plugin: Update version 2.7.2=>2.8.0
  
  - Mark NO_ARCH as it has no ARCH dependant files
  - Take MAINTAINERSHIP

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	Thu Oct  1 14:25:51 2015	(r398278)
+++ head/databases/geoserver-mysql-plugin/Makefile	Thu Oct  1 15:02:08 2015	(r398279)
@@ -2,13 +2,13 @@
 # $FreeBSD$
 
 PORTNAME=	geoserver
-PORTVERSION=	2.7.2
+PORTVERSION=	2.8.0
 CATEGORIES=	databases geography java
 MASTER_SITES=	SF/${PORTNAME}/GeoServer/${PORTVERSION}/extensions
 PKGNAMESUFFIX=	-mysql-plugin
 DISTNAME=	${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	bofh at FreeBSD.org
 COMMENT=	MySQL DataStore implementation for GeoServer
 
 LICENSE=	LGPL21
@@ -17,10 +17,11 @@ RUN_DEPENDS=	${LOCALBASE}/geoserver/star
 
 USES=		zip
 NO_BUILD=	yes
+NO_ARCH=	yes
 
 GSLIBDIR=	geoserver/webapps/geoserver/WEB-INF/lib
 SUB_FILES=	pkg-message
-PLIST_FILES=	${GSLIBDIR}/gt-jdbc-mysql-13.2.jar \
+PLIST_FILES=	${GSLIBDIR}/gt-jdbc-mysql-14.0.jar \
 		${GSLIBDIR}/mysql-connector-java-5.1.17.jar
 
 do-install:

Modified: head/databases/geoserver-mysql-plugin/distinfo
==============================================================================
--- head/databases/geoserver-mysql-plugin/distinfo	Thu Oct  1 14:25:51 2015	(r398278)
+++ head/databases/geoserver-mysql-plugin/distinfo	Thu Oct  1 15:02:08 2015	(r398279)
@@ -1,2 +1,2 @@
-SHA256 (geoserver-2.7.2-mysql-plugin.zip) = 5cc865ad4967e50a18e1bae1f1b93a9e2a2eaa45a6b23760bc13e0ac6da1bf14
-SIZE (geoserver-2.7.2-mysql-plugin.zip) = 773993
+SHA256 (geoserver-2.8.0-mysql-plugin.zip) = 137286e54b0481f75eccbffd1d63768577b2f91011020676e193a1670992227e
+SIZE (geoserver-2.8.0-mysql-plugin.zip) = 774121


More information about the svn-ports-all mailing list