Created attachment 176272 [details] gitless.patch - Remove depending on argparse, all Python versions in ports tree have it as built-in
Comment on attachment 176272 [details] gitless.patch >Index: Makefile >=================================================================== >--- Makefile (revision 424893) >+++ Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= gitless > PORTVERSION= 0.8.4 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= devel python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >@@ -13,8 +14,7 @@ > 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
Thanks for the patch, Li-Wen :) Approved!
A commit references this bug: Author: lwhsu Date: Sun Oct 30 16:14:36 UTC 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) Changes: head/devel/py-gitless/Makefile