diff options
author | wiz <wiz@pkgsrc.org> | 2015-04-17 06:55:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-04-17 06:55:57 +0000 |
commit | fe9fa0ef0d2f32e0a37dddf6b04298697c5fe414 (patch) | |
tree | dfac23b8ff8377b73dcde1c39674f91eeab1167f /x11 | |
parent | 3821a4d8398aad4b1a9784dada6632a58cdecde0 (diff) | |
download | pkgsrc-fe9fa0ef0d2f32e0a37dddf6b04298697c5fe414.tar.gz |
Update to 1.3.1:
Alan Coopersmith (7):
Move global rules variable into applyRules, the only function that uses it
Make len a size_t instead of converting back & forth to an int
Use C99 struct initializer for cmdNames in applyComponentNames
config: Add missing AC_CONFIG_SRCDIR
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
setxkbmap 1.3.1
Benno Schulenberg (2):
Printing the program's version number on -version.
Fixing a small mistake in the man page -- s/comp/map/.
Stéphane Aulery (1):
Ensure consistency between the manpage and the output of the -h option
Diffstat (limited to 'x11')
-rw-r--r-- | x11/setxkbmap/Makefile | 5 | ||||
-rw-r--r-- | x11/setxkbmap/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/setxkbmap/Makefile b/x11/setxkbmap/Makefile index 9df22da6ca9..b2a13d8f4a3 100644 --- a/x11/setxkbmap/Makefile +++ b/x11/setxkbmap/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2012/10/29 05:06:52 asau Exp $ -# +# $NetBSD: Makefile,v 1.9 2015/04/17 06:55:57 wiz Exp $ -DISTNAME= setxkbmap-1.3.0 +DISTNAME= setxkbmap-1.3.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/setxkbmap/distinfo b/x11/setxkbmap/distinfo index b3dc0bbffbd..a6d099fbafb 100644 --- a/x11/setxkbmap/distinfo +++ b/x11/setxkbmap/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/06/03 18:01:24 wiz Exp $ +$NetBSD: distinfo,v 1.5 2015/04/17 06:55:57 wiz Exp $ -SHA1 (setxkbmap-1.3.0.tar.bz2) = d10885d6215b06789961c67557df46406f99c2b7 -RMD160 (setxkbmap-1.3.0.tar.bz2) = e77e139f96b7135b062ea9a86ee179b9e0788774 -Size (setxkbmap-1.3.0.tar.bz2) = 125844 bytes +SHA1 (setxkbmap-1.3.1.tar.bz2) = 560a02cf6f7db1f79739a4f2bd4f8050c7eb6f43 +RMD160 (setxkbmap-1.3.1.tar.bz2) = e625f4c402516448c3b27a57def90e8948e5d1fe +Size (setxkbmap-1.3.1.tar.bz2) = 133817 bytes |