diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-21 13:18:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-21 13:18:31 +0000 |
commit | 78f9c00d09aebb9dd2bd229f92a6b3b66497e4e9 (patch) | |
tree | 3061d7446b833887681897183d8f73ec94836fe8 /x11 | |
parent | daf645ff49f4f577944591e923985898db0f36ec (diff) | |
download | pkgsrc-78f9c00d09aebb9dd2bd229f92a6b3b66497e4e9.tar.gz |
Update to 1.0.5:
This minor maintenance release includes a couple years of build improvements,
cleanups, and bug fixes.
Alan Coopersmith (3):
Add const to parse_double() args to fix gcc -Wwrite-strings warnings
Strip trailing whitespace
xcalc 1.0.5
Eric S. Raymond (1):
Use table markup rather than tab stops. Aids DocBook translation.
Gaetan Nadon (4):
config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
man: remove trailing spaces and tabs
man: replace hard coded man page section with substitution strings
config: move man pages into their own directory
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xcalc/Makefile | 4 | ||||
-rw-r--r-- | x11/xcalc/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xcalc/Makefile b/x11/xcalc/Makefile index 3d8998602f1..9c2ac26ac64 100644 --- a/x11/xcalc/Makefile +++ b/x11/xcalc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2012/10/29 05:06:58 asau Exp $ +# $NetBSD: Makefile,v 1.10 2013/01/21 13:18:31 wiz Exp $ # -DISTNAME= xcalc-1.0.4.1 +DISTNAME= xcalc-1.0.5 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xcalc/distinfo b/x11/xcalc/distinfo index 78d6eba4331..0d5f015a406 100644 --- a/x11/xcalc/distinfo +++ b/x11/xcalc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/06/03 18:09:52 wiz Exp $ +$NetBSD: distinfo,v 1.5 2013/01/21 13:18:31 wiz Exp $ -SHA1 (xcalc-1.0.4.1.tar.bz2) = 2206fc4bf3719c43fa13a6c64a37b40607d8e5e2 -RMD160 (xcalc-1.0.4.1.tar.bz2) = dafded5f4462f4af12d8a9d7b547c654105d7445 -Size (xcalc-1.0.4.1.tar.bz2) = 124184 bytes +SHA1 (xcalc-1.0.5.tar.bz2) = af06858e39db247bfc8802b46d4aedfd7053b388 +RMD160 (xcalc-1.0.5.tar.bz2) = 5adfcd18aaea8cdaca0c3110235a252ea48f113f +Size (xcalc-1.0.5.tar.bz2) = 135451 bytes |