svn commit: r409734 - head/deskutils/calibre

Guido Falsi madpilot at FreeBSD.org
Sun Feb 28 10:20:02 UTC 2016


Author: madpilot
Date: Sun Feb 28 10:20:00 2016
New Revision: 409734
URL: https://svnweb.freebsd.org/changeset/ports/409734

Log:
  Update to 2.52.0

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

Modified: head/deskutils/calibre/Makefile
==============================================================================
--- head/deskutils/calibre/Makefile	Sun Feb 28 10:19:10 2016	(r409733)
+++ head/deskutils/calibre/Makefile	Sun Feb 28 10:20:00 2016	(r409734)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	calibre
-PORTVERSION=	2.50.1
-PORTREVISION=	1
+PORTVERSION=	2.52.0
 CATEGORIES=	deskutils python
 MASTER_SITES=	http://download.calibre-ebook.com/${PORTVERSION}/
 

Modified: head/deskutils/calibre/distinfo
==============================================================================
--- head/deskutils/calibre/distinfo	Sun Feb 28 10:19:10 2016	(r409733)
+++ head/deskutils/calibre/distinfo	Sun Feb 28 10:20:00 2016	(r409734)
@@ -1,2 +1,2 @@
-SHA256 (calibre-2.50.1.tar.xz) = a932a07385cd587b80b48a36227c9ed586da83f1a28940285b88c2512477c53b
-SIZE (calibre-2.50.1.tar.xz) = 39439972
+SHA256 (calibre-2.52.0.tar.xz) = 9a2b01af095017eb94322df98251a15fc7e691d09cff9cc18ee3d409370941d1
+SIZE (calibre-2.52.0.tar.xz) = 39904084

Modified: head/deskutils/calibre/pkg-plist
==============================================================================
--- head/deskutils/calibre/pkg-plist	Sun Feb 28 10:19:10 2016	(r409733)
+++ head/deskutils/calibre/pkg-plist	Sun Feb 28 10:20:00 2016	(r409734)
@@ -664,6 +664,7 @@ lib/calibre/calibre/gui2/actions/tweak_e
 lib/calibre/calibre/gui2/actions/unpack_book.py
 lib/calibre/calibre/gui2/actions/view.py
 lib/calibre/calibre/gui2/add.py
+lib/calibre/calibre/gui2/add_filters.py
 lib/calibre/calibre/gui2/auto_add.py
 lib/calibre/calibre/gui2/bars.py
 lib/calibre/calibre/gui2/book_details.py
@@ -1202,8 +1203,10 @@ lib/calibre/calibre/srv/errors.py
 lib/calibre/calibre/srv/handler.py
 lib/calibre/calibre/srv/http_request.py
 lib/calibre/calibre/srv/http_response.py
+lib/calibre/calibre/srv/legacy.py
 lib/calibre/calibre/srv/loop.py
 lib/calibre/calibre/srv/metadata.py
+lib/calibre/calibre/srv/opds.py
 lib/calibre/calibre/srv/opts.py
 lib/calibre/calibre/srv/pool.py
 lib/calibre/calibre/srv/pre_activated.py
@@ -1581,6 +1584,7 @@ lib/calibre/tinycss/version.py
 %%DATADIR%%/coffee-script.js
 %%DATADIR%%/compiled_coffeescript.zip
 %%DATADIR%%/content-server/autoreload.js
+%%DATADIR%%/content-server/calibre.png
 %%DATADIR%%/content-server/empty.html
 %%DATADIR%%/content-server/font-awesome/FontAwesome.otf
 %%DATADIR%%/content-server/font-awesome/fa.css
@@ -1591,6 +1595,7 @@ lib/calibre/tinycss/version.py
 %%DATADIR%%/content-server/font-awesome/fontawesome-webfont.woff2
 %%DATADIR%%/content-server/index.html
 %%DATADIR%%/content-server/main.js
+%%DATADIR%%/content-server/mobile.css
 %%DATADIR%%/content-server/reset.css
 %%DATADIR%%/content_server/av.jpg
 %%DATADIR%%/content_server/bg_search_box.png
@@ -1902,6 +1907,7 @@ lib/calibre/tinycss/version.py
 %%DATADIR%%/localization/stats.pickle
 %%DATADIR%%/metadata_sqlite.sql
 %%DATADIR%%/mime.types
+%%DATADIR%%/mozilla-ca-certs.pem
 %%DATADIR%%/quick_start/deu.epub
 %%DATADIR%%/quick_start/eng.epub
 %%DATADIR%%/quick_start/fra.epub


More information about the svn-ports-all mailing list