diff options
author | wiz <wiz@pkgsrc.org> | 2015-04-17 07:11:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-04-17 07:11:36 +0000 |
commit | 4520add4ea2110e0ca5a788ed1a183d40c90a268 (patch) | |
tree | 75560e064f0c97650414677007865a42c745914b | |
parent | 2eaaea9964bf2c8dfde93e6d695eeb2d46cd2e3c (diff) | |
download | pkgsrc-4520add4ea2110e0ca5a788ed1a183d40c90a268.tar.gz |
Update to 1.0.4:
This minor maintenance release provides the recent round of build
configuration improvements and janitorial cleanups.
Alan Coopersmith (26):
Convert sources to X.Org standard coding style
unifdef -Unotyet -UNOTYET
Fix many const char * warnings
Remove unused uASSERT macro
Remove unused debugging & function tracing frameworks
Remove unused uStrCasePrefix fallback for strncasecmp
Remove unused uRealloc & uRecalloc functions
Remove unused uTmpAlloc & uTmpFree fallbacks for alloca
Replace sole call to uFree() with direct call to free()
Replace custom uAlloc/uCalloc with plain malloc/calloc
Replace uStringDup() with direct calls to strdup()
Replace uStrCaseCmp() with direct calls to strcasecmp()
Add printf & noreturn attributes recommended by gcc
Replace several malloc+sprintf pairs with asprintf() calls
Replace remaining sprintf calls with snprintf()
Combine repeated sequences of fprintf() calls into single calls
Replace calls to index() with calls to strchr()
Combine IsoKeyCaps array of strings into a single string
Move some local variables to the scope in which they live
Remove unused INPUT_* definitions
Fix some sign/size conversion warnings from clang
Add -version option to print program version
Remove old CVS id tags
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
xkbprint 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/xkbprint/Makefile | 5 | ||||
-rw-r--r-- | x11/xkbprint/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/xkbprint/Makefile b/x11/xkbprint/Makefile index 37e9d877840..aef7734c3bb 100644 --- a/x11/xkbprint/Makefile +++ b/x11/xkbprint/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2012/10/29 05:07:13 asau Exp $ -# +# $NetBSD: Makefile,v 1.3 2015/04/17 07:11:36 wiz Exp $ -DISTNAME= xkbprint-1.0.3 +DISTNAME= xkbprint-1.0.4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xkbprint/distinfo b/x11/xkbprint/distinfo index c545f0490a5..dae035ab08a 100644 --- a/x11/xkbprint/distinfo +++ b/x11/xkbprint/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2012/06/06 09:41:07 wiz Exp $ +$NetBSD: distinfo,v 1.2 2015/04/17 07:11:36 wiz Exp $ -SHA1 (xkbprint-1.0.3.tar.bz2) = 4e7c91a137f0746202b3a74bbaf49c849484aa30 -RMD160 (xkbprint-1.0.3.tar.bz2) = 29343bcb68b2fd5d7fe33f520660b3a8e25ec7f2 -Size (xkbprint-1.0.3.tar.bz2) = 146090 bytes +SHA1 (xkbprint-1.0.4.tar.bz2) = c0c1e71a32f7d8bfc40539e7f315ca7e02d99205 +RMD160 (xkbprint-1.0.4.tar.bz2) = 51100ad4e639af54e91f94340629780fac48795e +Size (xkbprint-1.0.4.tar.bz2) = 163810 bytes |