Date: Mon, 31 Oct 2016 17:52:45 +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: r425016 - head/deskutils/calibre Message-ID: <201610311752.u9VHqjXD007052@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Mon Oct 31 17:52:45 2016 New Revision: 425016 URL: https://svnweb.freebsd.org/changeset/ports/425016 Log: - Update calibre to 2.71.0 - Convert to USES=localbase Modified: head/deskutils/calibre/Makefile head/deskutils/calibre/distinfo head/deskutils/calibre/pkg-plist Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Mon Oct 31 17:10:52 2016 (r425015) +++ head/deskutils/calibre/Makefile Mon Oct 31 17:52:45 2016 (r425016) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= calibre -PORTVERSION= 2.70.0 +PORTVERSION= 2.71.0 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ @@ -60,8 +60,8 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils \ USE_RC_SUBR= calibre EXTRACT_BEFORE_ARGS= -x -s '/^calibre/~-src/' -f -USES= desktop-file-utils gettext-runtime gnome pkgconfig python:2 \ - shared-mime-info shebangfix ssl tar:xz +USES= desktop-file-utils gettext-runtime gnome localbase:ldflags 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 \ @@ -71,8 +71,6 @@ 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 MAKE_ENV+= FC_INC_DIR="${LOCALBASE}/include/fontconfig" \ FC_LIB_DIR="${LOCALBASE}/lib" \ OVERRIDE_CFLAGS="${CFLAGS}" \ Modified: head/deskutils/calibre/distinfo ============================================================================== --- head/deskutils/calibre/distinfo Mon Oct 31 17:10:52 2016 (r425015) +++ head/deskutils/calibre/distinfo Mon Oct 31 17:52:45 2016 (r425016) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476430993 -SHA256 (calibre-2.70.0.tar.xz) = 90391605c43db01acd7acf21707f5aa95c329b2055cca1b09b6fa46e050b3ba2 -SIZE (calibre-2.70.0.tar.xz) = 40279720 +TIMESTAMP = 1477902793 +SHA256 (calibre-2.71.0.tar.xz) = 52b816cfb56d84555b5beceaf8537bd6f894ec22c9b1ca44aacd7f0afe5984d7 +SIZE (calibre-2.71.0.tar.xz) = 38453632 Modified: head/deskutils/calibre/pkg-plist ============================================================================== --- head/deskutils/calibre/pkg-plist Mon Oct 31 17:10:52 2016 (r425015) +++ head/deskutils/calibre/pkg-plist Mon Oct 31 17:52:45 2016 (r425016) @@ -1742,6 +1742,7 @@ lib/calibre/tinycss/version.py %%DATADIR%%/images/edit-redo.png %%DATADIR%%/images/edit-select-all.png %%DATADIR%%/images/edit-undo.png +%%DATADIR%%/images/edit_book.png %%DATADIR%%/images/edit_input.png %%DATADIR%%/images/eject.png %%DATADIR%%/images/embed-fonts.png @@ -1856,6 +1857,7 @@ lib/calibre/tinycss/version.py %%DATADIR%%/images/random.png %%DATADIR%%/images/rating.png %%DATADIR%%/images/reader.png +%%DATADIR%%/images/remove_books.png %%DATADIR%%/images/reports.png %%DATADIR%%/images/resize.png %%DATADIR%%/images/rotate-right.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610311752.u9VHqjXD007052>