Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Sep 2016 20:19:52 +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: r421577 - head/deskutils/calibre
Message-ID:  <201609082019.u88KJqbS005668@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Thu Sep  8 20:19:52 2016
New Revision: 421577
URL: https://svnweb.freebsd.org/changeset/ports/421577

Log:
  - Update calibre to 2.67.0
  - Add some missing dependencies reported by stage-qa

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

Modified: head/deskutils/calibre/Makefile
==============================================================================
--- head/deskutils/calibre/Makefile	Thu Sep  8 20:07:19 2016	(r421576)
+++ head/deskutils/calibre/Makefile	Thu Sep  8 20:19:52 2016	(r421577)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	calibre
-PORTVERSION=	2.66.0
-PORTREVISION=	1
+PORTVERSION=	2.67.0
 CATEGORIES=	deskutils python
 MASTER_SITES=	http://download.calibre-ebook.com/${PORTVERSION}/
 
@@ -17,7 +16,8 @@ LIB_DEPENDS=	libMagickWand-6.so:graphics
 		libchm.so:misc/chmlib \
 		libicudata.so:devel/icu \
 		libpodofo.so:graphics/podofo \
-		libmtp.so:multimedia/libmtp
+		libmtp.so:multimedia/libmtp \
+		libfreetype.so:print/freetype2
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sip>=0:devel/py-sip \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3 \
 		${PYTHON_PKGNAMEPREFIX}qt5-core>=0:devel/py-qt5-core \
@@ -58,14 +58,16 @@ RUN_DEPENDS=	xdg-open:devel/xdg-utils \
 USE_RC_SUBR=	calibre
 EXTRACT_BEFORE_ARGS=	-x -s '/^calibre/~-src/' -f
 
-USES=		desktop-file-utils pkgconfig python:2 shared-mime-info \
-		shebangfix ssl tar:xz
+USES=		desktop-file-utils gettext-runtime gnome pkgconfig python:2 \
+		shared-mime-info shebangfix ssl tar:xz
 SHEBANG_FILES=	resources/calibre-portable.sh \
 		src/calibre/ebooks/metadata/odt.py \
 		src/calibre/utils/*.py \
 		src/odf/*.py
 USE_QT5=	buildtools_build core dbus gui qmake_build widgets
-USE_GL=		gl
+USE_GL=		egl gl
+USE_GNOME=	glib20
+USE_XORG=	xrender xext x11
 WRKSRC=		${WRKDIR}/${PORTNAME}-src-${PORTVERSION}
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/deskutils/calibre/distinfo
==============================================================================
--- head/deskutils/calibre/distinfo	Thu Sep  8 20:07:19 2016	(r421576)
+++ head/deskutils/calibre/distinfo	Thu Sep  8 20:19:52 2016	(r421577)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1472806301
-SHA256 (calibre-2.66.0.tar.xz) = 2c5a55b9598fe1e9ce3cb8ba4a0951f80b16d559c23bb87f28f227ccd2357bb5
-SIZE (calibre-2.66.0.tar.xz) = 39887876
+TIMESTAMP = 1473322760
+SHA256 (calibre-2.67.0.tar.xz) = 3a496f3fbadee0a727d7d84b34da9c82b78855c23f28e82ecb9ff6ade662493c
+SIZE (calibre-2.67.0.tar.xz) = 39905240

Modified: head/deskutils/calibre/pkg-plist
==============================================================================
--- head/deskutils/calibre/pkg-plist	Thu Sep  8 20:07:19 2016	(r421576)
+++ head/deskutils/calibre/pkg-plist	Thu Sep  8 20:19:52 2016	(r421577)
@@ -1879,6 +1879,7 @@ lib/calibre/tinycss/version.py
 %%DATADIR%%/images/series.png
 %%DATADIR%%/images/smarten-punctuation.png
 %%DATADIR%%/images/snippets.png
+%%DATADIR%%/images/sort.png
 %%DATADIR%%/images/spell-check.png
 %%DATADIR%%/images/store.png
 %%DATADIR%%/images/subset-fonts.png



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