Index: head/devel/py-gitless/Makefile =================================================================== --- head/devel/py-gitless/Makefile (revision 423484) +++ head/devel/py-gitless/Makefile (revision 423485) @@ -1,30 +1,31 @@ # Created by: Carlos J. Puga Medina # $FreeBSD$ PORTNAME= gitless PORTVERSION= 0.8.3 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= cpm@FreeBSD.org COMMENT= Version control system built on top of Git 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 \ ${PYTHON_PKGNAMEPREFIX}pygit2>=0.23.0:devel/py-pygit2 \ ${PYTHON_PKGNAMEPREFIX}sh>=1.11:devel/py-sh \ git:devel/git USES= python USE_PYTHON= autoplist distutils USE_GITHUB= yes GH_ACCOUNT= sdg-mit NO_ARCH= yes .include Index: head/devel/py-gitless/files/patch-setup.py =================================================================== --- head/devel/py-gitless/files/patch-setup.py (nonexistent) +++ head/devel/py-gitless/files/patch-setup.py (revision 423485) @@ -0,0 +1,11 @@ +--- setup.py.orig 2016-10-06 16:22:24 UTC ++++ setup.py +@@ -36,7 +36,7 @@ if sys.argv[-1] == 'gl-build': + sys.exit() + + +-reqs = ['pygit2==0.23.0', 'sh==1.11', 'clint==0.3.6'] ++reqs = ['pygit2>=0.23.0', 'sh>=1.11', 'clint>=0.3.6'] + if sys.version_info < (2, 7) or ( + sys.version_info < (3, 3) and sys.version_info > (3, 0)): + reqs.append('argparse') Property changes on: head/devel/py-gitless/files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property