From owner-svn-ports-head@freebsd.org Fri Aug 16 08:37:16 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A3B67C4D1A; Fri, 16 Aug 2019 08:37:16 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 468xWw3rmKz3xmZ; Fri, 16 Aug 2019 08:37:16 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 65C64263FA; Fri, 16 Aug 2019 08:37:16 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7G8bGuS086398; Fri, 16 Aug 2019 08:37:16 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7G8bFF6086395; Fri, 16 Aug 2019 08:37:15 GMT (envelope-from makc@FreeBSD.org) Message-Id: <201908160837.x7G8bFF6086395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Fri, 16 Aug 2019 08:37:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509068 - head/java/jgraphx X-SVN-Group: ports-head X-SVN-Commit-Author: makc X-SVN-Commit-Paths: head/java/jgraphx X-SVN-Commit-Revision: 509068 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2019 08:37:16 -0000 Author: makc Date: Fri Aug 16 08:37:15 2019 New Revision: 509068 URL: https://svnweb.freebsd.org/changeset/ports/509068 Log: java/jgraphx: - Update to 4.0.3 - Remove COMPILE option and build unconditionally from sources - Update WWW PR: 234140 (based on) Submitted by: yuri Modified: head/java/jgraphx/Makefile head/java/jgraphx/distinfo head/java/jgraphx/pkg-descr Modified: head/java/jgraphx/Makefile ============================================================================== --- head/java/jgraphx/Makefile Fri Aug 16 08:31:55 2019 (r509067) +++ head/java/jgraphx/Makefile Fri Aug 16 08:37:15 2019 (r509068) @@ -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 \ Modified: head/java/jgraphx/distinfo ============================================================================== --- head/java/jgraphx/distinfo Fri Aug 16 08:31:55 2019 (r509067) +++ head/java/jgraphx/distinfo Fri Aug 16 08:37:15 2019 (r509068) @@ -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 Modified: head/java/jgraphx/pkg-descr ============================================================================== --- head/java/jgraphx/pkg-descr Fri Aug 16 08:31:55 2019 (r509067) +++ head/java/jgraphx/pkg-descr Fri Aug 16 08:37:15 2019 (r509068) @@ -8,4 +8,4 @@ With the JGraph zoomable component, you can display ob 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