From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 1 15:20:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 797DABA7 for ; Thu, 1 May 2014 15:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5692D16E8 for ; Thu, 1 May 2014 15:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s41FK13r095798 for ; Thu, 1 May 2014 15:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s41FK1WO095797; Thu, 1 May 2014 15:20:01 GMT (envelope-from gnats) Resent-Date: Thu, 1 May 2014 15:20:01 GMT Resent-Message-Id: <201405011520.s41FK1WO095797@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Max Brazhnikov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 18EAE7ED for ; Thu, 1 May 2014 15:10:17 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 06F03160B for ; Thu, 1 May 2014 15:10:17 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s41FAGEs002731 for ; Thu, 1 May 2014 15:10:16 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s41FAGmT002729; Thu, 1 May 2014 15:10:16 GMT (envelope-from nobody) Message-Id: <201405011510.s41FAGmT002729@cgiserv.freebsd.org> Date: Thu, 1 May 2014 15:10:16 GMT From: Max Brazhnikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/189203: java/jgraphx: update to 2.5.1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2014 15:20:01 -0000 >Number: 189203 >Category: ports >Synopsis: java/jgraphx: update to 2.5.1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu May 01 15:20:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Max Brazhnikov >Release: FreeBSD 9.2-STABLE amd64 >Organization: >Environment: >Description: I'd like to take maintainership and update jgraphx to 2.5.1.0, which is required for future version of math/scilab. If update to 2.x is not desirable I can create jgraphx2 port. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: java/jgraphx/Makefile =================================================================== --- java/jgraphx/Makefile (revision 352745) +++ java/jgraphx/Makefile (working copy) @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= jgraphx -PORTVERSION= 1.10.3.0 +PORTVERSION= 2.5.1.0 CATEGORIES= java graphics -MASTER_SITES= GH +MASTER_SITES= https://codeload.github.com/jgraph/jgraphx/tar.gz/v${PORTVERSION}?dummy=/ -MAINTAINER= crees@FreeBSD.org +MAINTAINER= makc@FreeBSD.org COMMENT= The Java Graph Diagram Component version X (jgraph v6+) LICENSE= jgraph @@ -14,16 +14,11 @@ LICENSE_FILE= ${WRKSRC}/license.txt MANUAL_PACKAGE_BUILD= needs interactive license confirmation -USE_GITHUB= yes -GH_ACCOUNT= jgraph -GH_COMMIT= b445bde - OPTIONS_DEFINE= COMPILE DOCS COMPILE_DESC= Compile from source instead of using provided binary USE_JAVA= yes -JAVA_VERSION= 1.6+ JAVA_RUN= yes .include Index: java/jgraphx/distinfo =================================================================== --- java/jgraphx/distinfo (revision 352745) +++ java/jgraphx/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (jgraphx-1.10.3.0.tar.gz) = 7fca26a86d2850dd71320f5cf57656323b87b48db3c41bcc875bc390354fae83 -SIZE (jgraphx-1.10.3.0.tar.gz) = 3073488 +SHA256 (jgraphx-2.5.1.0.tar.gz) = 6638e100af80c3885c4e87b3f951060fa6c5111d34fc17b44ba2da05963111b7 +SIZE (jgraphx-2.5.1.0.tar.gz) = 3181415 >Release-Note: >Audit-Trail: >Unformatted: