Sun Sep 8 08:24:53 2013 UTC ()
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.


(wiz)
diff -r1.5 -r1.6 pkgsrc/time/xclock/Makefile
diff -r1.1 -r1.2 pkgsrc/time/xclock/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/time/xclock/Makefile (expand / switch to unified diff)

--- pkgsrc/time/xclock/Makefile 2013/06/06 12:55:08 1.5
+++ pkgsrc/time/xclock/Makefile 2013/09/08 08:24:53 1.6
@@ -1,18 +1,16 @@ @@ -1,18 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2013/06/06 12:55:08 wiz Exp $ 1# $NetBSD: Makefile,v 1.6 2013/09/08 08:24:53 wiz Exp $
2# 
3 2
4DISTNAME= xclock-1.0.6 3DISTNAME= xclock-1.0.7
5PKGREVISION= 3 
6CATEGORIES= time x11 4CATEGORIES= time x11
7MASTER_SITES= ${MASTER_SITE_XORG:=app/} 5MASTER_SITES= ${MASTER_SITE_XORG:=app/}
8EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
9 7
10MAINTAINER= joerg@NetBSD.org 8MAINTAINER= joerg@NetBSD.org
11HOMEPAGE= http://xorg.freedesktop.org/ 9HOMEPAGE= http://xorg.freedesktop.org/
12COMMENT= Analog / digital clock for X 10COMMENT= Analog / digital clock for X
13 11
14PREV_PKGPATH= x11/xclock 12PREV_PKGPATH= x11/xclock
15 13
16GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
17USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
18 16

cvs diff -r1.1 -r1.2 pkgsrc/time/xclock/distinfo (expand / switch to unified diff)

--- pkgsrc/time/xclock/distinfo 2013/05/27 10:51:01 1.1
+++ pkgsrc/time/xclock/distinfo 2013/09/08 08:24:53 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1 2013/05/27 10:51:01 rodent Exp $ 1$NetBSD: distinfo,v 1.2 2013/09/08 08:24:53 wiz Exp $
2 2
3SHA1 (xclock-1.0.6.tar.bz2) = 993817c9e3cc2baaaebe52b29fa2ad26e58b124d 3SHA1 (xclock-1.0.7.tar.bz2) = 1b54b96e057469f90a00a9f1ca79ed056cbde271
4RMD160 (xclock-1.0.6.tar.bz2) = ebdba0264b66bee85a73d1ee41bc6f7f5ff3edd0 4RMD160 (xclock-1.0.7.tar.bz2) = bda0a98ed608893389781ce2de96e36439eda841
5Size (xclock-1.0.6.tar.bz2) = 156817 bytes 5Size (xclock-1.0.7.tar.bz2) = 164035 bytes