diff options
author | woodsb02 <woodsb02@FreeBSD.org> | 2017-12-19 13:47:40 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:10:58 +0800 |
commit | d7e0c153a2b714638162edfe62925880579d92c5 (patch) | |
tree | 0ac1578c1b754bb969c9731d2e0b6bd955627b75 | |
parent | 0720759b3ff888eb22cf018c4b370d06adfe6fa4 (diff) | |
download | freebsd-ports-gnome-d7e0c153a2b714638162edfe62925880579d92c5.tar.gz freebsd-ports-gnome-d7e0c153a2b714638162edfe62925880579d92c5.tar.zst freebsd-ports-gnome-d7e0c153a2b714638162edfe62925880579d92c5.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
-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 |