Date: Tue, 19 Dec 2017 05:52:38 +0000 (UTC) From: Ben Woods <woodsb02@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r456707 - in branches/2017Q4/print: hplip hplip-plugin Message-ID: <201712190552.vBJ5qcB7032913@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: woodsb02 Date: Tue Dec 19 05:52:38 2017 New Revision: 456707 URL: https://svnweb.freebsd.org/changeset/ports/456707 Log: MFH: r456706 print/hplip and print/hplip-plugin: Fix URL and LICENSE information. The URL change reflects a recent website change by HP, and was preventing print/hplip-plugin from fetching correctly. The LICENSE change reflects the fact that the introductory license to the python source files mention that a later version of the GPL can optionally be used. PR: 224435 PR: 224408 Submitted by: Mason Loring Bliss <mason@blisses.org> Reported by: jhb Reviewed by: jhb Approved by: ports-secteam (blanket) Modified: branches/2017Q4/print/hplip-plugin/Makefile branches/2017Q4/print/hplip-plugin/pkg-descr branches/2017Q4/print/hplip/Makefile branches/2017Q4/print/hplip/pkg-descr Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/print/hplip-plugin/Makefile ============================================================================== --- branches/2017Q4/print/hplip-plugin/Makefile Tue Dec 19 05:47:40 2017 (r456706) +++ branches/2017Q4/print/hplip-plugin/Makefile Tue Dec 19 05:52:38 2017 (r456707) @@ -4,7 +4,7 @@ PORTNAME= hplip-plugin PORTVERSION= 3.17.9 CATEGORIES= print -MASTER_SITES= http://hplipopensource.com/hplip-web/plugin/ +MASTER_SITES= https://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/ DISTNAME= hplip-${DISTVERSION}-plugin EXTRACT_SUFX= .run Modified: branches/2017Q4/print/hplip-plugin/pkg-descr ============================================================================== --- branches/2017Q4/print/hplip-plugin/pkg-descr Tue Dec 19 05:47:40 2017 (r456706) +++ branches/2017Q4/print/hplip-plugin/pkg-descr Tue Dec 19 05:52:38 2017 (r456707) @@ -1,3 +1,3 @@ Firmware and binary drivers for some HPLIP supported printers. -WWW: http://hplipopensource.com/ +WWW: https://developers.hp.com/hp-linux-imaging-and-printing/binary_plugin.html Modified: branches/2017Q4/print/hplip/Makefile ============================================================================== --- branches/2017Q4/print/hplip/Makefile Tue Dec 19 05:47:40 2017 (r456706) +++ branches/2017Q4/print/hplip/Makefile Tue Dec 19 05:52:38 2017 (r456707) @@ -9,7 +9,7 @@ MASTER_SITES= SF MAINTAINER= woodsb02@FreeBSD.org COMMENT= Drivers and utilities for HP printers and All-in-One devices -LICENSE= GPLv2 MIT BSD3CLAUSE +LICENSE= GPLv2+ MIT BSD3CLAUSE LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING Modified: branches/2017Q4/print/hplip/pkg-descr ============================================================================== --- branches/2017Q4/print/hplip/pkg-descr Tue Dec 19 05:47:40 2017 (r456706) +++ branches/2017Q4/print/hplip/pkg-descr Tue Dec 19 05:52:38 2017 (r456707) @@ -5,4 +5,4 @@ The HP driver project provides printing support for ne 1000 printer models, including Deskjet, Officejet, Photosmart, PSC (Print Scan Copy), Business Inkjet, LaserJet, and LaserJet MFP. -WWW: http://hplipopensource.com/hplip-web/index.html +WWW: https://developers.hp.com/hp-linux-imaging-and-printing
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712190552.vBJ5qcB7032913>