diff options
author | makc <makc@FreeBSD.org> | 2014-05-02 00:28:52 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2014-05-02 00:28:52 +0800 |
commit | f58d7d4648814cd146086d95b80e8593fd165099 (patch) | |
tree | 6940cf0ec820adf4c82dbda4d22b2ee997218fa0 /java | |
parent | 93597ac3ea4ff3e81b5c585d422c963e412ede84 (diff) | |
download | freebsd-ports-gnome-f58d7d4648814cd146086d95b80e8593fd165099.tar.gz freebsd-ports-gnome-f58d7d4648814cd146086d95b80e8593fd165099.tar.zst freebsd-ports-gnome-f58d7d4648814cd146086d95b80e8593fd165099.zip |
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)
Diffstat (limited to 'java')
-rw-r--r-- | java/jgraphx/Makefile | 11 | ||||
-rw-r--r-- | java/jgraphx/distinfo | 4 |
2 files changed, 5 insertions, 10 deletions
diff --git a/java/jgraphx/Makefile b/java/jgraphx/Makefile index 368eb79b2503..57442843db21 100644 --- a/java/jgraphx/Makefile +++ b/java/jgraphx/Makefile @@ -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> diff --git a/java/jgraphx/distinfo b/java/jgraphx/distinfo index d32aa5009dde..cb2e842367db 100644 --- a/java/jgraphx/distinfo +++ b/java/jgraphx/distinfo @@ -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 |