Date: Sun, 12 Aug 2018 06:29:52 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476967 - head/biology/cytoscape Message-ID: <201808120629.w7C6TqIV055256@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Aug 12 06:29:51 2018 New Revision: 476967 URL: https://svnweb.freebsd.org/changeset/ports/476967 Log: biology/cytoscape: Fix license Reported by: linimon Modified: head/biology/cytoscape/Makefile head/biology/cytoscape/distinfo Modified: head/biology/cytoscape/Makefile ============================================================================== --- head/biology/cytoscape/Makefile Sun Aug 12 05:49:24 2018 (r476966) +++ head/biology/cytoscape/Makefile Sun Aug 12 06:29:51 2018 (r476967) @@ -10,8 +10,8 @@ DISTFILES= FreeBSD-${PORTNAME}-${PORTVERSION}-maven-re MAINTAINER= yuri@FreeBSD.org COMMENT= Software to visualize molecular interaction networks, gene expression -LICENSE= MIT -xLICENSE_FILE= ${WRKSRC}/license.txt +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/api/LICENSE BROKEN_aarch64= fails to build: Cytoscape Third-Party Dependencies (third-party): FAILURE BROKEN_armv6= fails to build: Cytoscape Third-Party Dependencies (third-party): FAILURE Modified: head/biology/cytoscape/distinfo ============================================================================== --- head/biology/cytoscape/distinfo Sun Aug 12 05:49:24 2018 (r476966) +++ head/biology/cytoscape/distinfo Sun Aug 12 06:29:51 2018 (r476967) @@ -1,6 +1,8 @@ -TIMESTAMP = 1530603760 +TIMESTAMP = 1530956058 SHA256 (FreeBSD-cytoscape-3.6.1-maven-repository.tar.gz) = f3e33e99168b56768d2ee854956e59bcbb888101fd518239887524d692b78f7a SIZE (FreeBSD-cytoscape-3.6.1-maven-repository.tar.gz) = 1235655281 +SHA256 (install4j-maven-plugin-1.1.1.jar) = 301f5ca0718e630a62583561fb1a05c26ee40b5dc81ddd1ffc56bb17c813c506 +SIZE (install4j-maven-plugin-1.1.1.jar) = 27105 SHA256 (cytoscape-cytoscape-3.6.1_GH0.tar.gz) = f172c9e459293661a83d2618da511901410336b76b0c1716697e60f821c2f150 SIZE (cytoscape-cytoscape-3.6.1_GH0.tar.gz) = 12785 SHA256 (cytoscape-cytoscape-parent-3.6.1_GH0.tar.gz) = 0786e8d7877fa54d2a64d65209856a4a946df4facd3cbc947e8c65d14a035084
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808120629.w7C6TqIV055256>