Date: Sat, 14 Jul 2018 07:32:36 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474618 - head/graphics/zathura-djvu Message-ID: <201807140732.w6E7WaDq049716@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sat Jul 14 07:32:35 2018 New Revision: 474618 URL: https://svnweb.freebsd.org/changeset/ports/474618 Log: Update to upstream version 0.2.8 PR: 228525 Submitted by: mike.d.ft402@gmail.com Approved by: maintainer timeout Modified: head/graphics/zathura-djvu/Makefile head/graphics/zathura-djvu/distinfo Modified: head/graphics/zathura-djvu/Makefile ============================================================================== --- head/graphics/zathura-djvu/Makefile Sat Jul 14 07:31:43 2018 (r474617) +++ head/graphics/zathura-djvu/Makefile Sat Jul 14 07:32:35 2018 (r474618) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= zathura-djvu -PORTVERSION= 0.2.6 -PORTREVISION= 3 +PORTVERSION= 0.2.8 CATEGORIES= graphics MASTER_SITES= https://pwmt.org/projects/zathura/plugins/download/ \ http://www.madpilot.net/~mad/pwmt.org/ @@ -18,15 +17,14 @@ LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre BUILD_DEPENDS= zathura:graphics/zathura RUN_DEPENDS= zathura:graphics/zathura -PLIST_FILES= lib/zathura/djvu.so share/applications/zathura-djvu.desktop - USE_GNOME= glib20 gtk30 -USES= compiler:c11 desktop-file-utils gmake pkgconfig +USES= meson ninja compiler:c11 desktop-file-utils pkgconfig tar:xz -PLIST_FILES= lib/zathura/djvu.so \ - share/applications/zathura-djvu.desktop +PLIST_FILES= lib/zathura/libdjvu.so \ + share/appdata/org.pwmt.zathura-djvu.metainfo.xml \ + share/applications/org.pwmt.zathura-djvu.desktop -post-install: - ${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/djvu.so +pre-configure: + ${REINPLACE_CMD} "s:join_paths(datadir, 'metainfo'):join_paths(datadir, 'appdata'):" ${WRKSRC}/meson.build .include <bsd.port.mk> Modified: head/graphics/zathura-djvu/distinfo ============================================================================== --- head/graphics/zathura-djvu/distinfo Sat Jul 14 07:31:43 2018 (r474617) +++ head/graphics/zathura-djvu/distinfo Sat Jul 14 07:32:35 2018 (r474618) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484228209 -SHA256 (zathura-djvu-0.2.6.tar.gz) = aefef6a3b702fa06145f16f2559490f4d96d3206bafd4e0c78ac184788cac05f -SIZE (zathura-djvu-0.2.6.tar.gz) = 11137 +TIMESTAMP = 1527371287 +SHA256 (zathura-djvu-0.2.8.tar.xz) = d0e664d5312bdc0674fdf8cc6e259c9ee1365714172bc809f9c0f69659d8b32b +SIZE (zathura-djvu-0.2.8.tar.xz) = 8860
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807140732.w6E7WaDq049716>