Bug 189203 - java/jgraphx: update to 2.5.1.0
Summary: java/jgraphx: update to 2.5.1.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Chris Rees
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-01 16:20 UTC by Max Brazhnikov
Modified: 2014-05-01 17:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.38 KB, patch)
2014-05-01 16:20 UTC, Max Brazhnikov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Max Brazhnikov freebsd_committer freebsd_triage 2014-05-01 16:20:01 UTC
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.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-01 16:20:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->crees

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Chris Rees 2014-05-01 17:17:27 UTC
Please go ahead; I only created that port while I was working on Scilab; you're better off if you maintain both.

Chris
-- 
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-05-01 17:28:56 UTC
Author: makc
Date: Thu May  1 16:28:52 2014
New Revision: 352758
URL: http://svnweb.freebsd.org/changeset/ports/352758
QAT: https://qat.redports.org/buildarchive/r352758/

Log:
  java/jgraphx:
  - Update to 2.5.1.0
  - Use direct link instead of GITHUB (doesn't work for me)
  - Remove needless JAVA_VERSION
  - Take maintainership (the port is required for math/scilab)
  
  PR:		ports/189203
  Approved by:	crees (former maintainer)

Modified:
  head/java/jgraphx/Makefile
  head/java/jgraphx/distinfo

Modified: head/java/jgraphx/Makefile
==============================================================================
--- head/java/jgraphx/Makefile	Thu May  1 16:22:34 2014	(r352757)
+++ head/java/jgraphx/Makefile	Thu May  1 16:28:52 2014	(r352758)
@@ -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_NAME=	JGraph Ltd License
 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 <bsd.port.options.mk>

Modified: head/java/jgraphx/distinfo
==============================================================================
--- head/java/jgraphx/distinfo	Thu May  1 16:22:34 2014	(r352757)
+++ head/java/jgraphx/distinfo	Thu May  1 16:28:52 2014	(r352758)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Max Brazhnikov freebsd_committer freebsd_triage 2014-05-01 17:29:33 UTC
State Changed
From-To: open->closed

Committed. Thanks!