diff options
author | wiz <wiz> | 2013-02-11 08:59:57 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-02-11 08:59:57 +0000 |
commit | d9a351674d51e011878e7f80084276edda173423 (patch) | |
tree | 40ef9bd5de56ad973c7d9b6f9173358a7a671705 /x11/xkbutils/Makefile | |
parent | 66e435b211a6de66350ca5f59014ff4aab8ce564 (diff) | |
download | pkgsrc-d9a351674d51e011878e7f80084276edda173423.tar.gz |
Update to 1.0.4:
This minor maintenance release includes various build improvements,
cleanups, and bug fixes; including making the build configuration scripts
compatible with automake-1.13.
Alan Coopersmith (5):
config: Add missing AC_CONFIG_SRCDIR
Mark usage() as _X_NORETURN
Remove CVS/RCS id tags
Print normalized version for X.Org servers, the way xdpyinfo does
xfsinfo 1.0.4
Gaetan Nadon (3):
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
man: remove trailing spaces and tabs
config: move man pages into their own directory
Diffstat (limited to 'x11/xkbutils/Makefile')
-rw-r--r-- | x11/xkbutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xkbutils/Makefile b/x11/xkbutils/Makefile index d72e3c88afe..42276870319 100644 --- a/x11/xkbutils/Makefile +++ b/x11/xkbutils/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2012/10/29 05:07:13 asau Exp $ +# $NetBSD: Makefile,v 1.3 2013/02/11 08:59:57 wiz Exp $ # -DISTNAME= xkbutils-1.0.3 +DISTNAME= xkbutils-1.0.4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 |