diff options
author | tnn <tnn> | 2009-11-09 19:10:34 +0000 |
---|---|---|
committer | tnn <tnn> | 2009-11-09 19:10:34 +0000 |
commit | 94e8b22e8f0866e7d28f5872a743718914a648b7 (patch) | |
tree | 68e368aee94222a419d80158ea97517f9682c8d4 /x11/xclock | |
parent | c21590aff0d54e602fb1c01bbb551b056294b07a (diff) | |
download | pkgsrc-94e8b22e8f0866e7d28f5872a743718914a648b7.tar.gz |
Update to xclock-1.0.4. Changes:
Add pointers to mailing list, bugzilla, wiki & git repo to README
Trim trailing whitespaces
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Fill in COPYING file
xaw8 is gone, use xaw7
Build fix for file systems that are not case sensitive
Fix build with builddir != srcdir
$(builddir) is the current directory
Makefile.am: nuke RCS Id
Ansification and compile warning fixes.
Fix logic inversion in geometry computation in -norender -digital mode.
X.Org Bug 13537: bugs in UTF-8 handling and regularized tick updating
Diffstat (limited to 'x11/xclock')
-rw-r--r-- | x11/xclock/Makefile | 5 | ||||
-rw-r--r-- | x11/xclock/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/xclock/Makefile b/x11/xclock/Makefile index 5b58b498b4d..d50807ef705 100644 --- a/x11/xclock/Makefile +++ b/x11/xclock/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2008/11/24 13:37:16 tnn Exp $ +# $NetBSD: Makefile,v 1.10 2009/11/09 19:10:34 tnn Exp $ # -DISTNAME= xclock-1.0.3 -PKGREVISION= 1 +DISTNAME= xclock-1.0.4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xclock/distinfo b/x11/xclock/distinfo index ae6e7255f79..ee92377deae 100644 --- a/x11/xclock/distinfo +++ b/x11/xclock/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2007/08/15 22:17:59 joerg Exp $ +$NetBSD: distinfo,v 1.3 2009/11/09 19:10:34 tnn Exp $ -SHA1 (xclock-1.0.3.tar.bz2) = 94bd3f1c57d9d6f5c19f25fcdda3b148b99b6dbe -RMD160 (xclock-1.0.3.tar.bz2) = b6732da07c362a6fd21d12853b456f645ed9b037 -Size (xclock-1.0.3.tar.bz2) = 113967 bytes +SHA1 (xclock-1.0.4.tar.bz2) = 1987cafb3163c6b68bc7ecfbe143c8cd373d64bb +RMD160 (xclock-1.0.4.tar.bz2) = a53a05a4cbf7b301da8d96ad09d58ae2d6d4543d +Size (xclock-1.0.4.tar.bz2) = 128766 bytes |