diff options
author | wiz <wiz> | 2013-09-09 09:34:49 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-09-09 09:34:49 +0000 |
commit | df65541a828a3935246b90e0861a16fc1cb28cc9 (patch) | |
tree | 675f9d602f4569a18f80584a065c758291007909 | |
parent | dfb9a7c46c69f7e27caffab698468be1c13068c4 (diff) | |
download | pkgsrc-df65541a828a3935246b90e0861a16fc1cb28cc9.tar.gz |
Update to 1.0.4:
This minor maintenance release provides some hopefully very non-dangerous
man page improvements and janitorial cleanups, including the addition of
a -version flag to the accepted CLI options.
Alan Coopersmith (11):
remove unused variable cpp
Get rid of dpy global so we don't get shadow warnings from every function
Mark Exit() and usage() as _X_NORETURN
Use strtoul instead of open coding it with sscanf
Mark msg argument to get_window_id as const, since it's just printed out
Mark static string in verify_okay_to_kill as const
Add -version option to print version
Use man page sections in See Also references to libX11 man pages
Mark arguments to catch_window_errors as unused
Explicitly cast tolower() return value to char before storing in a char
xkill 1.0.4
Gaetan Nadon (3):
man: remove trailing spaces and tabs
man: replace hard coded man page section with substitution strings
config: move man pages into their own directory
-rw-r--r-- | x11/xkill/Makefile | 5 | ||||
-rw-r--r-- | x11/xkill/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/xkill/Makefile b/x11/xkill/Makefile index 3e3e16aa349..e10b909d186 100644 --- a/x11/xkill/Makefile +++ b/x11/xkill/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2012/10/29 05:07:13 asau Exp $ -# +# $NetBSD: Makefile,v 1.7 2013/09/09 09:34:49 wiz Exp $ -DISTNAME= xkill-1.0.3 +DISTNAME= xkill-1.0.4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xkill/distinfo b/x11/xkill/distinfo index 1ca3faa261e..125ed5c4b27 100644 --- a/x11/xkill/distinfo +++ b/x11/xkill/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2012/06/03 18:17:25 wiz Exp $ +$NetBSD: distinfo,v 1.4 2013/09/09 09:34:49 wiz Exp $ -SHA1 (xkill-1.0.3.tar.bz2) = bab7b9c7f3bc053d743eb339cf5fa496bace57e5 -RMD160 (xkill-1.0.3.tar.bz2) = 58d4a613c2076fb376e8c5fc739adedb3f223d0c -Size (xkill-1.0.3.tar.bz2) = 107790 bytes +SHA1 (xkill-1.0.4.tar.bz2) = 3a9c253ed698ae2e6c176a6f4a5a7d43497818f6 +RMD160 (xkill-1.0.4.tar.bz2) = dcd99ec1a2134105d2a309e4eb7f04e19766878e +Size (xkill-1.0.4.tar.bz2) = 124828 bytes |