svn commit: r443416 - head/print/cloudprint

Bernhard Froehlich decke at FreeBSD.org
Mon Jun 12 08:37:06 UTC 2017


Author: decke
Date: Mon Jun 12 08:37:05 2017
New Revision: 443416
URL: https://svnweb.freebsd.org/changeset/ports/443416

Log:
  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 at gmail.com
  Thanks to:	koobs at FreeBSD.org

Modified:
  head/print/cloudprint/Makefile
  head/print/cloudprint/distinfo

Modified: head/print/cloudprint/Makefile
==============================================================================
--- head/print/cloudprint/Makefile	Mon Jun 12 03:55:25 2017	(r443415)
+++ head/print/cloudprint/Makefile	Mon Jun 12 08:37:05 2017	(r443416)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cloudprint
-PORTVERSION=	0.14
-PORTREVISION=	2
+PORTVERSION=	0.14.0.20170128
 CATEGORIES=	print
 
 MAINTAINER=	decke at FreeBSD.org
@@ -12,12 +11,13 @@ COMMENT=	Google Cloud Print proxy for local CUPS print
 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

Modified: head/print/cloudprint/distinfo
==============================================================================
--- head/print/cloudprint/distinfo	Mon Jun 12 03:55:25 2017	(r443415)
+++ head/print/cloudprint/distinfo	Mon Jun 12 08:37:05 2017	(r443416)
@@ -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


More information about the svn-ports-all mailing list