Date: Wed, 16 Nov 2016 15:42:55 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426244 - head/converters/py-bcode Message-ID: <201611161542.uAGFgtQW011139@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611161542.uAGFgtQW011139>