Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Dec 2010 11:19:35 GMT
From:      Chris Rees <utisoft@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/153304: Maintainer update: update java/jgraphx to new version
Message-ID:  <201012201119.oBKBJZEO097620@amnesiac.bayofrum.net>
Resent-Message-ID: <201012201120.oBKBKEZm038780@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         153304
>Category:       ports
>Synopsis:       Maintainer update: update java/jgraphx to new version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 20 11:20:14 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Chris Rees
>Release:        FreeBSD 8.1-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD amnesiac.bayofrum.net 8.1-RELEASE-p1 FreeBSD 8.1-RELEASE-p1 #0: Sun Dec 12 15:14:48 GMT 2010 root@amnesiac.bayofrum.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Jgraphx is updated to 1.5.0.2, and the DISTVERSION variable is changed from using C/ to using S/ (string sub rather than regex)

	Also, I've added license information.
>How-To-Repeat:
	
>Fix:

	

--- jgraphx_1_4-1_5.patch begins here ---
diff -ruN jgraphx.orig/Makefile jgraphx/Makefile
--- jgraphx.orig/Makefile	2010-08-22 12:58:38.000000000 +0100
+++ jgraphx/Makefile	2010-12-20 11:14:44.000000000 +0000
@@ -6,14 +6,20 @@
 #
 
 PORTNAME=	jgraphx
-PORTVERSION=	1.4.0.9
+PORTVERSION=	1.5.0.2
 CATEGORIES=	java graphics
-MASTER_SITES=	http://www.bayofrum.net/dist/jgraphx/
-DISTNAME=	${PORTNAME}-${PORTVERSION:C/\./_/g}
+MASTER_SITES=	http://www.bayofrum.net/dist/jgraphx/ \
+		http://www.jgraph.com/downloads/jgraphx/archive/
+DISTNAME=	${PORTNAME}-${PORTVERSION:S/./_/g}
 
 MAINTAINER=	utisoft@gmail.com
 COMMENT=	The Java Graph Diagram Component version X (jgraph v6+)
 
+LICENSE=	jgraphx
+LICENSE_PERMS=
+LICENSE_NAME=	jgraphx
+LICENSE_FILE=	${WRKSRC}/license.txt
+
 USE_ZIP=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 USE_JAVA=	yes
diff -ruN jgraphx.orig/distinfo jgraphx/distinfo
--- jgraphx.orig/distinfo	2010-08-22 12:58:38.000000000 +0100
+++ jgraphx/distinfo	2010-12-20 11:12:17.000000000 +0000
@@ -1,3 +1,2 @@
-MD5 (jgraphx-1_4_0_9.zip) = 4cb82dde5e50373920ead11737a0cff4
-SHA256 (jgraphx-1_4_0_9.zip) = fc8f99a86a2c5a05f4dbf2c2b74079b2e77a327f9d0a83495620c7381a693c88
-SIZE (jgraphx-1_4_0_9.zip) = 3493905
+SHA256 (jgraphx-1_5_0_2.zip) = 3dc305336a68c74bde0577acdacf645aecf3ec433599fe78c406a8436d95be5e
+SIZE (jgraphx-1_5_0_2.zip) = 4154515
--- jgraphx_1_4-1_5.patch ends here ---



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

>Release-Note:
>Audit-Trail:
>Unformatted:



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