diff options
author | wiz <wiz@pkgsrc.org> | 2019-02-17 23:09:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-02-17 23:09:42 +0000 |
commit | a96b18c2af21633771f804191e88fe0292ec64ca (patch) | |
tree | 77c22d66645831d65eed9bf7fbc63072acb6866d /x11 | |
parent | 70fbdbd6d46f4ab94d2fd0782afd3ed243af7f05 (diff) | |
download | pkgsrc-a96b18c2af21633771f804191e88fe0292ec64ca.tar.gz |
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)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xcalc/Makefile | 4 | ||||
-rw-r--r-- | x11/xcalc/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/xcalc/Makefile b/x11/xcalc/Makefile index 64d641b1d7a..af69298ea55 100644 --- a/x11/xcalc/Makefile +++ b/x11/xcalc/Makefile @@ -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 diff --git a/x11/xcalc/distinfo b/x11/xcalc/distinfo index b00fba7f0bb..d2babd34de9 100644 --- a/x11/xcalc/distinfo +++ b/x11/xcalc/distinfo @@ -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 |