1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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
This commit is contained in:
Bernhard Froehlich 2017-06-12 08:37:05 +00:00
parent c12da06724
commit 76403cf6da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443416
2 changed files with 6 additions and 5 deletions

View File

@ -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

View File

@ -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