Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Aug 2017 03:02:56 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r448956 - in head/devel: py-lazr.config py-lazr.delegates
Message-ID:  <201708300302.v7U32ui7083969@repo.freebsd.org>

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



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