diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2021-03-10 22:29:15 +0800 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2021-03-10 22:29:15 +0800 |
commit | d03d9426a4061993b04eb2aa413d9b6601ff8387 (patch) | |
tree | 6ad4a441e6ac6468e5e48ae2e0f9bae775de108f /deskutils | |
parent | 6ca6533f6cb643bf7069a7e058e5b733a9cf03be (diff) | |
download | freebsd-ports-gnome-d03d9426a4061993b04eb2aa413d9b6601ff8387.tar.gz freebsd-ports-gnome-d03d9426a4061993b04eb2aa413d9b6601ff8387.tar.zst freebsd-ports-gnome-d03d9426a4061993b04eb2aa413d9b6601ff8387.zip |
- Update calibre to 5.13.0
- While here, remove outdated hal information from pkg-message
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/calibre/Makefile | 3 | ||||
-rw-r--r-- | deskutils/calibre/distinfo | 6 | ||||
-rw-r--r-- | deskutils/calibre/pkg-message | 30 | ||||
-rw-r--r-- | deskutils/calibre/pkg-plist | 8 |
4 files changed, 14 insertions, 33 deletions
diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile index 69d36c34f03a..79360a24ee8f 100644 --- a/deskutils/calibre/Makefile +++ b/deskutils/calibre/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= calibre -PORTVERSION= 5.12.0 -PORTREVISION= 2 +PORTVERSION= 5.13.0 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ diff --git a/deskutils/calibre/distinfo b/deskutils/calibre/distinfo index 374f022b70e9..e1a08f6fd3d6 100644 --- a/deskutils/calibre/distinfo +++ b/deskutils/calibre/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614356608 -SHA256 (calibre-5.12.0.tar.xz) = 377ff2d64496c8cdfa2e9c1b8a67ed27aee1e337e4da3f6172f522fe940bdd85 -SIZE (calibre-5.12.0.tar.xz) = 37116400 +TIMESTAMP = 1615366170 +SHA256 (calibre-5.13.0.tar.xz) = 183140671666922a3b7bb9158e162a84d7615c89543c917488c595974b965423 +SIZE (calibre-5.13.0.tar.xz) = 36746972 diff --git a/deskutils/calibre/pkg-message b/deskutils/calibre/pkg-message index 21b246783e62..e30d9fa7dbfd 100644 --- a/deskutils/calibre/pkg-message +++ b/deskutils/calibre/pkg-message @@ -1,34 +1,8 @@ [ { type: install message: <<EOM -NOTE: Calibre requires Hal to be running for access to devices. The user who -is running Calibre also needs to be able to mount devices. For non-root users, -this means modifying %%PREFIX%%/etc/PolicyKit/PolicyKit.conf and adding the -policy there. - -To allow a single user named "example" to mount removable devices, add the -following: - - <match action="org.freedesktop.hal.storage.mount-removable"> - <match user="example"> - <return result="yes" /> - </match> - </match> - -Additional users will each need their own <match user="user"> block with a -"yes" return result. - -To permit all accounts to mount removable devices (allowing a denial of access -attack) add the following: - - <match action="org.freedesktop.hal.storage.mount-removable"> - <return result="yes" /> - </match> - ---- - -In addition to the above, for USB and MTP devices the user needs -to be able to access the device node in /dev. +To talk to USB and MTP devices the user needs to be able to access +the device node in /dev. to be aware of USB devices attached to the machine, the user needs to be a member of the operator group: diff --git a/deskutils/calibre/pkg-plist b/deskutils/calibre/pkg-plist index 41834812d30c..2705c2155c15 100644 --- a/deskutils/calibre/pkg-plist +++ b/deskutils/calibre/pkg-plist @@ -1160,6 +1160,7 @@ lib/calibre/calibre/plugins/_patiencediff_c.so lib/calibre/calibre/plugins/bzzdec.so lib/calibre/calibre/plugins/cPalmdoc.so lib/calibre/calibre/plugins/certgen.so +lib/calibre/calibre/plugins/fast_css_transform.so lib/calibre/calibre/plugins/freetype.so lib/calibre/calibre/plugins/html_as_json.so lib/calibre/calibre/plugins/html_syntax_highlighter.so @@ -1425,6 +1426,13 @@ lib/calibre/polyglot/reprlib.py lib/calibre/polyglot/smtplib.py lib/calibre/polyglot/socketserver.py lib/calibre/polyglot/urllib.py +lib/calibre/qt/__init__.py +lib/calibre/qt/__main__.py +lib/calibre/qt/core.py +lib/calibre/qt/core_name_map.py +lib/calibre/qt/loader.py +lib/calibre/qt/webengine.py +lib/calibre/qt/webengine_name_map.py lib/calibre/sgmllib.py lib/calibre/templite/__init__.py lib/calibre/tinycss/__init__.py |