Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Dec 2010 16:57:09 +0000
From:      "Tom Judge" <tom@tomjudge.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jpaetzel@FreeBSD.org
Subject:   ports/152927: [patch] Add PHP 3.01 License to bsd.licenses.db.mk
Message-ID:  <20101208165500.CCF2BDCB3B@tomjudge.vm.bytemark.co.uk>
Resent-Message-ID: <201012081700.oB8H0NhH089626@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



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