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 | 46310af3b412919ec917344a3ec6bb30a060675f (patch) | |
tree | 693ec52932b175932e6d25c7a6531854891eb9ef /x11/xwud/Makefile | |
parent | db47565070f3fef61d681626693201ad4f2f2dd6 (diff) | |
download | pkgsrc-46310af3b412919ec917344a3ec6bb30a060675f.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/xwud/Makefile')
-rw-r--r-- | x11/xwud/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |