From owner-svn-ports-all@freebsd.org Sun Oct 30 16:14:36 2016 Return-Path: Delivered-To: svn-ports-all@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 F02F8C26D8A; Sun, 30 Oct 2016 16:14:36 +0000 (UTC) (envelope-from lwhsu@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 C1AAA1B8F; Sun, 30 Oct 2016 16:14:36 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9UGEaCL017459; Sun, 30 Oct 2016 16:14:36 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9UGEaSs017458; Sun, 30 Oct 2016 16:14:36 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201610301614.u9UGEaSs017458@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sun, 30 Oct 2016 16:14:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424952 - head/devel/py-gitless X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Oct 2016 16:14:37 -0000 Author: lwhsu Date: Sun Oct 30 16:14:35 2016 New Revision: 424952 URL: https://svnweb.freebsd.org/changeset/ports/424952 Log: - Remove depending on argparse, all Python versions in ports tree have it as built-in PR: 213880 Submitted by: lwhsu Approved by: cpm (maintainer) Modified: head/devel/py-gitless/Makefile Modified: head/devel/py-gitless/Makefile ============================================================================== --- head/devel/py-gitless/Makefile Sun Oct 30 16:12:22 2016 (r424951) +++ head/devel/py-gitless/Makefile Sun Oct 30 16:14:35 2016 (r424952) @@ -4,6 +4,7 @@ PORTNAME= gitless PORTVERSION= 0.8.4 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +14,7 @@ COMMENT= Version control system built on LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>=0:devel/py-argparse \ - ${PYTHON_PKGNAMEPREFIX}clint>=0.3.6:devel/py-clint \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}clint>=0.3.6:devel/py-clint \ ${PYTHON_PKGNAMEPREFIX}pygit2>=0.23.0:devel/py-pygit2 \ ${PYTHON_PKGNAMEPREFIX}sh>=1.11:devel/py-sh \ git:devel/git