svn commit: r382505 - head/textproc/py-bugzillatools

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 28 15:25:37 UTC 2015


Author: sunpoet
Date: Sat Mar 28 15:25:36 2015
New Revision: 382505
URL: https://svnweb.freebsd.org/changeset/ports/382505
QAT: https://qat.redports.org/buildarchive/r382505/

Log:
  - Add LICENSE
  - Fix USES=python
  
  PR:		196457
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 12 weeks)

Modified:
  head/textproc/py-bugzillatools/Makefile

Modified: head/textproc/py-bugzillatools/Makefile
==============================================================================
--- head/textproc/py-bugzillatools/Makefile	Sat Mar 28 15:21:23 2015	(r382504)
+++ head/textproc/py-bugzillatools/Makefile	Sat Mar 28 15:25:36 2015	(r382505)
@@ -10,7 +10,9 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	swills at FreeBSD.org
 COMMENT=	Tool for interacting with the Bugzilla bug tracking system
 
-USES=		python
+LICENSE=	GPL3
+
+USES=		python:2
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list