Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Mar 2020 15:22:13 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529261 - head/deskutils/calibre
Message-ID:  <202003271522.02RFMDnw001332@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Fri Mar 27 15:22:13 2020
New Revision: 529261
URL: https://svnweb.freebsd.org/changeset/ports/529261

Log:
  - Update calibre to 4.13.0
  - Make PYTHON3 the default option

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

Modified: head/deskutils/calibre/Makefile
==============================================================================
--- head/deskutils/calibre/Makefile	Fri Mar 27 15:21:15 2020	(r529260)
+++ head/deskutils/calibre/Makefile	Fri Mar 27 15:22:13 2020	(r529261)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	calibre
-PORTVERSION=	4.12.0
-PORTREVISION=	2
+PORTVERSION=	4.13.0
 CATEGORIES=	deskutils python
 MASTER_SITES=	http://download.calibre-ebook.com/${PORTVERSION}/
 
@@ -84,7 +83,7 @@ MAKE_ENV+=	FC_INC_DIR="${LOCALBASE}/include/fontconfig
 
 OPTIONS_SINGLE= 	PYTHON
 OPTIONS_SINGLE_PYTHON=	PYTHON2 PYTHON3
-OPTIONS_DEFAULT=	PYTHON2
+OPTIONS_DEFAULT=	PYTHON3
 OPTINS_SUB=		yes
 
 PYTHON2_USES=		python:2.7

Modified: head/deskutils/calibre/distinfo
==============================================================================
--- head/deskutils/calibre/distinfo	Fri Mar 27 15:21:15 2020	(r529260)
+++ head/deskutils/calibre/distinfo	Fri Mar 27 15:22:13 2020	(r529261)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1583485982
-SHA256 (calibre-4.12.0.tar.xz) = d111bfd36d3be058234c4f3a4f468a05a3f60b8e3967a530e39e35056ea19b90
-SIZE (calibre-4.12.0.tar.xz) = 36823140
+TIMESTAMP = 1585305074
+SHA256 (calibre-4.13.0.tar.xz) = f9587dea4f9ea76c6a5ec11b04ee66d0199d4ab3a4aad8c87966fed8ee76e1f6
+SIZE (calibre-4.13.0.tar.xz) = 36868672

Modified: head/deskutils/calibre/pkg-plist
==============================================================================
--- head/deskutils/calibre/pkg-plist	Fri Mar 27 15:21:15 2020	(r529260)
+++ head/deskutils/calibre/pkg-plist	Fri Mar 27 15:22:13 2020	(r529261)
@@ -1001,7 +1001,6 @@ lib/calibre/calibre/gui2/store/stores/mobileread/model
 lib/calibre/calibre/gui2/store/stores/mobileread/store_dialog.py
 lib/calibre/calibre/gui2/store/stores/mobileread/store_dialog_ui.py
 lib/calibre/calibre/gui2/store/stores/nexto_plugin.py
-lib/calibre/calibre/gui2/store/stores/open_books_plugin.py
 lib/calibre/calibre/gui2/store/stores/ozon_ru_plugin.py
 lib/calibre/calibre/gui2/store/stores/pragmatic_bookshelf_plugin.py
 lib/calibre/calibre/gui2/store/stores/publio_plugin.py



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003271522.02RFMDnw001332>