svn commit: r369295 - head/java/java3d

John Marino marino at FreeBSD.org
Thu Sep 25 20:52:29 UTC 2014


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 at 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>


More information about the svn-ports-head mailing list