diff options
author | woodsb02 <woodsb02@FreeBSD.org> | 2017-12-19 13:47:40 +0800 |
---|---|---|
committer | woodsb02 <woodsb02@FreeBSD.org> | 2017-12-19 13:47:40 +0800 |
commit | f2aa6c819b689127bfd8b4ea0f109830f36e13b1 (patch) | |
tree | 8682da158d42a45937e0f995c24a53fafb202926 /print | |
parent | 12e2c6b848bfaa886ecb1ce5fcbddb179531daa7 (diff) | |
download | freebsd-ports-gnome-f2aa6c819b689127bfd8b4ea0f109830f36e13b1.tar.gz freebsd-ports-gnome-f2aa6c819b689127bfd8b4ea0f109830f36e13b1.tar.zst freebsd-ports-gnome-f2aa6c819b689127bfd8b4ea0f109830f36e13b1.zip |
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
MFH: 2017Q4
Diffstat (limited to 'print')
-rw-r--r-- | print/hplip-plugin/Makefile | 2 | ||||
-rw-r--r-- | print/hplip-plugin/pkg-descr | 2 | ||||
-rw-r--r-- | print/hplip/Makefile | 2 | ||||
-rw-r--r-- | print/hplip/pkg-descr | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/print/hplip-plugin/Makefile b/print/hplip-plugin/Makefile index 7309592e08f9..2fe9db207fe5 100644 --- a/print/hplip-plugin/Makefile +++ b/print/hplip-plugin/Makefile @@ -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 diff --git a/print/hplip-plugin/pkg-descr b/print/hplip-plugin/pkg-descr index 3ec2cbc2fbbf..ff4843cc9456 100644 --- a/print/hplip-plugin/pkg-descr +++ b/print/hplip-plugin/pkg-descr @@ -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 diff --git a/print/hplip/Makefile b/print/hplip/Makefile index bee8b4daa7ed..926304f2792b 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -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 diff --git a/print/hplip/pkg-descr b/print/hplip/pkg-descr index 3769a3df175a..a4aed53cd55c 100644 --- a/print/hplip/pkg-descr +++ b/print/hplip/pkg-descr @@ -5,4 +5,4 @@ The HP driver project provides printing support for nearly 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 |