Wed Jul 24 06:35:51 2013 UTC ()
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


(wiz)
diff -r1.7 -r1.8 pkgsrc/x11/iceauth/Makefile
diff -r1.4 -r1.5 pkgsrc/x11/iceauth/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/x11/iceauth/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/iceauth/Makefile 2012/10/29 05:06:21 1.7
+++ pkgsrc/x11/iceauth/Makefile 2013/07/24 06:35:51 1.8
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2012/10/29 05:06:21 asau Exp $ 1# $NetBSD: Makefile,v 1.8 2013/07/24 06:35:51 wiz Exp $
2# 
3 2
4DISTNAME= iceauth-1.0.5 3DISTNAME= iceauth-1.0.6
5CATEGORIES= x11 4CATEGORIES= x11
6MASTER_SITES= ${MASTER_SITE_XORG:=app/} 5MASTER_SITES= ${MASTER_SITE_XORG:=app/}
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= joerg@NetBSD.org 8MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= http://xorg.freedesktop.org/ 9HOMEPAGE= http://xorg.freedesktop.org/
11COMMENT= ICE protocol utility 10COMMENT= ICE protocol utility
12 11
13GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
14USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
15 14
16CONFIGURE_ENV+= APP_MAN_SUFFIX=1 15CONFIGURE_ENV+= APP_MAN_SUFFIX=1
17 16

cvs diff -r1.4 -r1.5 pkgsrc/x11/iceauth/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/iceauth/distinfo 2012/06/03 17:57:21 1.4
+++ pkgsrc/x11/iceauth/distinfo 2013/07/24 06:35:51 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2012/06/03 17:57:21 wiz Exp $ 1$NetBSD: distinfo,v 1.5 2013/07/24 06:35:51 wiz Exp $
2 2
3SHA1 (iceauth-1.0.5.tar.bz2) = d996c6ecaa93dcaccee4a11991eeacd40bddc13e 3SHA1 (iceauth-1.0.6.tar.bz2) = ee56608a52eec81682b8ca204a1afa4ec15bf01f
4RMD160 (iceauth-1.0.5.tar.bz2) = a7bc808577f09e2cad3dbe96a5e65a9ad9332a9a 4RMD160 (iceauth-1.0.6.tar.bz2) = 93c2471aa1d7978418c7d3cab3a4148542254e7e
5Size (iceauth-1.0.5.tar.bz2) = 120847 bytes 5Size (iceauth-1.0.6.tar.bz2) = 133531 bytes