svn commit: r568006 - head/deskutils/calibre

Guido Falsi madpilot at FreeBSD.org
Wed Mar 10 14:29:16 UTC 2021


Author: madpilot
Date: Wed Mar 10 14:29:15 2021
New Revision: 568006
URL: https://svnweb.freebsd.org/changeset/ports/568006

Log:
  - Update calibre to 5.13.0
  - While here, remove outdated hal information from pkg-message

Modified:
  head/deskutils/calibre/Makefile
  head/deskutils/calibre/distinfo
  head/deskutils/calibre/pkg-message
  head/deskutils/calibre/pkg-plist

Modified: head/deskutils/calibre/Makefile
==============================================================================
--- head/deskutils/calibre/Makefile	Wed Mar 10 14:28:07 2021	(r568005)
+++ head/deskutils/calibre/Makefile	Wed Mar 10 14:29:15 2021	(r568006)
@@ -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}/
 

Modified: head/deskutils/calibre/distinfo
==============================================================================
--- head/deskutils/calibre/distinfo	Wed Mar 10 14:28:07 2021	(r568005)
+++ head/deskutils/calibre/distinfo	Wed Mar 10 14:29:15 2021	(r568006)
@@ -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

Modified: head/deskutils/calibre/pkg-message
==============================================================================
--- head/deskutils/calibre/pkg-message	Wed Mar 10 14:28:07 2021	(r568005)
+++ head/deskutils/calibre/pkg-message	Wed Mar 10 14:29:15 2021	(r568006)
@@ -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:

Modified: head/deskutils/calibre/pkg-plist
==============================================================================
--- head/deskutils/calibre/pkg-plist	Wed Mar 10 14:28:07 2021	(r568005)
+++ head/deskutils/calibre/pkg-plist	Wed Mar 10 14:29:15 2021	(r568006)
@@ -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


More information about the svn-ports-all mailing list