Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Dec 2010 18:07:59 -0500
From:      Tom Judge <tom@tomjudge.com>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/152927: [patch] Add PHP 3.01 License to bsd.licenses.db.mk
Message-ID:  <4D01614F.1060502@tomjudge.com>
In-Reply-To: <201012081700.oB8H0Mt5089531@freefall.freebsd.org>
References:  <201012081700.oB8H0Mt5089531@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------040403050209090903030905
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Sorry third iteration of this patch that includes the following version
of the PHP license:

* 2.02
* 3.0
* 3.01

Tom


--------------040403050209090903030905
Content-Type: text/plain;
 name="bsd.licenses.db.mk.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="bsd.licenses.db.mk.txt"

Index: bsd.licenses.db.mk
===================================================================
RCS file: /home/ncvs/ports/Mk/bsd.licenses.db.mk,v
retrieving revision 1.8
diff -u -r1.8 bsd.licenses.db.mk
--- bsd.licenses.db.mk	11 Nov 2010 10:38:11 -0000	1.8
+++ bsd.licenses.db.mk	9 Dec 2010 23:08:39 -0000
@@ -33,7 +33,7 @@
 # _LICENSE_LIST_GROUPS	- List of defined license groups
 #
 
-_LICENSE_LIST=			ART10 ART20 ASL BSD BSL CDDL EPL GFDL GPLv1 GPLv2 GPLv3 ISCL LGPL20 LGPL21 LGPL3 MIT MPL OWL
+_LICENSE_LIST=			ART10 ART20 ASL BSD BSL CDDL EPL GFDL GPLv1 GPLv2 GPLv3 ISCL LGPL20 LGPL21 LGPL3 MIT MPL OWL PHP202 PHP30 PHP301
 
 # List of groups (only names must be present)
 
@@ -112,6 +112,15 @@
 _LICENSE_NAME_OWL=		Open Works License (owl.apotheon.org)
 _LICENSE_GROUPS_OWL=
 
+_LICENSE_NAME_PHP202=		PHP License version 2.02
+_LICENSE_GROUPS_PHP202=	FSF OSI
+
+_LICENSE_NAME_PHP30=		PHP License version 3.0
+_LICENSE_GROUPS_PHP30=	FSF OSI
+
+_LICENSE_NAME_PHP301=		PHP License version 3.01
+_LICENSE_GROUPS_PHP301=	FSF OSI
+
 # Set default permissions if not defined
 
 .for lic in ${_LICENSE_LIST}

--------------040403050209090903030905--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D01614F.1060502>