From owner-svn-ports-head@freebsd.org Mon Jun 12 08:37:06 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFCEABF6DCD; Mon, 12 Jun 2017 08:37:06 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D84A26AF; Mon, 12 Jun 2017 08:37:06 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5C8b5LI069812; Mon, 12 Jun 2017 08:37:05 GMT (envelope-from decke@FreeBSD.org) Received: (from decke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5C8b5MB069810; Mon, 12 Jun 2017 08:37:05 GMT (envelope-from decke@FreeBSD.org) Message-Id: <201706120837.v5C8b5MB069810@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: decke set sender to decke@FreeBSD.org using -f From: Bernhard Froehlich Date: Mon, 12 Jun 2017 08:37:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443416 - head/print/cloudprint X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2017 08:37:06 -0000 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@gmail.com Thanks to: koobs@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@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