diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2019-08-16 08:37:15 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2019-08-16 08:37:15 +0000 |
commit | 71a218bad12255df56379a7e96414d94c56ee573 (patch) | |
tree | fe326f08a44f98a684d1f26d2fcd6f631e5ef35e /java | |
parent | Update Chinese Pinyin related ports: (diff) |
java/jgraphx:
- Update to 4.0.3
- Remove COMPILE option and build unconditionally from sources
- Update WWW
PR: 234140 (based on)
Submitted by: yuri
Notes
Notes:
svn path=/head/; revision=509068
Diffstat (limited to 'java')
-rw-r--r-- | java/jgraphx/Makefile | 16 | ||||
-rw-r--r-- | java/jgraphx/distinfo | 5 | ||||
-rw-r--r-- | java/jgraphx/pkg-descr | 2 |
3 files changed, 7 insertions, 16 deletions
diff --git a/java/jgraphx/Makefile b/java/jgraphx/Makefile index a770b95a1395..60a13c62d8de 100644 --- a/java/jgraphx/Makefile +++ b/java/jgraphx/Makefile @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= jgraphx -PORTVERSION= 2.5.1.0 +PORTVERSION= 4.0.3 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= java graphics MAINTAINER= makc@FreeBSD.org @@ -15,21 +14,12 @@ LICENSE_FILE= ${WRKSRC}/license.txt USE_GITHUB= yes GH_ACCOUNT= jgraph USE_JAVA= yes +USE_ANT= yes PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar PORTDOCS= * -OPTIONS_DEFINE= COMPILE DOCS - -COMPILE_DESC= Compile from source instead of using provided binary -COMPILE_USE= ANT=yes - -do-build: - @${DO_NADA} - -do-build-COMPILE-on: - @(cd ${BUILD_WRKSRC}; \ - ${SETENV} ${MAKE_ENV} ${ANT} ${MAKE_ARGS} ${ALL_TARGET}) +OPTIONS_DEFINE= DOCS do-install: ${INSTALL_DATA} ${WRKSRC}/lib/${PORTNAME}.jar \ diff --git a/java/jgraphx/distinfo b/java/jgraphx/distinfo index c8ebd4cbe315..ead2413e7779 100644 --- a/java/jgraphx/distinfo +++ b/java/jgraphx/distinfo @@ -1,2 +1,3 @@ -SHA256 (jgraph-jgraphx-v2.5.1.0_GH0.tar.gz) = 6638e100af80c3885c4e87b3f951060fa6c5111d34fc17b44ba2da05963111b7 -SIZE (jgraph-jgraphx-v2.5.1.0_GH0.tar.gz) = 3181415 +TIMESTAMP = 1565940921 +SHA256 (jgraph-jgraphx-v4.0.3_GH0.tar.gz) = 2cb2f9e14df51d6dcfe3bb4bb0970293d6c4fbc5f805376fae5be27e408b7503 +SIZE (jgraph-jgraphx-v4.0.3_GH0.tar.gz) = 3529260 diff --git a/java/jgraphx/pkg-descr b/java/jgraphx/pkg-descr index 1fcf0bc28b4c..d0157e0caa6f 100644 --- a/java/jgraphx/pkg-descr +++ b/java/jgraphx/pkg-descr @@ -8,4 +8,4 @@ With the JGraph zoomable component, you can display objects and relations example to read a GXL graph, apply a custom layout algorithm, and return the result as a HTML image map. -WWW: http://www.jgraph.com/jgraphx.html +WWW: https://github.com/jgraph/jgraphx |