From 76403cf6da93c5264b88f0843f5f942d645b86c9 Mon Sep 17 00:00:00 2001 From: Bernhard Froehlich Date: Mon, 12 Jun 2017 08:37:05 +0000 Subject: [PATCH] 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 --- print/cloudprint/Makefile | 6 +++--- 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