svn commit: r414851 - head/print/cups-cloud-print

Mathieu Arnold mat at FreeBSD.org
Mon May 9 13:43:31 UTC 2016


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 at 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 <bsd.port.mk>

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


More information about the svn-ports-all mailing list