svn commit: r393860 - head/devel/simple_components

John Marino marino at FreeBSD.org
Mon Aug 10 12:30:58 UTC 2015


Author: marino
Date: Mon Aug 10 12:30:57 2015
New Revision: 393860
URL: https://svnweb.freebsd.org/changeset/ports/393860

Log:
  devel/simple_components: Complement license definition
  
  GMGPL is always coupled with GPLv2.

Modified:
  head/devel/simple_components/Makefile

Modified: head/devel/simple_components/Makefile
==============================================================================
--- head/devel/simple_components/Makefile	Mon Aug 10 12:23:16 2015	(r393859)
+++ head/devel/simple_components/Makefile	Mon Aug 10 12:30:57 2015	(r393860)
@@ -10,7 +10,8 @@ DISTNAME=	components_4_8
 MAINTAINER=	rodakay at internode.on.net
 COMMENT=	Simple Ada Components
 
-LICENSE=	GMGPL
+LICENSE=	GPLv2 GMGPL
+LICENSE_COMB=	multi
 
 BUILD_DEPENDS=	gprbuild:${PORTSDIR}/devel/gprbuild
 


More information about the svn-ports-all mailing list