pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xcalc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr  3 18:38:22 UTC 2022

Modified Files:
        pkgsrc/x11/xcalc: Makefile distinfo

Log Message:
xcalc: update to 1.1.1.

This release fixes a regression introduced in xcalc 1.1.0 which caused
the wrong set of buttons to be colored for the digit keys in TI mode.

Alan Coopersmith (6):
      TI mode: correct key color highlighting
      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
      xcalc 1.1.1


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/xcalc/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/xcalc/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/xcalc/Makefile
diff -u pkgsrc/x11/xcalc/Makefile:1.14 pkgsrc/x11/xcalc/Makefile:1.15
--- pkgsrc/x11/xcalc/Makefile:1.14      Sat Jan 18 23:35:58 2020
+++ pkgsrc/x11/xcalc/Makefile   Sun Apr  3 18:38:22 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2020/01/18 23:35:58 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2022/04/03 18:38:22 wiz Exp $
 
-DISTNAME=              xcalc-1.1.0
+DISTNAME=              xcalc-1.1.1
 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/xcalc/distinfo
diff -u pkgsrc/x11/xcalc/distinfo:1.11 pkgsrc/x11/xcalc/distinfo:1.12
--- pkgsrc/x11/xcalc/distinfo:1.11      Tue Oct 26 11:34:34 2021
+++ pkgsrc/x11/xcalc/distinfo   Sun Apr  3 18:38:22 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 11:34:34 nia Exp $
+$NetBSD: distinfo,v 1.12 2022/04/03 18:38:22 wiz Exp $
 
-BLAKE2s (xcalc-1.1.0.tar.bz2) = 18537e8496e908d1dfd59ba45885a71779aea90743d956854854ae75e9d55a1a
-SHA512 (xcalc-1.1.0.tar.bz2) = 877aab7bb08f409a21c26b841f4d91eb6993914ed0d26512e47d6b3d2b3e0b231158901415a106cfb45de43f03f253bf2a8733f986538d4ee810afe0e54f98d5
-Size (xcalc-1.1.0.tar.bz2) = 148193 bytes
+BLAKE2s (xcalc-1.1.1.tar.xz) = 72098e9f55cf482eb9ac983c5231da1ab0af5a3dd57bdf4d9a8e004bb7d9ab61
+SHA512 (xcalc-1.1.1.tar.xz) = a261e9798d62727f40b9aff07e68e63ba40aa7f4f9b1811d8efd8c3e73cd5912d6178c55ca3c059968191051bd20b889b06b5e92b3df70c7b5d09bd013b9ebdb
+Size (xcalc-1.1.1.tar.xz) = 140204 bytes



Home | Main Index | Thread Index | Old Index