Sat Oct 15 23:10:56 2022 UTC ()
viewres: update to 1.0.7.

Alan Coopersmith (9):
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      man page: remove out-of-date COPYRIGHT section
      Apply X.Org standard coding style
      Remove obsolete casts on calloc & malloc calls
      Variable scope reductions as suggested by cppcheck
      set_node_labels: move dereference of node to after the NULL check
      Add .git-blame-ignore-revs to hide whitespace commits from git blame
      viewres 1.0.7


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

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

--- pkgsrc/x11/viewres/Makefile 2020/01/18 23:35:57 1.7
+++ pkgsrc/x11/viewres/Makefile 2022/10/15 23:10:56 1.8
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.7 2020/01/18 23:35:57 rillig Exp $ 1# $NetBSD: Makefile,v 1.8 2022/10/15 23:10:56 wiz Exp $
2 2
3DISTNAME= viewres-1.0.6 3DISTNAME= viewres-1.0.7
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 widget class hierarchy of the Athena Widget Set 10COMMENT= Display widget class hierarchy of the Athena Widget Set
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/libXaw/buildlink3.mk" 18.include "../../x11/libXaw/buildlink3.mk"
19.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/x11/viewres/distinfo 2021/10/26 11:34:30 1.7
+++ pkgsrc/x11/viewres/distinfo 2022/10/15 23:10:56 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2021/10/26 11:34:30 nia Exp $ 1$NetBSD: distinfo,v 1.8 2022/10/15 23:10:56 wiz Exp $
2 2
3BLAKE2s (viewres-1.0.6.tar.bz2) = 97f59fe0e78914d3e01e0cca07c571d85c04da618a5d04f829bd39fef4e7f430 3BLAKE2s (viewres-1.0.7.tar.xz) = 7b15e56749f4399635c4fbc08803ee46a2ffc9345aa9b9c979f0e4d79ed081e0
4SHA512 (viewres-1.0.6.tar.bz2) = 3f4cfc61608bc6c9b35ef66ceb473661ca01946d3306d54040d32803e8e0eec506a0ce37ea22bfe514544a6ba9645fd30f39b20c063aff696b3c0fda3fe95dff 4SHA512 (viewres-1.0.7.tar.xz) = 75878faee001163891adf8472c79b31273f794e23dd775c80b33acdd1ce76df708eb27a49c20f79b7101ad676e1d50d9c857c2e2e0930c6209eeb7af8a11397c
5Size (viewres-1.0.6.tar.bz2) = 135200 bytes 5Size (viewres-1.0.7.tar.xz) = 128608 bytes