Sat Oct 15 23:11:48 2022 UTC ()
xditview: update to 1.0.6.

Alan Coopersmith (14):
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      man page: remove out-of-date COPYRIGHT section
      Variable scope reductions as recommended by cppcheck
      Use _CONST_X_STRING to make libXt declare String as const char *
      Clear -Wmissing-field-initializers warnings
      Fix -Wsign-compare warnings
      Delete HorizontalMove macro that shadows/duplicates HorizontalMove function
      Inline *Move & *Goto functions
      Use standard strrchr() instead of ancient rindex()
      Avoid leak of new_file if we decide not to use it
      Declare guesses const
      xditview 1.0.6


(wiz)
diff -r1.7 -r1.8 pkgsrc/x11/xditview/Makefile
diff -r1.6 -r1.7 pkgsrc/x11/xditview/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/x11/xditview/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xditview/Makefile 2020/01/18 23:36:00 1.7
+++ pkgsrc/x11/xditview/Makefile 2022/10/15 23:11:48 1.8
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.7 2020/01/18 23:36:00 rillig Exp $ 1# $NetBSD: Makefile,v 1.8 2022/10/15 23:11:48 wiz Exp $
2 2
3DISTNAME= xditview-1.0.5 3DISTNAME= xditview-1.0.6
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= ${MASTER_SITE_XORG:=app/} 5MASTER_SITES= ${MASTER_SITE_XORG:=app/}
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://xorg.freedesktop.org/ 9HOMEPAGE= https://xorg.freedesktop.org/
10COMMENT= Display ditroff output on an X display 10COMMENT= Display ditroff output on an X display
11LICENSE= x11 11LICENSE= x11
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
15 15
16MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults 16MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
17 17
18.include "../../x11/libXt/buildlink3.mk" 18.include "../../x11/libXt/buildlink3.mk"
19.include "../../x11/libXmu/buildlink3.mk" 19.include "../../x11/libXmu/buildlink3.mk"

cvs diff -r1.6 -r1.7 pkgsrc/x11/xditview/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xditview/distinfo 2021/10/26 11:34:37 1.6
+++ pkgsrc/x11/xditview/distinfo 2022/10/15 23:11:48 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2021/10/26 11:34:37 nia Exp $ 1$NetBSD: distinfo,v 1.7 2022/10/15 23:11:48 wiz Exp $
2 2
3BLAKE2s (xditview-1.0.5.tar.bz2) = 00cf618a7886dee2291bc4879360358f10626022dc4897bf94a91b8b11a8f4cb 3BLAKE2s (xditview-1.0.6.tar.xz) = 47c59e0996598bb05ab2fba630aec652dcbf8f8d7064f0c4302b8c523f34853a
4SHA512 (xditview-1.0.5.tar.bz2) = e20c903f38394b496111267e142d84d11e69a3b89f91869652d1f2ee5c997a13f90bfa2966651b42cd3979a330b348a6e397cc6a74c45b1f3f91643e7c06765d 4SHA512 (xditview-1.0.6.tar.xz) = 249769d27980e9a69ac8f056f329dfa514f3ab6267d6ed69814c5695f315d2a7021c560a0e26fdd2568290a071793d7f2eafdd92f9981ed556047deb244ebf5a
5Size (xditview-1.0.5.tar.bz2) = 151313 bytes 5Size (xditview-1.0.6.tar.xz) = 143848 bytes