svn commit: r448956 - in head/devel: py-lazr.config py-lazr.delegates

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Wed Aug 30 03:02:57 UTC 2017


Author: acm
Date: Wed Aug 30 03:02:56 2017
New Revision: 448956
URL: https://svnweb.freebsd.org/changeset/ports/448956

Log:
  - Fix LICENSE
  - Use python instead of python:3. It supports python 2.x and 3.x
  
  Reported by:	dbaio

Modified:
  head/devel/py-lazr.config/Makefile
  head/devel/py-lazr.delegates/Makefile

Modified: head/devel/py-lazr.config/Makefile
==============================================================================
--- head/devel/py-lazr.config/Makefile	Wed Aug 30 02:46:05 2017	(r448955)
+++ head/devel/py-lazr.config/Makefile	Wed Aug 30 03:02:56 2017	(r448956)
@@ -2,6 +2,7 @@
 
 PORTNAME=	lazr.config
 PORTVERSION=	2.2
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -9,12 +10,13 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	acm at FreeBSD.org
 COMMENT=	Create configuration schemas, and process and validate configurations
 
-LICENSE=	APACHE20
+LICENSE=	LGPL3
+LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface \
 		${PYTHON_PKGNAMEPREFIX}lazr.delegates>=2.0.3:devel/py-lazr.delegates
 
-USES=		python:3
+USES=		python
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>

Modified: head/devel/py-lazr.delegates/Makefile
==============================================================================
--- head/devel/py-lazr.delegates/Makefile	Wed Aug 30 02:46:05 2017	(r448955)
+++ head/devel/py-lazr.delegates/Makefile	Wed Aug 30 03:02:56 2017	(r448956)
@@ -2,6 +2,7 @@
 
 PORTNAME=	lazr.delegates
 PORTVERSION=	2.0.3
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -9,12 +10,13 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	acm at FreeBSD.org
 COMMENT=	Easily write objects that delegate behavior
 
-LICENSE=	APACHE20
+LICENSE=	LGPL3
+LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface \
 		${PYTHON_PKGNAMEPREFIX}nose>=1.3.7:devel/py-nose
 
-USES=		python:3
+USES=		python
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list