aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-02-13 07:39:58 +0800
committermarino <marino@FreeBSD.org>2014-02-13 07:39:58 +0800
commitac3eb4dbbb2c74c421e5913093c3ad57cc8c9141 (patch)
tree99eff0df54289f810d18a822c3ff130048620b3b
parent499224dd59c1f9bc65f9eae19d1a7bc243f371f4 (diff)
downloadfreebsd-ports-gnome-ac3eb4dbbb2c74c421e5913093c3ad57cc8c9141.tar.gz
freebsd-ports-gnome-ac3eb4dbbb2c74c421e5913093c3ad57cc8c9141.tar.zst
freebsd-ports-gnome-ac3eb4dbbb2c74c421e5913093c3ad57cc8c9141.zip
lang/gnat-aux: Add GPLv3RLE license requirement
PR: ports/185970 submitted by: gerald@
-rw-r--r--lang/gnat-aux/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/gnat-aux/Makefile b/lang/gnat-aux/Makefile
index 35a95ab5f09d..dae7853fb0fc 100644
--- a/lang/gnat-aux/Makefile
+++ b/lang/gnat-aux/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gnat-aux
PORTVERSION= ${SNAPSHOT}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang
MASTER_SITES= http://downloads.dragonlace.net/src/:boot \
${MASTER_SITE_GCC}
@@ -13,7 +13,8 @@ DISTFILES= gcc-core-${GCC_VERSION}.tar.bz2
MAINTAINER= marino@FreeBSD.org
COMMENT= GNAT Ada compiler based on GCC ${GCC_BRANCH}
-LICENSE= GPLv3
+LICENSE= GPLv3 GPLv3RLE
+LICENSE_COMB= multi
DEPRECATED= Superceded by gcc4.7-based lang/gcc-aux, use it instead
EXPIRATION_DATE=2014-06-01