Index: Makefile =================================================================== --- Makefile (revision 383674) +++ Makefile (working copy) @@ -11,7 +11,7 @@ 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 Index: files/patch-setup.py =================================================================== --- files/patch-setup.py (revision 0) +++ files/patch-setup.py (working copy) @@ -0,0 +1,13 @@ +--- setup.py.orig 2015-04-10 01:13:14.000000000 +0300 ++++ setup.py 2015-04-10 01:13:30.000000000 +0300 +@@ -6,8 +6,8 @@ + 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: 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