Index: head/devel/py-pygitup/Makefile =================================================================== --- head/devel/py-pygitup/Makefile (revision 391037) +++ head/devel/py-pygitup/Makefile (revision 391038) @@ -1,22 +1,22 @@ # $FreeBSD$ PORTNAME= git-up PORTVERSION= 1.2.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= che@bein.link COMMENT= Python implementation of 'git up' LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygit2>=0.21.1:${PORTSDIR}/devel/py-pygit2 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}GitPython>=0.3.6:${PORTSDIR}/devel/py-gitpython \ ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.2:${PORTSDIR}/devel/py-colorama \ ${PYTHON_PKGNAMEPREFIX}termcolor>=1.1.0:${PORTSDIR}/devel/py-termcolor \ ${PYTHON_PKGNAMEPREFIX}docopt>=0.6.1:${PORTSDIR}/devel/py-docopt -USES= python zip +USES= python zip dos2unix USE_PYTHON= autoplist distutils .include Index: head/devel/py-pygitup/files/patch-setup.py =================================================================== --- head/devel/py-pygitup/files/patch-setup.py (nonexistent) +++ head/devel/py-pygitup/files/patch-setup.py (revision 391038) @@ -0,0 +1,13 @@ +--- setup.py.orig 2015-07-01 09:15:37 UTC ++++ setup.py +@@ -6,8 +6,8 @@ setup( + version="1.2.2", + packages=find_packages(exclude=["tests"]), + scripts=['PyGitUp/gitup.py'], +- install_requires=['GitPython==0.3.2.1', 'colorama==0.3.2', +- 'termcolor==1.1.0', 'docopt==0.6.1'], ++ install_requires=['GitPython>=0.3.2.1', 'colorama>=0.3.2', ++ 'termcolor>=1.1.0', 'docopt>=0.6.1'], + + # Tests + test_suite="nose.collector", Property changes on: head/devel/py-pygitup/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