Date: Thu, 25 Sep 2014 20:52:28 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369295 - head/java/java3d Message-ID: <201409252052.s8PKqS70092114@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Sep 25 20:52:28 2014 New Revision: 369295 URL: http://svnweb.freebsd.org/changeset/ports/369295 QAT: https://qat.redports.org/buildarchive/r369295/ Log: java/java3d: Set to dual GPLv2 and MIT licensing PR: 193186 Submitted by: pfg@ After examining the LICENSE files in the existing tarball, Pedro came to the conclusion that the license is a combination between GPLv2 and some MIT-like licenses. The package is redistributable; the outdated restriction is probably left over from a previous version, so it has been removed. Modified: head/java/java3d/Makefile Modified: head/java/java3d/Makefile ============================================================================== --- head/java/java3d/Makefile Thu Sep 25 20:41:37 2014 (r369294) +++ head/java/java3d/Makefile Thu Sep 25 20:52:28 2014 (r369295) @@ -6,11 +6,13 @@ PORTVERSION= 1.5.2 PORTREVISION= 3 CATEGORIES= java graphics games devel MASTER_SITES= https://sites.google.com/site/daemonwizard/ -DISTNAME= java3d-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Provides API for creating and manipulation of 3D geometry +LICENSE= GPLv2 MIT +LICENSE_COMB= multi + USES= tar:bzip2 USE_JAVA= yes USE_GL= gl @@ -24,8 +26,6 @@ PLIST_SUB+= JAVA_HOME=${JAVA_HOME:S/^${P DOCSSRC= ${WRKSRC}/j3d-core/build/freebsd/javadocs/docs-public PORTDOCS= * -RESTRICTED= License does not allow distribution - OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409252052.s8PKqS70092114>