diff -r -u /usr/ports/devel/py-pygitup/Makefile ./Makefile --- /usr/ports/devel/py-pygitup/Makefile 2015-08-01 00:45:16.755511000 +0200 +++ ./Makefile 2015-11-03 20:59:41.718244000 +0100 @@ -1,7 +1,7 @@ # $FreeBSD: head/devel/py-pygitup/Makefile 391038 2015-07-01 09:26:44Z xmj $ PORTNAME= git-up -PORTVERSION= 1.2.2 +PORTVERSION= 1.3.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff -r -u /usr/ports/devel/py-pygitup/distinfo ./distinfo --- /usr/ports/devel/py-pygitup/distinfo 2015-08-01 00:45:16.756211000 +0200 +++ ./distinfo 2015-11-03 20:59:47.893175000 +0100 @@ -1,2 +1,2 @@ -SHA256 (git-up-1.2.2.zip) = addad2b3a14155bbb7feee71fd0e52f153e39bfa375b0799f45e6e58a493a70a -SIZE (git-up-1.2.2.zip) = 24895 +SHA256 (git-up-1.3.0.zip) = 2dd729fceec3c6381169040c8c3a1aad1d7904c0fd8cba4bea1fc4e7d2406c86 +SIZE (git-up-1.3.0.zip) = 25342 diff -r -u /usr/ports/devel/py-pygitup/files/patch-setup.py ./files/patch-setup.py --- /usr/ports/devel/py-pygitup/files/patch-setup.py 2015-08-01 00:45:16.757542000 +0200 +++ ./files/patch-setup.py 2015-11-03 21:07:27.799315000 +0100 @@ -1,13 +1,15 @@ ---- setup.py.orig 2015-07-01 09:15:37 UTC +--- setup.py.orig 2015-11-03 20:07:22 UTC +++ setup.py -@@ -6,8 +6,8 @@ setup( - version="1.2.2", +@@ -6,9 +6,9 @@ setup( + version="1.3.0", 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'], +- install_requires=['GitPython==1.0.0', 'colorama==0.3.3', +- 'termcolor==1.1.0', 'docopt==0.6.2', +- 'six==1.9.0'], ++ install_requires=['GitPython>=1.0.0', 'colorama>=0.3.3', ++ 'termcolor>=1.1.0', 'docopt>=0.6.2', ++ 'six>=1.9.0'], # Tests test_suite="nose.collector",