diff options
author | ver <ver@pkgsrc.org> | 2009-07-15 06:12:44 +0000 |
---|---|---|
committer | ver <ver@pkgsrc.org> | 2009-07-15 06:12:44 +0000 |
commit | 51af6ec58dac39f72c47fbb59e2526d18be1f284 (patch) | |
tree | 85b031613a0d659762d249740855921bab2911c2 /mk | |
parent | a28e92c4821d61c8ef38c78e6848f29fdd70cba3 (diff) | |
download | pkgsrc-51af6ec58dac39f72c47fbb59e2526d18be1f284.tar.gz |
Upgrade devel/py-ZopeInterface to zope.interface-3.3.0.
Use eggs instead of distutils.
Remove patch-aa as it no longer applies.
Add licenses/zpl and add zpl to mk/license.mk:DEFAULT_ACCEPTABLE_LICENSES.
Patch posted to pkgsrc-users@ and okayed by agc@.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/license.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/license.mk b/mk/license.mk index 50c1648aa8a..af265ad8c33 100644 --- a/mk/license.mk +++ b/mk/license.mk @@ -1,4 +1,4 @@ -# $NetBSD: license.mk,v 1.26 2009/07/10 16:24:56 tron Exp $ +# $NetBSD: license.mk,v 1.27 2009/07/15 06:12:45 ver Exp $ # # This file handles everything about the LICENSE variable. It is # included automatically by bsd.pkg.mk. @@ -103,7 +103,8 @@ DEFAULT_ACCEPTABLE_LICENSES= \ cddl-1.0 \ cpl-1.0 \ open-font-license \ - mpl-1.1 + mpl-1.1 \ + zpl ##### Variant spellings |