From owner-svn-ports-head@freebsd.org Sat Jul 14 07:32:37 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2EB51043760; Sat, 14 Jul 2018 07:32:36 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8C2928E4C3; Sat, 14 Jul 2018 07:32:36 +0000 (UTC) (envelope-from riggs@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6D69F1C086; Sat, 14 Jul 2018 07:32:36 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6E7WaxJ049718; Sat, 14 Jul 2018 07:32:36 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6E7WaDq049716; Sat, 14 Jul 2018 07:32:36 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201807140732.w6E7WaDq049716@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 14 Jul 2018 07:32:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474618 - head/graphics/zathura-djvu X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/graphics/zathura-djvu X-SVN-Commit-Revision: 474618 X-SVN-Commit-Repository: ports 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.27 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: Sat, 14 Jul 2018 07:32:37 -0000 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 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