pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xditview xditview: update to 1.0.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2082a8d200ac
branches:  trunk
changeset: 386843:2082a8d200ac
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Oct 15 23:11:48 2022 +0000

description:
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

diffstat:

 x11/xditview/Makefile |  6 +++---
 x11/xditview/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 189bd931cf01 -r 2082a8d200ac x11/xditview/Makefile
--- a/x11/xditview/Makefile     Sat Oct 15 23:11:06 2022 +0000
+++ b/x11/xditview/Makefile     Sat Oct 15 23:11:48 2022 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2020/01/18 23:36:00 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2022/10/15 23:11:48 wiz Exp $
 
-DISTNAME=      xditview-1.0.5
+DISTNAME=      xditview-1.0.6
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX=  .tar.bz2
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://xorg.freedesktop.org/
diff -r 189bd931cf01 -r 2082a8d200ac x11/xditview/distinfo
--- a/x11/xditview/distinfo     Sat Oct 15 23:11:06 2022 +0000
+++ b/x11/xditview/distinfo     Sat Oct 15 23:11:48 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:34:37 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/10/15 23:11:48 wiz Exp $
 
-BLAKE2s (xditview-1.0.5.tar.bz2) = 00cf618a7886dee2291bc4879360358f10626022dc4897bf94a91b8b11a8f4cb
-SHA512 (xditview-1.0.5.tar.bz2) = e20c903f38394b496111267e142d84d11e69a3b89f91869652d1f2ee5c997a13f90bfa2966651b42cd3979a330b348a6e397cc6a74c45b1f3f91643e7c06765d
-Size (xditview-1.0.5.tar.bz2) = 151313 bytes
+BLAKE2s (xditview-1.0.6.tar.xz) = 47c59e0996598bb05ab2fba630aec652dcbf8f8d7064f0c4302b8c523f34853a
+SHA512 (xditview-1.0.6.tar.xz) = 249769d27980e9a69ac8f056f329dfa514f3ab6267d6ed69814c5695f315d2a7021c560a0e26fdd2568290a071793d7f2eafdd92f9981ed556047deb244ebf5a
+Size (xditview-1.0.6.tar.xz) = 143848 bytes



Home | Main Index | Thread Index | Old Index