summaryrefslogtreecommitdiff
path: root/print/hplip/files/patch-installer_dcheck.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* print/hplip(-plugin): update to 3.22.2Tijl Coosemans2022-03-111-2/+2
| | | | | | | | | | | | | | | | | | | | - Convert post-patch to real patches because they are easier to maintain. - Fix a NULL dereference in the scanner backend when D-Bus isn't running. - Depend on sysutils/py-distro to make hp-toolbox (Device Manager) work again. - Upstream switched to Avahi for mDNS support. Rename the SNMP option to NETWORK because it's not just SNMP now. - Don't install some programs related to uninstalling and upgrading of HPLIP and the installation of firmware plugins because they circumvent the package system. - Install icons in share/icons so desktops can choose an appropriate resolution. Portions taken from a patch by Oleg Sidorkin <osidorkin@gmail.com>. PR: 255586, 257034, 257512
* Update to 3.20.6.Tijl Coosemans2020-09-071-12/+0
| | | | | | | | PR: 247477 Submitted by: fluffy Notes: svn path=/head/; revision=547891
* print/hplip: Update to 3.19.10Ben Woods2019-11-041-3/+3
| | | | | | | | | | | | | print/hplip-plugin: Update to 3.19.6 Changes this release: https://developers.hp.com/hp-linux-imaging-and-printing/release_notes PR: 241528 Reported by: S Joseph <josephatwork@gmail.com> Notes: svn path=/head/; revision=516637
* print/hplip: Fix runtime with graphics/py-pillow 6.0.0Kai Knoblich2019-06-021-2/+14
| | | | | | | | | | | | Fix a possible runtime error in installers/dcheck.py when graphics/py-pillow is updated to 6.0.0, which removed the previously deprecated constant Image.VERSION . PR: 238072, 237426 (related) Approved by: woodsb02 (maintainer) Notes: svn path=/head/; revision=503333
* print/hplip and print/hplip-plugin: Update to 3.16.8Ben Woods2016-09-241-0/+24
print/hplip: - Add LICENSE details - Changes USE_OPENSSL=yes to USES=ssl - Create empty directories for pkg-plist @dir entries - Reformat patches with makepatch (pet portlint) - Move ${PREFIX}/etc/sane.d/dll.conf to ${PREFIX}/etc/sane.d/dll.d/hpaio during post-install, rather than editing ${PREFIX}/etc/sane.d/dll.conf during @exec and @unexec during pkg-plist print/hplip-plugin: - Re-order LICENSE block (pet portlint) Changes this release: http://hplipopensource.com/hplip-web/release_notes.html Reviewed by: mat (mentor) Approved by: makc (maintainer timeout), adamw (mentor) Differential Revision: https://reviews.freebsd.org/D7812 Notes: svn path=/head/; revision=422709