diff options
author | wiz <wiz@pkgsrc.org> | 2015-04-17 07:05:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-04-17 07:05:50 +0000 |
commit | 54b27c6275c5d79785dff414960eabc28fa68723 (patch) | |
tree | 0bdbf5b9373e0f3d355f97d233ef3d5f42e3e563 | |
parent | f6955ff3a1d19a2a19aaaf4c3333899ff8b26b26 (diff) | |
download | pkgsrc-54b27c6275c5d79785dff414960eabc28fa68723.tar.gz |
Update to 1.2.2:
Aaron Plattner (1):
man: Add -event to the command synopsis
Alan Coopersmith (5):
Print which option was in error along with usage message
Add -version option to print program version
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
xev 1.2.2
Egbert Eich (1):
Add event filter for button events
-rw-r--r-- | x11/xev/Makefile | 5 | ||||
-rw-r--r-- | x11/xev/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/xev/Makefile b/x11/xev/Makefile index 45cc2260f6b..b7c10336cbb 100644 --- a/x11/xev/Makefile +++ b/x11/xev/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2013/01/29 22:05:23 wiz Exp $ -# +# $NetBSD: Makefile,v 1.13 2015/04/17 07:05:50 wiz Exp $ -DISTNAME= xev-1.2.1 +DISTNAME= xev-1.2.2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xev/distinfo b/x11/xev/distinfo index 3651c9c356f..ca65a9099b4 100644 --- a/x11/xev/distinfo +++ b/x11/xev/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2013/01/29 22:05:23 wiz Exp $ +$NetBSD: distinfo,v 1.6 2015/04/17 07:05:50 wiz Exp $ -SHA1 (xev-1.2.1.tar.bz2) = 7ae6233ccfd8f500d547093291cc2de4f2b8fbaa -RMD160 (xev-1.2.1.tar.bz2) = 518a7039eaed196d6ec8a7209f340bb510ae6825 -Size (xev-1.2.1.tar.bz2) = 125884 bytes +SHA1 (xev-1.2.2.tar.bz2) = e737bc46c58b9bb10f0af9883dce203bbed708aa +RMD160 (xev-1.2.2.tar.bz2) = 09cc057d9547ba345210898c10dea765601793cc +Size (xev-1.2.2.tar.bz2) = 132596 bytes |