From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 3 19:20:05 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 813D8106566C for ; Sat, 3 Sep 2011 19:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 420AA8FC15 for ; Sat, 3 Sep 2011 19:20:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p83JK5w0085165 for ; Sat, 3 Sep 2011 19:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p83JK5c8085164; Sat, 3 Sep 2011 19:20:05 GMT (envelope-from gnats) Resent-Date: Sat, 3 Sep 2011 19:20:05 GMT Resent-Message-Id: <201109031920.p83JK5c8085164@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ruslan Mahmatkhanov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CDC7106566B for ; Sat, 3 Sep 2011 19:16:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 6D5308FC1A for ; Sat, 3 Sep 2011 19:16:57 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p83JGuYh057923 for ; Sat, 3 Sep 2011 19:16:56 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p83JGuvx057922; Sat, 3 Sep 2011 19:16:56 GMT (envelope-from nobody) Message-Id: <201109031916.p83JGuvx057922@red.freebsd.org> Date: Sat, 3 Sep 2011 19:16:56 GMT From: Ruslan Mahmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/160434: [PATCH] Mk/bsd.licenses.db.mk: add Zope Public License X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2011 19:20:05 -0000 >Number: 160434 >Category: ports >Synopsis: [PATCH] Mk/bsd.licenses.db.mk: add Zope Public License >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Sep 03 19:20:04 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: >Organization: >Environment: >Description: Add Zope Public License. Please see http://en.wikipedia.org/wiki/Zope_Public_License This is needed for future zope 2.13 import. >How-To-Repeat: >Fix: Patch attached with submission follows: --- bsd.licenses.db.mk.orig 2011-03-25 23:52:48.000000000 +0300 +++ bsd.licenses.db.mk 2011-09-03 23:12:25.000000000 +0400 @@ -38,7 +38,7 @@ _LICENSE_LIST= ART10 ART20 ASL BSD BSL CDDL EPL GFDL GPLv1 GPLv2 GPLv3 ISCL \ LGPL20 LGPL21 LGPL3 LPPL10 LPPL11 LPPL12 LPPL13 LPPL13a \ - LPPL13b LPPL13c MIT MPL OWL PHP202 PHP30 PHP301 PSFL + LPPL13b LPPL13c MIT MPL OWL PHP202 PHP30 PHP301 PSFL ZPL21 # List of groups (only names must be present) @@ -157,6 +157,9 @@ _LICENSE_NAME_PSFL= Python Software Foundation License _LICENSE_GROUPS_PSFL= FSF GPL OSI +_LICENSE_NAME_ZPL21= Zope Public License version 2.1 +_LICENSE_GROUPS_ZPL21= GPL OSI + # Set default permissions if not defined .for lic in ${_LICENSE_LIST} >Release-Note: >Audit-Trail: >Unformatted: