From owner-svn-ports-all@freebsd.org Tue Dec 19 05:47:41 2017 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 AA60CE89D3A; Tue, 19 Dec 2017 05:47:41 +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 8422D66738; Tue, 19 Dec 2017 05:47:41 +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 vBJ5le7N028893; Tue, 19 Dec 2017 05:47:40 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBJ5leq9028889; Tue, 19 Dec 2017 05:47:40 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201712190547.vBJ5leq9028889@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Tue, 19 Dec 2017 05:47:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456706 - in head/print: hplip hplip-plugin X-SVN-Group: ports-head X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: in head/print: hplip hplip-plugin X-SVN-Commit-Revision: 456706 X-SVN-Commit-Repository: ports 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.25 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: Tue, 19 Dec 2017 05:47:41 -0000 Author: woodsb02 Date: Tue Dec 19 05:47:40 2017 New Revision: 456706 URL: https://svnweb.freebsd.org/changeset/ports/456706 Log: 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 Reported by: jhb Reviewed by: jhb MFH: 2017Q4 Modified: head/print/hplip-plugin/Makefile head/print/hplip-plugin/pkg-descr head/print/hplip/Makefile head/print/hplip/pkg-descr Modified: head/print/hplip-plugin/Makefile ============================================================================== --- head/print/hplip-plugin/Makefile Tue Dec 19 05:38:48 2017 (r456705) +++ head/print/hplip-plugin/Makefile Tue Dec 19 05:47:40 2017 (r456706) @@ -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: head/print/hplip-plugin/pkg-descr ============================================================================== --- head/print/hplip-plugin/pkg-descr Tue Dec 19 05:38:48 2017 (r456705) +++ head/print/hplip-plugin/pkg-descr Tue Dec 19 05:47:40 2017 (r456706) @@ -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: head/print/hplip/Makefile ============================================================================== --- head/print/hplip/Makefile Tue Dec 19 05:38:48 2017 (r456705) +++ head/print/hplip/Makefile Tue Dec 19 05:47:40 2017 (r456706) @@ -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: head/print/hplip/pkg-descr ============================================================================== --- head/print/hplip/pkg-descr Tue Dec 19 05:38:48 2017 (r456705) +++ head/print/hplip/pkg-descr Tue Dec 19 05:47:40 2017 (r456706) @@ -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