Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jun 2018 01:22:33 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472732 - head/devel/py-Breve
Message-ID:  <201806190122.w5J1MXhk013565@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Jun 19 01:22:32 2018
New Revision: 472732
URL: https://svnweb.freebsd.org/changeset/ports/472732

Log:
  devel/py-Breve: Add USE_PYTHON=concurrent
  
  Also add LICENSE
  
  Approved by:	portmgr blanket

Modified:
  head/devel/py-Breve/Makefile

Modified: head/devel/py-Breve/Makefile
==============================================================================
--- head/devel/py-Breve/Makefile	Tue Jun 19 01:18:08 2018	(r472731)
+++ head/devel/py-Breve/Makefile	Tue Jun 19 01:22:32 2018	(r472732)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Breve
 PORTVERSION=	1.3.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel python
 MASTER_SITES=	http://breve.twisty-industries.com/downloads/ \
 		LOCAL/nivit/${PORTNAME}
@@ -12,7 +12,9 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	nivit@FreeBSD.org
 COMMENT=	Python s-expression style template engine
 
+LICENSE=	MIT
+
 USES=		python:2.7
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	distutils concurrent autoplist
 
 .include <bsd.port.mk>



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