svn commit: r344432 - head/lang/gnat_util

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


Author: marino
Date: Sat Feb 15 16:33:25 2014
New Revision: 344432
URL: http://svnweb.freebsd.org/changeset/ports/344432
QAT: https://qat.redports.org/buildarchive/r344432/

Log:
  lang/gnat_util: Specify LICENSE (GPLv3 + GPLv3RLE, same as gcc base)

Modified:
  head/lang/gnat_util/Makefile

Modified: head/lang/gnat_util/Makefile
==============================================================================
--- head/lang/gnat_util/Makefile	Sat Feb 15 16:32:11 2014	(r344431)
+++ head/lang/gnat_util/Makefile	Sat Feb 15 16:33:25 2014	(r344432)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gnat_util
 PORTVERSION=	${SNAPSHOT}
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	${MASTER_SITE_GCC}
 MASTER_SITE_SUBDIR=	releases/gcc-${GCC_VERSION}
@@ -11,6 +12,9 @@ DISTNAME=	gcc-${GCC_VERSION}
 MAINTAINER=	marino at FreeBSD.org
 COMMENT=	Library used to build GNAT tools such as ASIS
 
+LICENSE=	GPLv3 GPLv3RLE
+LICENSE_COMB=	multi
+
 USES=		ada
 USE_BZIP2=	yes
 NO_MTREE=	yes


More information about the svn-ports-head mailing list