diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-03 18:33:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-03 18:33:43 +0000 |
commit | 984ace40453b90e8cabca2f0c12874dc62456cb2 (patch) | |
tree | 693ec52932b175932e6d25c7a6531854891eb9ef /x11 | |
parent | f2238507782e1f196a93ed51735ddd32b9f7eda8 (diff) | |
download | pkgsrc-984ace40453b90e8cabca2f0c12874dc62456cb2.tar.gz |
Update to 1.0.4.
1.0.4:
Alan Coopersmith (2):
Replace malloc(strlen) + strcpy() with strdup()
xwud 1.0.4
Gaetan Nadon (3):
man: remove trailing spaces and tabs
man: replace hard coded man page section with substitution strings
config: move man pages into their own directory
Jeremy Huddleston (1):
Mark Error as _X_NORETURN
1.0.3:
This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xwud/Makefile | 4 | ||||
-rw-r--r-- | x11/xwud/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xwud/Makefile b/x11/xwud/Makefile index 0f156c16582..b530e365cbd 100644 --- a/x11/xwud/Makefile +++ b/x11/xwud/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2009/11/09 18:04:53 tnn Exp $ +# $NetBSD: Makefile,v 1.6 2012/06/03 18:33:43 wiz Exp $ # -DISTNAME= xwud-1.0.2 +DISTNAME= xwud-1.0.4 CATEGORIES= x11 graphics MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xwud/distinfo b/x11/xwud/distinfo index a6b0724dd57..d7d02212843 100644 --- a/x11/xwud/distinfo +++ b/x11/xwud/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/11/09 18:04:53 tnn Exp $ +$NetBSD: distinfo,v 1.3 2012/06/03 18:33:43 wiz Exp $ -SHA1 (xwud-1.0.2.tar.bz2) = 15a6c5e3ffc03b7e8e597947061940fee6c0a9fc -RMD160 (xwud-1.0.2.tar.bz2) = aa88ede2e7472c5b6cb76c4234fb8797204a6368 -Size (xwud-1.0.2.tar.bz2) = 103954 bytes +SHA1 (xwud-1.0.4.tar.bz2) = 786cd4b18bf576fae3ffd417545b1394b27c7f06 +RMD160 (xwud-1.0.4.tar.bz2) = 68fdcda451f44997c2618aef75c2a9cfe7358a4a +Size (xwud-1.0.4.tar.bz2) = 124604 bytes |