diff options
author | wiz <wiz@pkgsrc.org> | 2015-04-17 07:15:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-04-17 07:15:15 +0000 |
commit | 65fa2760ec1c053662a4e2d7156070b998a8e2c9 (patch) | |
tree | d4f55946f57d788bd5f5a228e5ebe4861b2b2cdb /x11/xmodmap | |
parent | ec49ab47fa8a783a5a7fe3b6e0a1bd54325afd62 (diff) | |
download | pkgsrc-65fa2760ec1c053662a4e2d7156070b998a8e2c9.tar.gz |
Update to 1.0.9:
Alan Coopersmith (7):
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Add -version option to print program version
Print which option was in error along with usage message
Avoid null pointer use if malloc() fails
Remove unneeded casts on malloc, realloc, and free calls
xmodmap 1.0.9
Diffstat (limited to 'x11/xmodmap')
-rw-r--r-- | x11/xmodmap/Makefile | 4 | ||||
-rw-r--r-- | x11/xmodmap/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xmodmap/Makefile b/x11/xmodmap/Makefile index 0c25f0870b6..c2c3b7d9ad1 100644 --- a/x11/xmodmap/Makefile +++ b/x11/xmodmap/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2013/09/09 09:39:52 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/04/17 07:15:15 wiz Exp $ -DISTNAME= xmodmap-1.0.8 +DISTNAME= xmodmap-1.0.9 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xmodmap/distinfo b/x11/xmodmap/distinfo index 8dfbe7c701b..810b1a446b9 100644 --- a/x11/xmodmap/distinfo +++ b/x11/xmodmap/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2013/09/09 09:39:52 wiz Exp $ +$NetBSD: distinfo,v 1.6 2015/04/17 07:15:15 wiz Exp $ -SHA1 (xmodmap-1.0.8.tar.bz2) = 44ebb0a1047fc9391422108007c30c64cc0782bc -RMD160 (xmodmap-1.0.8.tar.bz2) = 7f00a783fdf865aa0de22c90cdf379ed33fe38a8 -Size (xmodmap-1.0.8.tar.bz2) = 141026 bytes +SHA1 (xmodmap-1.0.9.tar.bz2) = fe735c8bbba68d7eb50f82d4e092fdcadf161314 +RMD160 (xmodmap-1.0.9.tar.bz2) = ebee944d841a0d6c5eea6a8d21413cee25f11aaa +Size (xmodmap-1.0.9.tar.bz2) = 142565 bytes |