svn commit: r557545 - head/devel/py-repoze.lru
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Dec 10 21:37:14 UTC 2020
Author: sunpoet
Date: Thu Dec 10 21:37:09 2020
New Revision: 557545
URL: https://svnweb.freebsd.org/changeset/ports/557545
Log:
Fix LICENSE
- Remove dead WWW
Modified:
head/devel/py-repoze.lru/Makefile
head/devel/py-repoze.lru/pkg-descr
Modified: head/devel/py-repoze.lru/Makefile
==============================================================================
--- head/devel/py-repoze.lru/Makefile Thu Dec 10 21:37:03 2020 (r557544)
+++ head/devel/py-repoze.lru/Makefile Thu Dec 10 21:37:09 2020 (r557545)
@@ -10,11 +10,14 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Tiny LRU cache implementation and decorator
-LICENSE= BSD4CLAUSE
+LICENSE= REPOZE
+LICENSE_NAME= Repoze Public License
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell
-NO_ARCH= yes
USES= python
USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
.include <bsd.port.mk>
Modified: head/devel/py-repoze.lru/pkg-descr
==============================================================================
--- head/devel/py-repoze.lru/pkg-descr Thu Dec 10 21:37:03 2020 (r557544)
+++ head/devel/py-repoze.lru/pkg-descr Thu Dec 10 21:37:09 2020 (r557545)
@@ -2,5 +2,4 @@ repoze.lru is a LRU (least recently used) cache implem
that are not used frequently will be evicted from the cache faster than keys and
values that are used frequently.
-WWW: http://repoze.org/
WWW: https://github.com/repoze/repoze.lru
More information about the svn-ports-head
mailing list