diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-03 18:00:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-03 18:00:47 +0000 |
commit | 11d28f4703ba7a4a89b1f854be17fb57c4539cee (patch) | |
tree | 7d1830241d91303681c5a92b43406fd0dbf3bf04 /x11/luit/Makefile | |
parent | 3bcb3c2ef605a6d93340648be2b3264903e00dbf (diff) | |
download | pkgsrc-11d28f4703ba7a4a89b1f854be17fb57c4539cee.tar.gz |
Update to 1.1.1.
1.1.1:
This release includes portability fixes for various platforms,
changes to resolve issues found static analysis and compiler warnings,
and build configuration cleanups.
1.1.0:
This release includes these changes from Thomas Dickey's luit-20100601:
* add -alias option to allow override of locale.alias pathname.
* improve fix waitForInput as suggested in Freedesktop #26383.
* fix warnings from clang --analyze
As well as many of the same build time & janitorial cleanups found in
the other recent X.Org module releases.
Diffstat (limited to 'x11/luit/Makefile')
-rw-r--r-- | x11/luit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/luit/Makefile b/x11/luit/Makefile index aa069af1ad9..e1f20e4bcaf 100644 --- a/x11/luit/Makefile +++ b/x11/luit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2010/09/10 19:15:54 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2012/06/03 18:00:47 wiz Exp $ # -DISTNAME= luit-1.0.5 +DISTNAME= luit-1.1.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 |