From owner-svn-ports-head@freebsd.org Fri Jun 3 18:59:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 847E1B69C67; Fri, 3 Jun 2016 18:59:42 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3AFFC1318; Fri, 3 Jun 2016 18:59:42 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u53IxfUb053190; Fri, 3 Jun 2016 18:59:41 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u53IxfWl053186; Fri, 3 Jun 2016 18:59:41 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201606031859.u53IxfWl053186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 3 Jun 2016 18:59:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416330 - in head/deskutils/calibre: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2016 18:59:42 -0000 Author: madpilot Date: Fri Jun 3 18:59:41 2016 New Revision: 416330 URL: https://svnweb.freebsd.org/changeset/ports/416330 Log: - Update to 2.58.0 - Remove patch integrated upstream Deleted: head/deskutils/calibre/files/patch-src_calibre_utils_imageops_imageops.cpp Modified: head/deskutils/calibre/Makefile head/deskutils/calibre/distinfo head/deskutils/calibre/pkg-plist Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Fri Jun 3 18:41:37 2016 (r416329) +++ head/deskutils/calibre/Makefile Fri Jun 3 18:59:41 2016 (r416330) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= calibre -PORTVERSION= 2.57.1 +PORTVERSION= 2.58.0 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ Modified: head/deskutils/calibre/distinfo ============================================================================== --- head/deskutils/calibre/distinfo Fri Jun 3 18:41:37 2016 (r416329) +++ head/deskutils/calibre/distinfo Fri Jun 3 18:59:41 2016 (r416330) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463820745 -SHA256 (calibre-2.57.1.tar.xz) = 214070623c370886e54c8d3babefa1a33619469fd29a7cf6389dc5e098a8f32d -SIZE (calibre-2.57.1.tar.xz) = 40495212 +TIMESTAMP = 1464945146 +SHA256 (calibre-2.58.0.tar.xz) = cdb7949bb9795a25836bb41cc19bcf0b900f4623cd6b5bed517c0789a5dbf85a +SIZE (calibre-2.58.0.tar.xz) = 40495912 Modified: head/deskutils/calibre/pkg-plist ============================================================================== --- head/deskutils/calibre/pkg-plist Fri Jun 3 18:41:37 2016 (r416329) +++ head/deskutils/calibre/pkg-plist Fri Jun 3 18:59:41 2016 (r416330) @@ -130,6 +130,8 @@ lib/calibre/calibre/devices/nook/__init_ lib/calibre/calibre/devices/nook/driver.py lib/calibre/calibre/devices/nuut2/__init__.py lib/calibre/calibre/devices/nuut2/driver.py +lib/calibre/calibre/devices/paladin/__init__.py +lib/calibre/calibre/devices/paladin/driver.py lib/calibre/calibre/devices/prs505/__init__.py lib/calibre/calibre/devices/prs505/driver.py lib/calibre/calibre/devices/prs505/sony_cache.py @@ -1091,6 +1093,7 @@ lib/calibre/calibre/gui2/tweak_book/save lib/calibre/calibre/gui2/tweak_book/search.py lib/calibre/calibre/gui2/tweak_book/spell.py lib/calibre/calibre/gui2/tweak_book/templates.py +lib/calibre/calibre/gui2/tweak_book/text_search.py lib/calibre/calibre/gui2/tweak_book/toc.py lib/calibre/calibre/gui2/tweak_book/ui.py lib/calibre/calibre/gui2/tweak_book/undo.py