svn commit: r359927 - head/print/system-config-printer

Koop Mast kwm at FreeBSD.org
Mon Jun 30 21:39:31 UTC 2014


Author: kwm
Date: Mon Jun 30 21:39:30 2014
New Revision: 359927
URL: http://svnweb.freebsd.org/changeset/ports/359927
QAT: https://qat.redports.org/buildarchive/r359927/

Log:
  Stagify, add orphaned file.

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

Modified: head/print/system-config-printer/Makefile
==============================================================================
--- head/print/system-config-printer/Makefile	Mon Jun 30 21:32:54 2014	(r359926)
+++ head/print/system-config-printer/Makefile	Mon Jun 30 21:39:30 2014	(r359927)
@@ -4,7 +4,7 @@
 
 PORTNAME=	system-config-printer
 PORTVERSION=	1.4.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	print gnome
 MASTER_SITES=	http://cyberelk.net/tim/data/${PORTNAME}/${PORTVERSION:R}/
 
@@ -18,10 +18,10 @@ RUN_DEPENDS=	${PYTHON_SITELIBDIR}/cups.s
 		${PYTHON_SITELIBDIR}/pycurl.so:${PORTSDIR}/ftp/py-curl \
 		${LOCALBASE}/libexec/cups-pk-helper-mechanism:${PORTSDIR}/print/cups-pk-helper
 
-USE_XZ=		yes
 USE_PYTHON=	yes
 GNU_CONFIGURE=	yes
-USES=		desktop-file-utils gettext gmake pathfix pkgconfig shebangfix
+USES=		desktop-file-utils gettext gmake pathfix pkgconfig shebangfix \
+		tar:xz
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_GNOME=	intlhack pygobject3
@@ -29,8 +29,6 @@ USE_GNOME=	intlhack pygobject3
 CONFIGURE_ARGS=	--without-udev-rules \
 		--without-systemdsystemunitdir
 
-MAN1=		system-config-printer-applet.1 \
-		system-config-printer.1
 PLIST_SUB=	PYTHON_VER=${PYTHON_VERSION:S/python//}
 
 SHEBANG_FILES=	*.py troubleshoot/*.py xml/validate.py
@@ -39,7 +37,6 @@ INSTALLS_EGGINFO=	yes
 PYDISTUTILS_PKGNAME=	cupshelpers
 PYDISTUTILS_PKGVERSION=	1.0
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g; \
 		s|%%PREFIX%%|${PREFIX}|g' \

Modified: head/print/system-config-printer/pkg-plist
==============================================================================
--- head/print/system-config-printer/pkg-plist	Mon Jun 30 21:32:54 2014	(r359926)
+++ head/print/system-config-printer/pkg-plist	Mon Jun 30 21:39:30 2014	(r359927)
@@ -6,6 +6,7 @@ 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/__init__.py
 %%PYTHON_SITELIBDIR%%/cupshelpers/__init__.pyc
 %%PYTHON_SITELIBDIR%%/cupshelpers/__init__.pyo
@@ -27,6 +28,8 @@ etc/xdg/autostart/print-applet.desktop
 %%PYTHON_SITELIBDIR%%/cupshelpers/xmldriverprefs.py
 %%PYTHON_SITELIBDIR%%/cupshelpers/xmldriverprefs.pyc
 %%PYTHON_SITELIBDIR%%/cupshelpers/xmldriverprefs.pyo
+man/man1/system-config-printer-applet.1.gz
+man/man1/system-config-printer.1.gz
 share/applications/system-config-printer.desktop
 share/dbus-1/interfaces/org.fedoraproject.Config.Printing.xml
 share/dbus-1/services/org.fedoraproject.Config.Printing.service


More information about the svn-ports-head mailing list