ports/152927: [patch] Add PHP 3.01 License to bsd.licenses.db.mk
Tom Judge
tom at tomjudge.com
Wed Dec 8 17:00:25 UTC 2010
>Number: 152927
>Category: ports
>Synopsis: [patch] Add PHP 3.01 License to bsd.licenses.db.mk
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Dec 08 17:00:22 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Tom Judge
>Release: FreeBSD 8.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD tinderbox.home.tomjudge.com 8.1-STABLE FreeBSD 8.1-STABLE #0 r213720: Tue Oct 12 14:02:02 UTC 2010 tj at tinderbox.home.tomjudge.com:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
The attach patch addes the PHP 3.01 license to bsd.licenses.db.mk.
Attributes take from here: http://en.wikipedia.org/wiki/PHP_License
>How-To-Repeat:
>Fix:
--- bsd.licenses.db.mk.txt begins here ---
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 8 Dec 2010 16:43:13 -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 PHP301
# List of groups (only names must be present)
@@ -112,6 +112,9 @@
_LICENSE_NAME_OWL= Open Works License (owl.apotheon.org)
_LICENSE_GROUPS_OWL=
+_LICENSE_NAME_PHP301= PHP License version 3.01
+_LICENSE_GROUPS_PHP301= FSF OSI
+
# Set default permissions if not defined
.for lic in ${_LICENSE_LIST}
--- bsd.licenses.db.mk.txt ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list