pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Added LICENSE information for Python. The license w...
details: https://anonhg.NetBSD.org/pkgsrc/rev/923ecf43f5ad
branches: trunk
changeset: 569957:923ecf43f5ad
user: heinz <heinz%pkgsrc.org@localhost>
date: Thu Jan 21 16:28:51 2010 +0000
description:
Added LICENSE information for Python. The license was approved by OSI
so I added it to the acceptable set of licenses.
diffstat:
lang/python24/Makefile | 3 ++-
lang/python25/Makefile | 3 ++-
lang/python26/Makefile | 3 ++-
mk/license.mk | 5 +++--
4 files changed, 9 insertions(+), 5 deletions(-)
diffs (70 lines):
diff -r 23f92b6c4221 -r 923ecf43f5ad lang/python24/Makefile
--- a/lang/python24/Makefile Thu Jan 21 16:05:51 2010 +0000
+++ b/lang/python24/Makefile Thu Jan 21 16:28:51 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2010/01/17 12:02:22 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2010/01/21 16:28:51 heinz Exp $
DISTNAME= Python-2.4.5
PKGNAME= python24-2.4.5
@@ -10,6 +10,7 @@
MAINTAINER= recht%NetBSD.org@localhost
HOMEPAGE= http://www.python.org/
COMMENT= Interpreted, interactive, object-oriented programming language
+LICENSE= python-software-foundation
PKG_DESTDIR_SUPPORT= user-destdir
diff -r 23f92b6c4221 -r 923ecf43f5ad lang/python25/Makefile
--- a/lang/python25/Makefile Thu Jan 21 16:05:51 2010 +0000
+++ b/lang/python25/Makefile Thu Jan 21 16:28:51 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2010/01/17 12:02:22 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2010/01/21 16:28:51 heinz Exp $
DISTNAME= Python-2.5.4
PKGNAME= python25-2.5.4
@@ -10,6 +10,7 @@
MAINTAINER= recht%NetBSD.org@localhost
HOMEPAGE= http://www.python.org/
COMMENT= Interpreted, interactive, object-oriented programming language
+LICENSE= python-software-foundation
PKG_DESTDIR_SUPPORT= user-destdir
diff -r 23f92b6c4221 -r 923ecf43f5ad lang/python26/Makefile
--- a/lang/python26/Makefile Thu Jan 21 16:05:51 2010 +0000
+++ b/lang/python26/Makefile Thu Jan 21 16:28:51 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2010/01/17 12:02:22 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2010/01/21 16:28:51 heinz Exp $
DISTNAME= Python-2.6.4
PKGNAME= ${DISTNAME:S/Python/python26/}
@@ -10,6 +10,7 @@
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://www.python.org/
COMMENT= Interpreted, interactive, object-oriented programming language
+LICENSE= python-software-foundation
PKG_DESTDIR_SUPPORT= user-destdir
diff -r 23f92b6c4221 -r 923ecf43f5ad mk/license.mk
--- a/mk/license.mk Thu Jan 21 16:05:51 2010 +0000
+++ b/mk/license.mk Thu Jan 21 16:28:51 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: license.mk,v 1.30 2009/10/25 21:32:17 wiz Exp $
+# $NetBSD: license.mk,v 1.31 2010/01/21 16:28:51 heinz Exp $
#
# This file handles everything about the LICENSE variable. It is
# included automatically by bsd.pkg.mk.
@@ -110,7 +110,8 @@
cpl-1.0 \
open-font-license \
mpl-1.0 mpl-1.1 \
- zpl
+ zpl \
+ python-software-foundation
##### Variant spellings
Home |
Main Index |
Thread Index |
Old Index