diff options
author | wiz <wiz@pkgsrc.org> | 2013-07-24 06:35:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-07-24 06:35:51 +0000 |
commit | d1b56f4c138cdfc662bed6706d4cec3ee5990f9f (patch) | |
tree | fd2ce47259714f6497eb11b305188d612ec5582e /x11 | |
parent | e47de2a892f4ddcc0d5dc02592bf0fceda27e044 (diff) | |
download | pkgsrc-d1b56f4c138cdfc662bed6706d4cec3ee5990f9f.tar.gz |
Update to 1.0.6:
This minor maintenance release mostly contains code cleanups and
sacrifices to appease the compilers and reduce the wrath of their
warnings.
Alan Coopersmith (7):
Assume signal handlers return void, as C89 requires
Add _X_NORETURN attributes suggested by gcc
Fix some sign/size conversion warnings from clang
Mark unused arguments in callback functions to quiet clang warnings
Use void * instead of char * for generic pointer arg to DoFunc functions
Constify some more string pointers to fix gcc warnings
iceauth 1.0.6
Diffstat (limited to 'x11')
-rw-r--r-- | x11/iceauth/Makefile | 5 | ||||
-rw-r--r-- | x11/iceauth/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/iceauth/Makefile b/x11/iceauth/Makefile index 38e55ea625a..45e2a7f092d 100644 --- a/x11/iceauth/Makefile +++ b/x11/iceauth/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2012/10/29 05:06:21 asau Exp $ -# +# $NetBSD: Makefile,v 1.8 2013/07/24 06:35:51 wiz Exp $ -DISTNAME= iceauth-1.0.5 +DISTNAME= iceauth-1.0.6 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/iceauth/distinfo b/x11/iceauth/distinfo index 9100d85dfe2..d68e1a545e7 100644 --- a/x11/iceauth/distinfo +++ b/x11/iceauth/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/06/03 17:57:21 wiz Exp $ +$NetBSD: distinfo,v 1.5 2013/07/24 06:35:51 wiz Exp $ -SHA1 (iceauth-1.0.5.tar.bz2) = d996c6ecaa93dcaccee4a11991eeacd40bddc13e -RMD160 (iceauth-1.0.5.tar.bz2) = a7bc808577f09e2cad3dbe96a5e65a9ad9332a9a -Size (iceauth-1.0.5.tar.bz2) = 120847 bytes +SHA1 (iceauth-1.0.6.tar.bz2) = ee56608a52eec81682b8ca204a1afa4ec15bf01f +RMD160 (iceauth-1.0.6.tar.bz2) = 93c2471aa1d7978418c7d3cab3a4148542254e7e +Size (iceauth-1.0.6.tar.bz2) = 133531 bytes |