diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2022-01-21 20:41:44 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2022-01-21 20:41:44 +0000 |
commit | 26b0cd8ce20cf6dafd709b5f5a1cfd9d03711d54 (patch) | |
tree | 0c7fa762241abeb4503eaecd17bae742632bfb48 | |
parent | e8901fc046ad06fb13ec933f83e608ac4cbde0af (diff) | |
download | ports-26b0cd8ce20cf6dafd709b5f5a1cfd9d03711d54.tar.gz ports-26b0cd8ce20cf6dafd709b5f5a1cfd9d03711d54.zip |
deskutils/calibre: Update to 5.35.0
- Remove upstreamed patch
-rw-r--r-- | deskutils/calibre/Makefile | 2 | ||||
-rw-r--r-- | deskutils/calibre/distinfo | 6 | ||||
-rw-r--r-- | deskutils/calibre/files/patch-setup_install.py | 11 | ||||
-rw-r--r-- | deskutils/calibre/pkg-plist | 1 |
4 files changed, 5 insertions, 15 deletions
diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile index 0643c3606fe6..6b9ca2887180 100644 --- a/deskutils/calibre/Makefile +++ b/deskutils/calibre/Makefile @@ -1,7 +1,7 @@ # Created by: stas PORTNAME= calibre -PORTVERSION= 5.34.0 +PORTVERSION= 5.35.0 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ diff --git a/deskutils/calibre/distinfo b/deskutils/calibre/distinfo index af07fab9330f..8c50a560c5f0 100644 --- a/deskutils/calibre/distinfo +++ b/deskutils/calibre/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1639726652 -SHA256 (calibre-5.34.0.tar.xz) = d4d401eefadc534851df4f3ff247949ffac785dbc993901bd2938c3f2894d7e3 -SIZE (calibre-5.34.0.tar.xz) = 37077184 +TIMESTAMP = 1642750798 +SHA256 (calibre-5.35.0.tar.xz) = f45e9e12a1f67895a8f28a5050c2e63713d7bed8001159a7eae7f5f6ceb9836e +SIZE (calibre-5.35.0.tar.xz) = 37801424 diff --git a/deskutils/calibre/files/patch-setup_install.py b/deskutils/calibre/files/patch-setup_install.py deleted file mode 100644 index 6ed261733ca7..000000000000 --- a/deskutils/calibre/files/patch-setup_install.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup/install.py.orig 2021-12-17 00:40:19 UTC -+++ setup/install.py -@@ -158,7 +158,7 @@ class Develop(Command): - import sysconfig - libdir = os.path.join( - self.opts.staging_root, sysconfig.get_config_var('PLATLIBDIR') or 'lib', -- sysconfig.get_python_version(), 'site-packages') -+ os.path.basename(sysconfig.get_config_var('DESTLIB') or sysconfig.get_config_var('LIBDEST') or f'python{sysconfig.get_python_version()}'), 'site-packages') - try: - if not os.path.exists(libdir): - os.makedirs(libdir) diff --git a/deskutils/calibre/pkg-plist b/deskutils/calibre/pkg-plist index bb7028ecbf4b..82ef45e7036b 100644 --- a/deskutils/calibre/pkg-plist +++ b/deskutils/calibre/pkg-plist @@ -1512,6 +1512,7 @@ lib/calibre/tinycss/version.py %%DATADIR%%/hyphenation/dictionaries.tar.xz %%DATADIR%%/hyphenation/locales.json %%DATADIR%%/hyphenation/sha1sum +%%DATADIR%%/icons.rcc %%DATADIR%%/images.qrc %%DATADIR%%/images/add_book.png %%DATADIR%%/images/apple-touch-icon.png |