diff options
author | bjs <bjs> | 2007-09-21 19:52:58 +0000 |
---|---|---|
committer | bjs <bjs> | 2007-09-21 19:52:58 +0000 |
commit | f2a1ed9451aec3f5ab8f9a05ab3a9068636dec27 (patch) | |
tree | 65731839f5d7259aa888af69cb3d8357fef4cb13 /x11/xset | |
parent | e29a017c8a4b30bec378de32256d525e954e9794 (diff) | |
download | pkgsrc-f2a1ed9451aec3f5ab8f9a05ab3a9068636dec27.tar.gz |
Update to version 1.0.3. Changes include:
-- Change xset_CFLAGS to AM_CFLAGS to make automake-1.10 happier
-- Use autoconf to check for usleep before falling into twisty #ifdef maze
-- Bug #9524: Markup problems on xset.1x
Diffstat (limited to 'x11/xset')
-rw-r--r-- | x11/xset/Makefile | 5 | ||||
-rw-r--r-- | x11/xset/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/xset/Makefile b/x11/xset/Makefile index f1ac7000a75..a7c2fc039b2 100644 --- a/x11/xset/Makefile +++ b/x11/xset/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2007/06/19 09:39:14 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2007/09/21 19:52:58 bjs Exp $ # -DISTNAME= xset-1.0.2 -PKGREVISION= 1 +DISTNAME= xset-1.0.3 CATEGORIES= x11 MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xset/distinfo b/x11/xset/distinfo index 84c775ebb83..2817f03e226 100644 --- a/x11/xset/distinfo +++ b/x11/xset/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/11/07 17:34:10 joerg Exp $ +$NetBSD: distinfo,v 1.2 2007/09/21 19:52:58 bjs Exp $ -SHA1 (xset-1.0.2.tar.bz2) = 3e11aab1a48fbee0094c2bfea829cca48b05c2b3 -RMD160 (xset-1.0.2.tar.bz2) = 59b6b72084140a002f3c32c8de28f3944c87bc24 -Size (xset-1.0.2.tar.bz2) = 92940 bytes +SHA1 (xset-1.0.3.tar.bz2) = b229f4701df44a22c07e6e27e867f72c770dc90c +RMD160 (xset-1.0.3.tar.bz2) = a55ab03219b51e16c73126291efed066992077dc +Size (xset-1.0.3.tar.bz2) = 102742 bytes |