From owner-cvs-all@FreeBSD.ORG Fri Jun 4 21:41:42 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 143BB106566B; Fri, 4 Jun 2010 21:41:42 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B18988FC17; Fri, 4 Jun 2010 21:41:41 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o54LffIn050237; Fri, 4 Jun 2010 21:41:41 GMT (envelope-from kwm@repoman.freebsd.org) Received: (from kwm@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o54LffMw050236; Fri, 4 Jun 2010 21:41:41 GMT (envelope-from kwm) Message-Id: <201006042141.o54LffMw050236@repoman.freebsd.org> From: Koop Mast Date: Fri, 4 Jun 2010 21:41:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.licenses.db.mk ports/audio/ladspa Makefile ports/devel/libccid Makefile ports/math/facile Makefile ports/net-im/tapioca-qt Makefile ports/net-im/telepathy-qt Makefile ports/net-mgmt/py-yapsnmp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jun 2010 21:41:42 -0000 kwm 2010-06-04 21:41:41 UTC FreeBSD ports repository Modified files: Mk bsd.licenses.db.mk audio/ladspa Makefile devel/libccid Makefile math/facile Makefile net-im/tapioca-qt Makefile net-im/telepathy-qt Makefile net-mgmt/py-yapsnmp Makefile Log: Instead of only 1 LGPL license there are two namely: the 2.1 and 3 version. So make a LGPL21 and LGPL3 value for the license framework. Replace the LGPL used in ports with LGPL21. (checked all consumers) Obtained from: http://www.gnu.org/licenses/ (Under License URL's) Revision Changes Path 1.2 +7 -4 ports/Mk/bsd.licenses.db.mk 1.14 +1 -1 ports/audio/ladspa/Makefile 1.25 +1 -1 ports/devel/libccid/Makefile 1.4 +1 -1 ports/math/facile/Makefile 1.13 +1 -1 ports/net-im/tapioca-qt/Makefile 1.12 +1 -1 ports/net-im/telepathy-qt/Makefile 1.15 +1 -1 ports/net-mgmt/py-yapsnmp/Makefile