svn commit: r344420 - head/lang/adacontrol

John Marino marino at FreeBSD.org
Sat Feb 15 16:15:35 UTC 2014


Author: marino
Date: Sat Feb 15 16:15:34 2014
New Revision: 344420
URL: http://svnweb.freebsd.org/changeset/ports/344420
QAT: https://qat.redports.org/buildarchive/r344420/

Log:
  lang/adacontrol: Define LICENSE (GPLv2 + GMGPL)

Modified:
  head/lang/adacontrol/Makefile

Modified: head/lang/adacontrol/Makefile
==============================================================================
--- head/lang/adacontrol/Makefile	Sat Feb 15 16:14:26 2014	(r344419)
+++ head/lang/adacontrol/Makefile	Sat Feb 15 16:15:34 2014	(r344420)
@@ -3,6 +3,7 @@
 
 PORTNAME=	adacontrol
 PORTVERSION=	1.15r5
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	SF/adacontrol
 DISTNAME=	adactl_old-${PORTVERSION}-src
@@ -11,6 +12,9 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	marino at FreeBSD.org
 COMMENT=	Tool for detecting use or non-use of specific Ada constructs
 
+LICENSE=	GPLv2 GMGPL
+LICENSE_COMB=	multi
+
 BUILD_DEPENDS=	asis>=2011:${PORTSDIR}/lang/asis \
 		gnat_util>=2013:${PORTSDIR}/lang/gnat_util
 


More information about the svn-ports-all mailing list