svn commit: r456706 - in head/print: hplip hplip-plugin

Ben Woods woodsb02 at FreeBSD.org
Tue Dec 19 05:47:41 UTC 2017


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 <mason at blisses.org>
  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 at 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


More information about the svn-ports-all mailing list