From owner-svn-ports-head@FreeBSD.ORG Wed Jan 16 21:30:43 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 68361CA; Wed, 16 Jan 2013 21:30:43 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 59C41F2F; Wed, 16 Jan 2013 21:30:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0GLUhYb066412; Wed, 16 Jan 2013 21:30:43 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0GLUgYs066408; Wed, 16 Jan 2013 21:30:42 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201301162130.r0GLUgYs066408@svn.freebsd.org> From: Guido Falsi Date: Wed, 16 Jan 2013 21:30:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310526 - 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.14 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: Wed, 16 Jan 2013 21:30:43 -0000 Author: madpilot Date: Wed Jan 16 21:30:42 2013 New Revision: 310526 URL: http://svnweb.freebsd.org/changeset/ports/310526 Log: - Update to 0.9.11 - Fix build with clang by making qmake explicitly search for glib and gtk. PR: ports/175136 Submitted by: myself Approved by: Rusty Nejdl (maintainer) Added: head/deskutils/calibre/files/patch-setup_extensions.py (contents, props changed) Modified: head/deskutils/calibre/Makefile head/deskutils/calibre/distinfo (contents, props changed) head/deskutils/calibre/pkg-plist (contents, props changed) Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Wed Jan 16 20:51:29 2013 (r310525) +++ head/deskutils/calibre/Makefile Wed Jan 16 21:30:42 2013 (r310526) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= calibre -PORTVERSION= 0.9.10 -PORTREVISION= 1 +PORTVERSION= 0.9.11 CATEGORIES= deskutils python MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ Modified: head/deskutils/calibre/distinfo ============================================================================== --- head/deskutils/calibre/distinfo Wed Jan 16 20:51:29 2013 (r310525) +++ head/deskutils/calibre/distinfo Wed Jan 16 21:30:42 2013 (r310526) @@ -1,2 +1,2 @@ -SHA256 (calibre-0.9.10.tar.xz) = 4e269320f883a17c6c6d577f7e4947dcda47e73917f297b33e402d4c9da042d9 -SIZE (calibre-0.9.10.tar.xz) = 27775784 +SHA256 (calibre-0.9.11.tar.xz) = e83d62db1f27c46e2865599d3e4c4d1ba8eeca539dee982dd9eb0a213a135a4a +SIZE (calibre-0.9.11.tar.xz) = 27869620 Added: head/deskutils/calibre/files/patch-setup_extensions.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/calibre/files/patch-setup_extensions.py Wed Jan 16 21:30:42 2013 (r310526) @@ -0,0 +1,13 @@ +--- setup/extensions.py.orig 2013-01-04 06:02:00.000000000 +0100 ++++ setup/extensions.py 2013-01-05 18:07:03.534921171 +0100 +@@ -492,8 +492,9 @@ + + pro = textwrap.dedent(''' + TEMPLATE = lib +- CONFIG += qt plugin release ++ CONFIG += qt plugin release link_pkgconfig + CONFIG -= embed_manifest_dll ++ PKGCONFIG += glib-2.0 gtk+-2.0 + VERSION = 1.0.0 + DESTDIR = . + TARGET = calibre Modified: head/deskutils/calibre/pkg-plist ============================================================================== --- head/deskutils/calibre/pkg-plist Wed Jan 16 20:51:29 2013 (r310525) +++ head/deskutils/calibre/pkg-plist Wed Jan 16 21:30:42 2013 (r310526) @@ -414,7 +414,11 @@ lib/calibre/calibre/ebooks/pdf/outline_w lib/calibre/calibre/ebooks/pdf/pageoptions.py lib/calibre/calibre/ebooks/pdf/pdftohtml.py lib/calibre/calibre/ebooks/pdf/reflow.py +lib/calibre/calibre/ebooks/pdf/render/__init__.py +lib/calibre/calibre/ebooks/pdf/render/common.py lib/calibre/calibre/ebooks/pdf/render/engine.py +lib/calibre/calibre/ebooks/pdf/render/fonts.py +lib/calibre/calibre/ebooks/pdf/render/serialize.py lib/calibre/calibre/ebooks/pdf/writer.py lib/calibre/calibre/ebooks/pml/__init__.py lib/calibre/calibre/ebooks/pml/pmlconverter.py @@ -1002,6 +1006,7 @@ lib/calibre/calibre/utils/fonts/sfnt/hea lib/calibre/calibre/utils/fonts/sfnt/kern.py lib/calibre/calibre/utils/fonts/sfnt/loca.py lib/calibre/calibre/utils/fonts/sfnt/maxp.py +lib/calibre/calibre/utils/fonts/sfnt/metrics.py lib/calibre/calibre/utils/fonts/sfnt/subset.py lib/calibre/calibre/utils/fonts/utils.py lib/calibre/calibre/utils/fonts/win_fonts.py