svn commit: r408646 - head/devel/py-terminable_thread

Don Lewis truckman at FreeBSD.org
Wed Feb 10 19:45:09 UTC 2016


Author: truckman
Date: Wed Feb 10 19:45:07 2016
New Revision: 408646
URL: https://svnweb.freebsd.org/changeset/ports/408646

Log:
  Nuke PORTREVISION, this is a new port.
  
  Sort USE_PYTHON.
  
  Requested by:	rm
  Pointy hat to:	truckman

Modified:
  head/devel/py-terminable_thread/Makefile

Modified: head/devel/py-terminable_thread/Makefile
==============================================================================
--- head/devel/py-terminable_thread/Makefile	Wed Feb 10 19:34:24 2016	(r408645)
+++ head/devel/py-terminable_thread/Makefile	Wed Feb 10 19:45:07 2016	(r408646)
@@ -2,7 +2,6 @@
 
 PORTNAME=	terminable_thread
 PORTVERSION=	0.7.1
-PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,6 +14,6 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 NO_ARCH=	yes
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list