From owner-svn-ports-head@freebsd.org Mon May 9 13:43:31 2016 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 991E4B33D74; Mon, 9 May 2016 13:43:31 +0000 (UTC) (envelope-from mat@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 50DFC1867; Mon, 9 May 2016 13:43:31 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u49DhUhn086996; Mon, 9 May 2016 13:43:30 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u49DhUXm086992; Mon, 9 May 2016 13:43:30 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201605091343.u49DhUXm086992@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 9 May 2016 13:43:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414851 - head/print/cups-cloud-print 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.22 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, 09 May 2016 13:43:31 -0000 Author: mat Date: Mon May 9 13:43:30 2016 New Revision: 414851 URL: https://svnweb.freebsd.org/changeset/ports/414851 Log: Update to 20160502. PR: 209299 Submitted by: tkato432 yahoo com Sponsored by: Absolight Modified: head/print/cups-cloud-print/Makefile (contents, props changed) head/print/cups-cloud-print/distinfo (contents, props changed) head/print/cups-cloud-print/pkg-plist (contents, props changed) Modified: head/print/cups-cloud-print/Makefile ============================================================================== --- head/print/cups-cloud-print/Makefile Mon May 9 13:43:25 2016 (r414850) +++ head/print/cups-cloud-print/Makefile Mon May 9 13:43:30 2016 (r414851) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cups-cloud-print -PORTVERSION= 20140814.3 -PORTREVISION= 2 +PORTVERSION= 20160502 CATEGORIES= print MAINTAINER= ports@FreeBSD.org @@ -40,6 +39,6 @@ post-patch: post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} README.md ${STAGEDIR}${DOCSDIR}) .include Modified: head/print/cups-cloud-print/distinfo ============================================================================== --- head/print/cups-cloud-print/distinfo Mon May 9 13:43:25 2016 (r414850) +++ head/print/cups-cloud-print/distinfo Mon May 9 13:43:30 2016 (r414851) @@ -1,2 +1,2 @@ -SHA256 (simoncadman-CUPS-Cloud-Print-20140814.3_GH0.tar.gz) = ea5b331010f6b573a651910d633cf6f575f89df7c347698efc0d82b72e4046c7 -SIZE (simoncadman-CUPS-Cloud-Print-20140814.3_GH0.tar.gz) = 1286254 +SHA256 (simoncadman-CUPS-Cloud-Print-20160502_GH0.tar.gz) = 65df4ab52034802e0eaaeb6e513ce206518503a9051cf928b7ac2156a8e4740b +SIZE (simoncadman-CUPS-Cloud-Print-20160502_GH0.tar.gz) = 1302604 Modified: head/print/cups-cloud-print/pkg-plist ============================================================================== --- head/print/cups-cloud-print/pkg-plist Mon May 9 13:43:25 2016 (r414850) +++ head/print/cups-cloud-print/pkg-plist Mon May 9 13:43:30 2016 (r414851) @@ -9,12 +9,17 @@ libexec/cups/driver/cupscloudprint %%DATADIR%%/dynamicppd.py %%DATADIR%%/listcloudprinters.py %%DATADIR%%/oauth2client/__init__.py +%%DATADIR%%/oauth2client/_helpers.py +%%DATADIR%%/oauth2client/_openssl_crypt.py +%%DATADIR%%/oauth2client/_pycrypto_crypt.py %%DATADIR%%/oauth2client/appengine.py %%DATADIR%%/oauth2client/client.py %%DATADIR%%/oauth2client/clientsecrets.py %%DATADIR%%/oauth2client/crypt.py +%%DATADIR%%/oauth2client/devshell.py %%DATADIR%%/oauth2client/django_orm.py %%DATADIR%%/oauth2client/file.py +%%DATADIR%%/oauth2client/flask_util.py %%DATADIR%%/oauth2client/gce.py %%DATADIR%%/oauth2client/keyring_storage.py %%DATADIR%%/oauth2client/locked_file.py