svn commit: r344437 - head/lang/gnatdroid-binutils

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


Author: marino
Date: Sat Feb 15 16:43:59 2014
New Revision: 344437
URL: http://svnweb.freebsd.org/changeset/ports/344437
QAT: https://qat.redports.org/buildarchive/r344437/

Log:
  lang/gnatdroid-binutils: Specify LICENSE (GPLv3 + LGPL3)

Modified:
  head/lang/gnatdroid-binutils/Makefile

Modified: head/lang/gnatdroid-binutils/Makefile
==============================================================================
--- head/lang/gnatdroid-binutils/Makefile	Sat Feb 15 16:43:44 2014	(r344436)
+++ head/lang/gnatdroid-binutils/Makefile	Sat Feb 15 16:43:59 2014	(r344437)
@@ -3,6 +3,7 @@
 
 PORTNAME=		binutils
 PORTVERSION=		2.24
+PORTREVISION=		1
 CATEGORIES=		lang
 MASTER_SITES=		${MASTER_SITE_SOURCEWARE}
 MASTER_SITE_SUBDIR=	binutils/releases
@@ -11,6 +12,9 @@ PKGNAMEPREFIX=		gnatdroid-
 MAINTAINER=	marino at FreeBSD.org
 COMMENT=	Infrastructure for C/Ada Android cross-compiler
 
+LICENSE=	GPLv3 LGPL3
+LICENSE_COMB=	multi
+
 BUILD_DEPENDS=	gnatdroid-sysroot>=9:${PORTSDIR}/lang/gnatdroid-sysroot \
 		${LOCALBASE}/lib/libgmp.so:${PORTSDIR}/math/gmp \
 		${LOCALBASE}/lib/libmpfr.so:${PORTSDIR}/math/mpfr


More information about the svn-ports-head mailing list