pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xditview



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Oct 15 23:11:48 UTC 2022

Modified Files:
        pkgsrc/x11/xditview: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/xditview/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/xditview/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xditview/Makefile
diff -u pkgsrc/x11/xditview/Makefile:1.7 pkgsrc/x11/xditview/Makefile:1.8
--- pkgsrc/x11/xditview/Makefile:1.7    Sat Jan 18 23:36:00 2020
+++ pkgsrc/x11/xditview/Makefile        Sat Oct 15 23:11:48 2022
@@ -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/

Index: pkgsrc/x11/xditview/distinfo
diff -u pkgsrc/x11/xditview/distinfo:1.6 pkgsrc/x11/xditview/distinfo:1.7
--- pkgsrc/x11/xditview/distinfo:1.6    Tue Oct 26 11:34:37 2021
+++ pkgsrc/x11/xditview/distinfo        Sat Oct 15 23:11:48 2022
@@ -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