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 Feb 17 23:09:43 UTC 2019

Modified Files:
        pkgsrc/x11/xcalc: Makefile distinfo

Log Message:
xcalc: update to 1.0.7.

This release fixes things that cause warnings from gcc or cppcheck,
as well as assorted build system maintenance and tuneups.

Alan Coopersmith (5):
      Fix misleading indentation in math.c
      Reword fall through comments to appease gcc -Wimplicit-fallthrough
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      xcalc 1.0.7

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

Stéphane Aulery (2):
      Reduce scope of cell (cppcheck --verbose --enable=all)
      Reduce scope of i (cppcheck --verbose --enable=all)


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/xcalc/Makefile
cvs rdiff -u -r1.7 -r1.8 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.11 pkgsrc/x11/xcalc/Makefile:1.12
--- pkgsrc/x11/xcalc/Makefile:1.11      Tue Jan 20 09:23:09 2015
+++ pkgsrc/x11/xcalc/Makefile   Sun Feb 17 23:09:42 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2015/01/20 09:23:09 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2019/02/17 23:09:42 wiz Exp $
 
-DISTNAME=              xcalc-1.0.6
+DISTNAME=              xcalc-1.0.7
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=          .tar.bz2

Index: pkgsrc/x11/xcalc/distinfo
diff -u pkgsrc/x11/xcalc/distinfo:1.7 pkgsrc/x11/xcalc/distinfo:1.8
--- pkgsrc/x11/xcalc/distinfo:1.7       Wed Nov  4 03:28:57 2015
+++ pkgsrc/x11/xcalc/distinfo   Sun Feb 17 23:09:42 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2015/11/04 03:28:57 agc Exp $
+$NetBSD: distinfo,v 1.8 2019/02/17 23:09:42 wiz Exp $
 
-SHA1 (xcalc-1.0.6.tar.bz2) = 4f9e14b9ff91e3976b702bdad92f639df80cf406
-RMD160 (xcalc-1.0.6.tar.bz2) = 6606e4846aa194486a06b88422a8c31c0e3e1ef9
-SHA512 (xcalc-1.0.6.tar.bz2) = 61b921b6a3fefea20bd9e7ad0b308f589f2aeaafe9316df94cc739a005be6c180bdafc981b8957230f46c9fc1c0e266829a55b473ae26b1377c705796175c908
-Size (xcalc-1.0.6.tar.bz2) = 142808 bytes
+SHA1 (xcalc-1.0.7.tar.bz2) = f31c5a9789435b4c5a575d636f1e2ae4f96104c4
+RMD160 (xcalc-1.0.7.tar.bz2) = 2f0310a6bbdab8b14c5f07e2f3bc2e2126d29982
+SHA512 (xcalc-1.0.7.tar.bz2) = 890cb9399e3c55816318ab5f0152ddba05ee141cbae6032759a3b762742ab54df8fcf0394dacc539299f93f27cbbb17aee5cbda5dde8b169a7099f20a1a38388
+Size (xcalc-1.0.7.tar.bz2) = 145644 bytes



Home | Main Index | Thread Index | Old Index