diff options
author | decke <decke@FreeBSD.org> | 2017-06-12 16:37:05 +0800 |
---|---|---|
committer | decke <decke@FreeBSD.org> | 2017-06-12 16:37:05 +0800 |
commit | 436ab6e288ebd7d5e03ac0804750c4682610323e (patch) | |
tree | d6d2974fce1b40c9ee06612913ad859b3d23732c /print/cloudprint | |
parent | ae247124f4c7c15227f80cf88a593ccadbf9bdf9 (diff) | |
download | freebsd-ports-gnome-436ab6e288ebd7d5e03ac0804750c4682610323e.tar.gz freebsd-ports-gnome-436ab6e288ebd7d5e03ac0804750c4682610323e.tar.zst freebsd-ports-gnome-436ab6e288ebd7d5e03ac0804750c4682610323e.zip |
Fix dependency issue with missing argparse since it's
removal in r427780. Upstream has switched to ConfigArgParse
in the meantime so let's update the port to latest master
and switch to ConfigArgParse.
PR: 219890
Reported by: nimrodl@gmail.com
Thanks to: koobs@FreeBSD.org
Diffstat (limited to 'print/cloudprint')
-rw-r--r-- | print/cloudprint/Makefile | 6 | ||||
-rw-r--r-- | print/cloudprint/distinfo | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/print/cloudprint/Makefile b/print/cloudprint/Makefile index 9ceefd0c3535..83319ce6462d 100644 --- a/print/cloudprint/Makefile +++ b/print/cloudprint/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cloudprint -PORTVERSION= 0.14 -PORTREVISION= 2 +PORTVERSION= 0.14.0.20170128 CATEGORIES= print MAINTAINER= decke@FreeBSD.org @@ -12,12 +11,13 @@ COMMENT= Google Cloud Print proxy for local CUPS printers LICENSE= GPLv3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycups>=0:print/py-pycups \ + ${PYTHON_PKGNAMEPREFIX}configargparse>=0.9.3:devel/py-configargparse \ ${PYTHON_PKGNAMEPREFIX}daemon>0:devel/py-daemon \ ${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests USE_GITHUB= yes GH_ACCOUNT= armooo -GH_TAGNAME= 4618224 +GH_TAGNAME= 108b9f0 NO_ARCH= yes USES= python diff --git a/print/cloudprint/distinfo b/print/cloudprint/distinfo index c3ba890ce22f..312e8c04e720 100644 --- a/print/cloudprint/distinfo +++ b/print/cloudprint/distinfo @@ -1,2 +1,3 @@ -SHA256 (armooo-cloudprint-0.14-4618224_GH0.tar.gz) = 47de32a907f4f051169bebe1e1fa591f7466380a3c7e99f55599d6e2768a8135 -SIZE (armooo-cloudprint-0.14-4618224_GH0.tar.gz) = 27073 +TIMESTAMP = 1497263520 +SHA256 (armooo-cloudprint-0.14.0.20170128-108b9f0_GH0.tar.gz) = a20351b9892ac950f014f07637033a1387971f82f3c81710949fedfa13e9b9d9 +SIZE (armooo-cloudprint-0.14.0.20170128-108b9f0_GH0.tar.gz) = 27507 |