From owner-svn-ports-head@freebsd.org Wed Nov 16 15:42:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41C38C43DEF; Wed, 16 Nov 2016 15:42:56 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B2DF17CC; Wed, 16 Nov 2016 15:42:55 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAGFgtQ2011140; Wed, 16 Nov 2016 15:42:55 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAGFgtQW011139; Wed, 16 Nov 2016 15:42:55 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201611161542.uAGFgtQW011139@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 16 Nov 2016 15:42:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426244 - head/converters/py-bcode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Nov 2016 15:42:56 -0000 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