FreeBSD Bugzilla – Attachment 152751 Details for
Bug 197452
print/cups-cloud-print: Update to version 20140814.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
print_cups-cloud-print.diff
print_cups-cloud-print.diff (text/plain), 5.46 KB, created by
tkato432
on 2015-02-08 19:17:04 UTC
(
hide
)
Description:
print_cups-cloud-print.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2015-02-08 19:17:04 UTC
Size:
5.46 KB
patch
obsolete
>diff -urN /usr/ports/print/cups-cloud-print/Makefile print/cups-cloud-print/Makefile >--- /usr/ports/print/cups-cloud-print/Makefile 2014-10-25 04:40:26.000000000 +0900 >+++ print/cups-cloud-print/Makefile 2015-02-09 00:00:00.000000000 +0900 >@@ -1,31 +1,32 @@ > # $FreeBSD: head/print/cups-cloud-print/Makefile 371452 2014-10-24 16:42:59Z mva $ > > PORTNAME= cups-cloud-print >-PORTVERSION= 0.0.1 >+PORTVERSION= 20140814.1 > CATEGORIES= print >+MASTER_SITES= GH > > MAINTAINER= ports@FreeBSD.org > COMMENT= Print using Google Cloud Print > > LICENSE= GPLv3 > >-BUILD_DEPENDS= cancel:${PORTSDIR}/print/cups-base >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cups>=0:${PORTSDIR}/print/py-cups \ >- ${PYTHON_PKGNAMEPREFIX}httplib2>=0:${PORTSDIR}/www/py-httplib2 \ >- cancel:${PORTSDIR}/print/cups-base >+BUILD_DEPENDS= cups-config:${PORTSDIR}/print/cups-client >+RUN_DEPENDS= cancel:${PORTSDIR}/print/cups-base \ >+ ${PYTHON_PKGNAMEPREFIX}cups>0:${PORTSDIR}/print/py-cups \ >+ bash:${PORTSDIR}/shells/bash \ >+ ${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2 >+ >+NO_ARCH= yes >+NO_BUILD= yes > > USE_GITHUB= yes > GH_ACCOUNT= simoncadman > GH_PROJECT= CUPS-Cloud-Print >-GH_COMMIT= d7ce53b >-GH_TAGNAME= ${GH_COMMIT} >- >-HAS_CONFIGURE= yes >- >-USES= gmake python shebangfix >-SHEBANG_FILES= full-test.sh >+GH_COMMIT= 65d3bff > >-#CONFIGURE_ARGS= --cupsgroup=cups >+USES= gmake python shebangfix >+SHEBANG_FILES= testing/*.sh >+GNU_CONFIGURE= yes > MAKE_ARGS= NOPERMS=1 > > .include <bsd.port.mk> >diff -urN /usr/ports/print/cups-cloud-print/distinfo print/cups-cloud-print/distinfo >--- /usr/ports/print/cups-cloud-print/distinfo 2014-06-21 17:47:13.000000000 +0900 >+++ print/cups-cloud-print/distinfo 2015-02-09 00:00:00.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (cups-cloud-print-0.0.1.tar.gz) = 06c5a52daf65db9bfe7a0218cec8a487918797f5a2d2b4ea4187595b55077099 >-SIZE (cups-cloud-print-0.0.1.tar.gz) = 298144 >+SHA256 (cups-cloud-print-20140814.1.tar.gz) = d31cdcb2bc5baa2b32c80684b631b5882b77e2f0663c6ba0b8d08539c19ed6d2 >+SIZE (cups-cloud-print-20140814.1.tar.gz) = 1260629 >diff -urN /usr/ports/print/cups-cloud-print/pkg-descr print/cups-cloud-print/pkg-descr >--- /usr/ports/print/cups-cloud-print/pkg-descr 2014-06-21 17:47:13.000000000 +0900 >+++ print/cups-cloud-print/pkg-descr 2015-02-09 00:00:00.000000000 +0900 >@@ -1,5 +1,5 @@ > CUPS Cloud Print is a Google Cloud Print driver for UNIX-like operating >-systems. It allows any application which prints via CUPS to print to Google >-Cloud Print directly. >+systems. It allows any application which prints via CUPS to print to >+Google Cloud Print directly. > > WWW: http://www.niftiestsoftware.com/cups-cloud-print/ >diff -urN /usr/ports/print/cups-cloud-print/pkg-plist print/cups-cloud-print/pkg-plist >--- /usr/ports/print/cups-cloud-print/pkg-plist 2014-11-13 20:47:12.000000000 +0900 >+++ print/cups-cloud-print/pkg-plist 2015-02-09 00:00:00.000000000 +0900 >@@ -1,15 +1,15 @@ >-libexec/cups/backend/cloudprint >+libexec/cups/backend/gcp > libexec/cups/driver/cupscloudprint >+share/cloudprint-cups/.coveragerc > share/cloudprint-cups/COPYING > share/cloudprint-cups/README.md > share/cloudprint-cups/auth.py > share/cloudprint-cups/backend.py >+share/cloudprint-cups/ccputils.py > share/cloudprint-cups/cloudprintrequestor.py > share/cloudprint-cups/deleteaccount.py > share/cloudprint-cups/dynamicppd.py >-share/cloudprint-cups/full-test.sh > share/cloudprint-cups/listcloudprinters.py >-share/cloudprint-cups/listdrivefiles.py > share/cloudprint-cups/oauth2client/__init__.py > share/cloudprint-cups/oauth2client/anyjson.py > share/cloudprint-cups/oauth2client/client.py >@@ -18,19 +18,31 @@ > share/cloudprint-cups/oauth2client/locked_file.py > share/cloudprint-cups/oauth2client/multistore_file.py > share/cloudprint-cups/printer.py >+share/cloudprint-cups/printermanager.py >+share/cloudprint-cups/refreshtokens.py > share/cloudprint-cups/reportissues.py >-share/cloudprint-cups/setup.py >+share/cloudprint-cups/selinux/Makefile >+share/cloudprint-cups/selinux/cupscloudprint.fc >+share/cloudprint-cups/selinux/cupscloudprint.if >+share/cloudprint-cups/selinux/cupscloudprint.pp >+share/cloudprint-cups/selinux/cupscloudprint.te > share/cloudprint-cups/setupcloudprint.py >-share/cloudprint-cups/submitjob.py >-share/cloudprint-cups/test_auth.py >-share/cloudprint-cups/test_backend.py >-share/cloudprint-cups/test_cloudprintrequestor.py >-share/cloudprint-cups/test_mockrequestor.py >-share/cloudprint-cups/test_printer.py >-share/cloudprint-cups/testfiles/NotPdf.txt >-share/cloudprint-cups/testfiles/Test Page.pdf >-share/cloudprint-cups/testfiles/Test Page.png >-share/cloudprint-cups/testfiles/capabilitylist >-share/cloudprint-cups/testfiles/testppd.ppd >+share/cloudprint-cups/testing/full-test.sh >+share/cloudprint-cups/testing/listdrivefiles.py >+share/cloudprint-cups/testing/mockrequestor.py >+share/cloudprint-cups/testing/remove-test.sh >+share/cloudprint-cups/testing/test_auth.py >+share/cloudprint-cups/testing/test_ccputils.py >+share/cloudprint-cups/testing/test_cloudprintrequestor.py >+share/cloudprint-cups/testing/test_printer.py >+share/cloudprint-cups/testing/test_printermanager.py >+share/cloudprint-cups/testing/testfiles/NotPdf.txt >+share/cloudprint-cups/testing/testfiles/Test Page Corrupt.pdf >+share/cloudprint-cups/testing/testfiles/Test Page reader.ps >+share/cloudprint-cups/testing/testfiles/Test Page.pdf >+share/cloudprint-cups/testing/testfiles/Test Page.png >+share/cloudprint-cups/testing/testfiles/Test Page.ps >+share/cloudprint-cups/testing/testfiles/capabilitylist >+share/cloudprint-cups/testing/testfiles/testppd.ppd > share/cloudprint-cups/upgrade.py > @dir share/cups/model
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 197452
: 152751