Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Dec 2012 10:04:35 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309231 - head/java/jgraphx
Message-ID:  <201212191004.qBJA4ZNc066947@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Wed Dec 19 10:04:35 2012
New Revision: 309231
URL: http://svnweb.freebsd.org/changeset/ports/309231

Log:
  - Update to 1.10.3.0
  
  Approved by:	crees (maintainer, via IRC)

Modified:
  head/java/jgraphx/Makefile   (contents, props changed)
  head/java/jgraphx/distinfo   (contents, props changed)

Modified: head/java/jgraphx/Makefile
==============================================================================
--- head/java/jgraphx/Makefile	Wed Dec 19 09:36:10 2012	(r309230)
+++ head/java/jgraphx/Makefile	Wed Dec 19 10:04:35 2012	(r309231)
@@ -2,11 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	jgraphx
-PORTVERSION=	1.5.1.5
+PORTVERSION=	1.10.3.0
 CATEGORIES=	java graphics
-MASTER_SITES=	http://www.bayofrum.net/dist/jgraphx/ \
-		http://www.jgraph.com/downloads/jgraphx/archive/
-DISTNAME=	${PORTNAME}-${PORTVERSION:S/./_/g}
+MASTER_SITES=	GH
 
 MAINTAINER=	crees@FreeBSD.org
 COMMENT=	The Java Graph Diagram Component version X (jgraph v6+)
@@ -17,8 +15,10 @@ LICENSE_NAME=	JGraph Ltd License
 LICENSE_FILE=	${WRKSRC}/license.txt
 MANUAL_PACKAGE_BUILD=	needs interactive license confirmation
 
-USE_ZIP=	yes
-WRKSRC=		${WRKDIR}/${PORTNAME}
+USE_GITHUB=	yes
+GH_ACCOUNT=	jgraph
+GH_COMMIT=	b445bde
+
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 JAVA_RUN=	yes

Modified: head/java/jgraphx/distinfo
==============================================================================
--- head/java/jgraphx/distinfo	Wed Dec 19 09:36:10 2012	(r309230)
+++ head/java/jgraphx/distinfo	Wed Dec 19 10:04:35 2012	(r309231)
@@ -1,2 +1,2 @@
-SHA256 (jgraphx-1_5_1_5.zip) = d98e19540caa4a2b4e41abded456f43a8eb50d0733663e209148b13bcb5467ce
-SIZE (jgraphx-1_5_1_5.zip) = 4175856
+SHA256 (jgraphx-1.10.3.0.tar.gz) = 7fca26a86d2850dd71320f5cf57656323b87b48db3c41bcc875bc390354fae83
+SIZE (jgraphx-1.10.3.0.tar.gz) = 3073488



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