From owner-svn-ports-all@freebsd.org Sun Oct 30 15:18:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D8A8C25F81; Sun, 30 Oct 2016 15:18:05 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D35611454; Sun, 30 Oct 2016 15:18:04 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9UFI4Ow093563; Sun, 30 Oct 2016 15:18:04 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9UFI37L093559; Sun, 30 Oct 2016 15:18:03 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201610301518.u9UFI37L093559@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sun, 30 Oct 2016 15:18:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424950 - in head/print: hplip hplip-plugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Oct 2016 15:18:05 -0000 Author: woodsb02 Date: Sun Oct 30 15:18:03 2016 New Revision: 424950 URL: https://svnweb.freebsd.org/changeset/ports/424950 Log: print/hplip and print/hplip-plugin: Update to 3.16.10 - FAX option now depends on py-reportlab v3 rather than v2 (deprecated) - Clean up RUN_DEPENDS syntax and OPTIONS whitespace - Remove line which set unused variable PYTHON_SITELIBDIR_REL Changes this release: http://hplipopensource.com/hplip-web/release_notes.html Approved by: adamw (mentor, implicit) Modified: head/print/hplip-plugin/Makefile head/print/hplip-plugin/distinfo head/print/hplip/Makefile head/print/hplip/distinfo Modified: head/print/hplip-plugin/Makefile ============================================================================== --- head/print/hplip-plugin/Makefile Sun Oct 30 15:16:01 2016 (r424949) +++ head/print/hplip-plugin/Makefile Sun Oct 30 15:18:03 2016 (r424950) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hplip-plugin -PORTVERSION= 3.16.9 +PORTVERSION= 3.16.10 CATEGORIES= print MASTER_SITES= http://hplipopensource.com/hplip-web/plugin/ DISTNAME= hplip-${DISTVERSION}-plugin Modified: head/print/hplip-plugin/distinfo ============================================================================== --- head/print/hplip-plugin/distinfo Sun Oct 30 15:16:01 2016 (r424949) +++ head/print/hplip-plugin/distinfo Sun Oct 30 15:18:03 2016 (r424950) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474473341 -SHA256 (hplip-3.16.9-plugin.run) = 7394ab79dd943bb530a7117266dec3f280ac0f825c4d12831c14eec922349c9f -SIZE (hplip-3.16.9-plugin.run) = 2084344 +TIMESTAMP = 1477800376 +SHA256 (hplip-3.16.10-plugin.run) = 84ad87ef986fccc3c07c163a3eb494eda8971bdcd0e967c7ad7f60b6fd70527e +SIZE (hplip-3.16.10-plugin.run) = 2061876 Modified: head/print/hplip/Makefile ============================================================================== --- head/print/hplip/Makefile Sun Oct 30 15:16:01 2016 (r424949) +++ head/print/hplip/Makefile Sun Oct 30 15:18:03 2016 (r424950) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= hplip -PORTVERSION= 3.16.9 -PORTREVISION= 2 +PORTVERSION= 3.16.10 CATEGORIES= print MASTER_SITES= SF @@ -16,8 +15,8 @@ LICENSE_FILES= ${WRKSRC}/COPYING LIB_DEPENDS= libcupsimage.so:print/cups \ libdbus-1.so:devel/dbus -RUN_DEPENDS= ${LOCALBASE}/libexec/cups/filter/gstoraster:print/cups-filters \ - ${PYTHON_SITELIBDIR}/dbus/_dbus.py:devel/py-dbus +RUN_DEPENDS= cups-filters>=0:print/cups-filters \ + ${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus CONFLICTS_INSTALL= hpijs-[0-9]* @@ -64,33 +63,31 @@ FILES4FIX= Makefile.in \ ui/devmgr4.py \ ui4/devmgr5.py -PYTHON_SITELIBDIR_REL= ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;} - OPTIONS_DEFINE= DOCS FAX SNMP SCAN X11 XSANE OPTIONS_DEFAULT=SNMP SCAN X11 OPTIONS_SUB= yes # FAX SCAN X11 -FAX_DESC= PC Send Fax support -FAX_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/reportlab/__init__.py:print/py-reportlab2 +FAX_DESC= PC Send Fax support +FAX_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}reportlab>=0:print/py-reportlab FAX_CONFIGURE_ENABLE= fax-build -SNMP_DESC= Network/JetDirect support -SNMP_USES= ssl +SNMP_DESC= Network/JetDirect support +SNMP_USES= ssl SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp SNMP_CONFIGURE_ENABLE= network-build -SCAN_DESC= Scanning support +SCAN_DESC= Scanning support SCAN_LIB_DEPENDS= libsane.so:graphics/sane-backends SCAN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow SCAN_CONFIGURE_ENABLE= scan-build -X11_DESC= Graphical User Interface (Qt 4) -X11_RUN_DEPENDS=${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:x11-toolkits/py-qt4-gui \ - ${PYTHON_SITELIBDIR}/dbus/mainloop/qt.so:devel/py-qt4-dbussupport +X11_DESC= Graphical User Interface (Qt 4) +X11_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:x11-toolkits/py-qt4-gui \ + ${PYTHON_PKGNAMEPREFIX}qt4-dbussupport>=0:devel/py-qt4-dbussupport X11_CONFIGURE_ENABLE= qt4 gui-build -XSANE_DESC= Install XSane for scanning (requires SCAN) -XSANE_IMPLIES= SCAN +XSANE_DESC= Install XSane for scanning (requires SCAN) +XSANE_IMPLIES= SCAN XSANE_RUN_DEPENDS= xsane:graphics/xsane DOCS_CONFIGURE_ENABLE= doc-build Modified: head/print/hplip/distinfo ============================================================================== --- head/print/hplip/distinfo Sun Oct 30 15:16:01 2016 (r424949) +++ head/print/hplip/distinfo Sun Oct 30 15:18:03 2016 (r424950) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474473321 -SHA256 (hplip-3.16.9.tar.gz) = cc8cf2a7baa1403cddd6503f120c58780c786b42fad073da6caec7535d3797a6 -SIZE (hplip-3.16.9.tar.gz) = 23057361 +TIMESTAMP = 1477836238 +SHA256 (hplip-3.16.10.tar.gz) = 45b44e0334f76069511b0b2a40885a12d055013bc95a62250de5d1abc10dee84 +SIZE (hplip-3.16.10.tar.gz) = 23096030