Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2020 21:37:09 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557545 - head/devel/py-repoze.lru
Message-ID:  <202012102137.0BALb9ic054728@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012102137.0BALb9ic054728>