Received: by mail.netbsd.org (Postfix, from userid 605) id D0CD384D3B; Sun, 7 Jan 2018 12:58:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5C09184D39 for ; Sun, 7 Jan 2018 12:58:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id fVEUAmdjbQKX for ; Sun, 7 Jan 2018 12:58:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DA2C984D2F for ; Sun, 7 Jan 2018 12:58:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D835DFBDE; Sun, 7 Jan 2018 12:58:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1515329923289930" MIME-Version: 1.0 Date: Sun, 7 Jan 2018 12:58:43 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/graphics/zathura-cb To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20180107125843.D835DFBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1515329923289930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sun Jan 7 12:58:43 UTC 2018 Modified Files: pkgsrc/graphics/zathura-cb: Makefile distinfo Log Message: zathura-cb: Update graphics/zathura-cb to 0.1.7 pkgsrc changes: - Inject LIBARCHIVE_{INC,LIB} via MAKE_FLAGS. When builtin libarchive is used, `libarchive.pc' is not always available (e.g. on NetBSD). Changes: 0.1.7 ----- * Adapt to new plugin interface To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/zathura-cb/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/zathura-cb/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1515329923289930 Content-Disposition: inline Content-Length: 2079 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/zathura-cb/Makefile diff -u pkgsrc/graphics/zathura-cb/Makefile:1.9 pkgsrc/graphics/zathura-cb/Makefile:1.10 --- pkgsrc/graphics/zathura-cb/Makefile:1.9 Thu Nov 23 17:19:58 2017 +++ pkgsrc/graphics/zathura-cb/Makefile Sun Jan 7 12:58:43 2018 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2017/11/23 17:19:58 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2018/01/07 12:58:43 leot Exp $ # -DISTNAME= zathura-cb-0.1.6 -PKGREVISION= 4 +DISTNAME= zathura-cb-0.1.7 CATEGORIES= graphics MASTER_SITES= https://pwmt.org/projects/zathura-cb/download/ @@ -14,6 +13,9 @@ LICENSE= zlib USE_TOOLS+= pkg-config gmake USE_LIBTOOL= yes +MAKE_FLAGS+= LIBARCHIVE_INC="-I${BUILDLINK_PREFIX.libarchive}/include" +MAKE_FLAGS+= LIBARCHIVE_LIB="-L${BUILDLINK_PREFIX.libarchive}/lib -larchive" + .include "../../archivers/libarchive/buildlink3.mk" .include "../../graphics/cairo/buildlink3.mk" .include "../../print/zathura/buildlink3.mk" Index: pkgsrc/graphics/zathura-cb/distinfo diff -u pkgsrc/graphics/zathura-cb/distinfo:1.2 pkgsrc/graphics/zathura-cb/distinfo:1.3 --- pkgsrc/graphics/zathura-cb/distinfo:1.2 Tue Jan 31 10:13:46 2017 +++ pkgsrc/graphics/zathura-cb/distinfo Sun Jan 7 12:58:43 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2017/01/31 10:13:46 leot Exp $ +$NetBSD: distinfo,v 1.3 2018/01/07 12:58:43 leot Exp $ -SHA1 (zathura-cb-0.1.6.tar.gz) = 73b7cea040ebf603253894f6e08c1b5bd183cd76 -RMD160 (zathura-cb-0.1.6.tar.gz) = 4229f69ec434299bd4ddf6df32f9116668409b20 -SHA512 (zathura-cb-0.1.6.tar.gz) = 986293957b6bc5e5fe7033bb7c91e857b1089fe1a041eb39e516b4e906c2619d22d7ebfa0bfaba982cc6145cba4c6a2af01be810c6da71f4c862fb42bc91f230 -Size (zathura-cb-0.1.6.tar.gz) = 7205 bytes +SHA1 (zathura-cb-0.1.7.tar.gz) = 4b17bc78d8f057e0da1a66f6e6de295938fb55e0 +RMD160 (zathura-cb-0.1.7.tar.gz) = 6b53bae260d2911735893858eff7835a8ebff23a +SHA512 (zathura-cb-0.1.7.tar.gz) = a48c70bf534a8798d94c1b15382dad229d37ea5f5cbef8382ce87a4366c3607609577f10a8eeb2056e2aa539014e6411e08c879f5359f80ff676cb55c6ae9af2 +Size (zathura-cb-0.1.7.tar.gz) = 6971 bytes --_----------=_1515329923289930--