git: d5e073428d5e - main - print/system-config-printer: Fix build with setuptools 58.0.0+
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 14:00:32 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d5e073428d5e6487d2b2b4eb086dc0f7a3c2c40a commit d5e073428d5e6487d2b2b4eb086dc0f7a3c2c40a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-03 13:57:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-03 13:59:10 +0000 print/system-config-printer: Fix build with setuptools 58.0.0+ - Bump PORTREVISION for package change With hat: python --- print/system-config-printer/Makefile | 2 +- print/system-config-printer/pkg-plist | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/print/system-config-printer/Makefile b/print/system-config-printer/Makefile index 5312af6a1d12..e1612eb1662e 100644 --- a/print/system-config-printer/Makefile +++ b/print/system-config-printer/Makefile @@ -2,7 +2,7 @@ PORTNAME= system-config-printer PORTVERSION= 1.5.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print gnome MAINTAINER= gnome@FreeBSD.org diff --git a/print/system-config-printer/pkg-plist b/print/system-config-printer/pkg-plist index 667902b2f877..925561512c54 100644 --- a/print/system-config-printer/pkg-plist +++ b/print/system-config-printer/pkg-plist @@ -6,7 +6,10 @@ etc/cupshelpers/preferreddrivers.xml etc/dbus-1/system.d/com.redhat.NewPrinterNotification.conf etc/dbus-1/system.d/com.redhat.PrinterDriversInstaller.conf etc/xdg/autostart/print-applet.desktop -%%PYTHON_SITELIBDIR%%/cupshelpers-1.0-py%%PYTHON_VER%%.egg-info +%%PYTHON_SITELIBDIR%%/cupshelpers-1.0-py%%PYTHON_VER%%.egg-info/PKG-INFO +%%PYTHON_SITELIBDIR%%/cupshelpers-1.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt +%%PYTHON_SITELIBDIR%%/cupshelpers-1.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt +%%PYTHON_SITELIBDIR%%/cupshelpers-1.0-py%%PYTHON_VER%%.egg-info/top_level.txt %%PYTHON_SITELIBDIR%%/cupshelpers/__init__.py %%PYTHON_SITELIBDIR%%/cupshelpers/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/cupshelpers/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc