pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/zathura-cb



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.

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



Home | Main Index | Thread Index | Old Index