svn commit: r426244 - head/converters/py-bcode

Mark Felder feld at FreeBSD.org
Wed Nov 16 15:42:56 UTC 2016


Author: feld
Date: Wed Nov 16 15:42:55 2016
New Revision: 426244
URL: https://svnweb.freebsd.org/changeset/ports/426244

Log:
  converters/py-bcode: Fix python dependency
  
  Should depend on Python 2.7, not the Python 2 metaport
  
  Reported by:	koobs

Modified:
  head/converters/py-bcode/Makefile

Modified: head/converters/py-bcode/Makefile
==============================================================================
--- head/converters/py-bcode/Makefile	Wed Nov 16 15:39:01 2016	(r426243)
+++ head/converters/py-bcode/Makefile	Wed Nov 16 15:42:55 2016	(r426244)
@@ -3,6 +3,7 @@
 
 PORTNAME=	bcode
 PORTVERSION=	0.6
+PORTREVISION=	1
 CATEGORIES=	converters devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,7 @@ COMMENT=	Another bencode implementation
 
 LICENSE=	MIT
 
-USES=		python:2
+USES=		python:2.7
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list