diff options
author | wiz <wiz@pkgsrc.org> | 2013-09-08 08:24:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-09-08 08:24:53 +0000 |
commit | 347622946d7df7e05e2ddcd977b587447dbb3751 (patch) | |
tree | 3b62b121a68f8e17f9af3cf9016553de589281cc /time | |
parent | 07eb8d08e92b09bc9fea1623bec035c32fc64b18 (diff) | |
download | pkgsrc-347622946d7df7e05e2ddcd977b587447dbb3751.tar.gz |
Update to 1.0.7:
This release includes code & man page cleanups.
Alan Coopersmith (4):
Store sine & cosine tables as doubles instead of floats
Add noreturn attributes suggested by -Wmissing-noreturn
Combine usage message strings & print them to stderr, not stdout
xclock 1.0.7
Eric S. Raymond (1):
Don't rely on being able to set tab stops.
Diffstat (limited to 'time')
-rw-r--r-- | time/xclock/Makefile | 6 | ||||
-rw-r--r-- | time/xclock/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/time/xclock/Makefile b/time/xclock/Makefile index e2dcccef45c..af402e0861d 100644 --- a/time/xclock/Makefile +++ b/time/xclock/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2013/06/06 12:55:08 wiz Exp $ -# +# $NetBSD: Makefile,v 1.6 2013/09/08 08:24:53 wiz Exp $ -DISTNAME= xclock-1.0.6 -PKGREVISION= 3 +DISTNAME= xclock-1.0.7 CATEGORIES= time x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/time/xclock/distinfo b/time/xclock/distinfo index 2f72917ceeb..6a82b860c0d 100644 --- a/time/xclock/distinfo +++ b/time/xclock/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2013/05/27 10:51:01 rodent Exp $ +$NetBSD: distinfo,v 1.2 2013/09/08 08:24:53 wiz Exp $ -SHA1 (xclock-1.0.6.tar.bz2) = 993817c9e3cc2baaaebe52b29fa2ad26e58b124d -RMD160 (xclock-1.0.6.tar.bz2) = ebdba0264b66bee85a73d1ee41bc6f7f5ff3edd0 -Size (xclock-1.0.6.tar.bz2) = 156817 bytes +SHA1 (xclock-1.0.7.tar.bz2) = 1b54b96e057469f90a00a9f1ca79ed056cbde271 +RMD160 (xclock-1.0.7.tar.bz2) = bda0a98ed608893389781ce2de96e36439eda841 +Size (xclock-1.0.7.tar.bz2) = 164035 bytes |