pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xsm



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr  4 09:47:57 UTC 2022

Modified Files:
        pkgsrc/x11/xsm: Makefile distinfo

Log Message:
xsm: update to 1.0.5.

Alan Coopersmith (12):
      Remove ancient System() replacement for system(3c) on Solaris
      Update configure.ac bug URL for gitlab migration
      gitlab CI: add a basic build test
      Use _CONST_X_STRING to make libXt declare String as const char *
      Increase size of number buffer to fit all possible values
      WriteSave: allocate enough room for full session_save_file in error
      Add noreturn attributes suggested by gcc
      gitlab CI: enable Static Application Security Testing (SAST)
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      Fill in COPYING file with copyright notices from source code
      xsm 1.0.5


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/xsm/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/xsm/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/xsm/Makefile
diff -u pkgsrc/x11/xsm/Makefile:1.13 pkgsrc/x11/xsm/Makefile:1.14
--- pkgsrc/x11/xsm/Makefile:1.13        Sat Jan 18 23:36:13 2020
+++ pkgsrc/x11/xsm/Makefile     Mon Apr  4 09:47:57 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2020/01/18 23:36:13 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2022/04/04 09:47:57 wiz Exp $
 
-DISTNAME=              xsm-1.0.4
+DISTNAME=              xsm-1.0.5
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX=          .tar.bz2
+EXTRACT_SUFX=          .tar.xz
 
 MAINTAINER=            joerg%NetBSD.org@localhost
 HOMEPAGE=              https://xorg.freedesktop.org/

Index: pkgsrc/x11/xsm/distinfo
diff -u pkgsrc/x11/xsm/distinfo:1.7 pkgsrc/x11/xsm/distinfo:1.8
--- pkgsrc/x11/xsm/distinfo:1.7 Tue Oct 26 11:34:57 2021
+++ pkgsrc/x11/xsm/distinfo     Mon Apr  4 09:47:57 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:34:57 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/04/04 09:47:57 wiz Exp $
 
-BLAKE2s (xsm-1.0.4.tar.bz2) = eb2174a93fe25516f205971fc105cee02d625692941374556b72df2cca97a029
-SHA512 (xsm-1.0.4.tar.bz2) = d4e4da7c309a4eae126d2b58a13684f4dbc06b09f76dde9c89c707375df2843614f3d83bc44f9cd02f239200db3397abd86796dca0dbafc69f60482b0af5a176
-Size (xsm-1.0.4.tar.bz2) = 170933 bytes
+BLAKE2s (xsm-1.0.5.tar.xz) = 12a7aa3645b8ba74b39f6c93d31feb993837e308dc0ce9c2402c3e3bb5e0cb33
+SHA512 (xsm-1.0.5.tar.xz) = df3777b3aab813ec8aa906f5a03f93b8ca645978970290cf7baf732e175c36c00ae19baeb45ea7404d35838c21e6f8fca28f0da3e2f398d17adac5f2acb7b351
+Size (xsm-1.0.5.tar.xz) = 159496 bytes



Home | Main Index | Thread Index | Old Index