Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2019 16:57:35 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520184 - head/print/system-config-printer
Message-ID:  <201912151657.xBFGvZLq077498@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Dec 15 16:57:34 2019
New Revision: 520184
URL: https://svnweb.freebsd.org/changeset/ports/520184

Log:
  Fix plist
  
  PR:		233770

Modified:
  head/print/system-config-printer/pkg-plist

Modified: head/print/system-config-printer/pkg-plist
==============================================================================
--- head/print/system-config-printer/pkg-plist	Sun Dec 15 16:29:10 2019	(r520183)
+++ head/print/system-config-printer/pkg-plist	Sun Dec 15 16:57:34 2019	(r520184)
@@ -8,20 +8,20 @@ etc/dbus-1/system.d/com.redhat.PrinterDriversInstaller
 etc/xdg/autostart/print-applet.desktop
 %%PYTHON_SITELIBDIR%%/cupshelpers-1.0-py%%PYTHON_VER%%.egg-info
 %%PYTHON_SITELIBDIR%%/cupshelpers/__init__.py
-%%PYTHON_SITELIBDIR%%/cupshelpers/__pycache__/__init__.cpython-36.opt-1.pyc
-%%PYTHON_SITELIBDIR%%/cupshelpers/__pycache__/__init__.cpython-36.pyc
-%%PYTHON_SITELIBDIR%%/cupshelpers/__pycache__/config.cpython-36.opt-1.pyc
-%%PYTHON_SITELIBDIR%%/cupshelpers/__pycache__/config.cpython-36.pyc
-%%PYTHON_SITELIBDIR%%/cupshelpers/__pycache__/cupshelpers.cpython-36.opt-1.pyc
-%%PYTHON_SITELIBDIR%%/cupshelpers/__pycache__/cupshelpers.cpython-36.pyc
-%%PYTHON_SITELIBDIR%%/cupshelpers/__pycache__/installdriver.cpython-36.opt-1.pyc
-%%PYTHON_SITELIBDIR%%/cupshelpers/__pycache__/installdriver.cpython-36.pyc
-%%PYTHON_SITELIBDIR%%/cupshelpers/__pycache__/openprinting.cpython-36.opt-1.pyc
-%%PYTHON_SITELIBDIR%%/cupshelpers/__pycache__/openprinting.cpython-36.pyc
-%%PYTHON_SITELIBDIR%%/cupshelpers/__pycache__/ppds.cpython-36.opt-1.pyc
-%%PYTHON_SITELIBDIR%%/cupshelpers/__pycache__/ppds.cpython-36.pyc
-%%PYTHON_SITELIBDIR%%/cupshelpers/__pycache__/xmldriverprefs.cpython-36.opt-1.pyc
-%%PYTHON_SITELIBDIR%%/cupshelpers/__pycache__/xmldriverprefs.cpython-36.pyc
+%%PYTHON_SITELIBDIR%%/cupshelpers/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
+%%PYTHON_SITELIBDIR%%/cupshelpers/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON_SITELIBDIR%%/cupshelpers/__pycache__/config.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
+%%PYTHON_SITELIBDIR%%/cupshelpers/__pycache__/config.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON_SITELIBDIR%%/cupshelpers/__pycache__/cupshelpers.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
+%%PYTHON_SITELIBDIR%%/cupshelpers/__pycache__/cupshelpers.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON_SITELIBDIR%%/cupshelpers/__pycache__/installdriver.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
+%%PYTHON_SITELIBDIR%%/cupshelpers/__pycache__/installdriver.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON_SITELIBDIR%%/cupshelpers/__pycache__/openprinting.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
+%%PYTHON_SITELIBDIR%%/cupshelpers/__pycache__/openprinting.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON_SITELIBDIR%%/cupshelpers/__pycache__/ppds.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
+%%PYTHON_SITELIBDIR%%/cupshelpers/__pycache__/ppds.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON_SITELIBDIR%%/cupshelpers/__pycache__/xmldriverprefs.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
+%%PYTHON_SITELIBDIR%%/cupshelpers/__pycache__/xmldriverprefs.cpython-%%PYTHON_SUFFIX%%.pyc
 %%PYTHON_SITELIBDIR%%/cupshelpers/config.py
 %%PYTHON_SITELIBDIR%%/cupshelpers/cupshelpers.py
 %%PYTHON_SITELIBDIR%%/cupshelpers/installdriver.py



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912151657.xBFGvZLq077498>