Received: by mail.netbsd.org (Postfix, from userid 605) id 5F58F84E0A; Mon, 5 Mar 2018 09:31:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9A02684DAF for ; Mon, 5 Mar 2018 09:31:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id X4sIZBCMiAtR for ; Mon, 5 Mar 2018 09:31:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id F0E3A84D4D for ; Mon, 5 Mar 2018 09:31:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EA8ECFB40; Mon, 5 Mar 2018 09:31:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152024226093610" MIME-Version: 1.0 Date: Mon, 5 Mar 2018 09:31:00 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/iceauth To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180305093100.EA8ECFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_152024226093610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Mar 5 09:31:00 UTC 2018 Modified Files: pkgsrc/x11/iceauth: Makefile distinfo Log Message: iceauth: update to 1.0.8. Alan Coopersmith (1): iceauth 1.0.8 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Niveditha Rau (1): Add -u & -V options to synopsis in man page Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/iceauth/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/iceauth/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152024226093610 Content-Disposition: inline Content-Length: 1580 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/iceauth/Makefile diff -u pkgsrc/x11/iceauth/Makefile:1.9 pkgsrc/x11/iceauth/Makefile:1.10 --- pkgsrc/x11/iceauth/Makefile:1.9 Sat Jan 17 09:11:55 2015 +++ pkgsrc/x11/iceauth/Makefile Mon Mar 5 09:31:00 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2015/01/17 09:11:55 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2018/03/05 09:31:00 wiz Exp $ -DISTNAME= iceauth-1.0.7 +DISTNAME= iceauth-1.0.8 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/x11/iceauth/distinfo diff -u pkgsrc/x11/iceauth/distinfo:1.7 pkgsrc/x11/iceauth/distinfo:1.8 --- pkgsrc/x11/iceauth/distinfo:1.7 Wed Nov 4 03:28:33 2015 +++ pkgsrc/x11/iceauth/distinfo Mon Mar 5 09:31:00 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2015/11/04 03:28:33 agc Exp $ +$NetBSD: distinfo,v 1.8 2018/03/05 09:31:00 wiz Exp $ -SHA1 (iceauth-1.0.7.tar.bz2) = 83d67e47167de52192c679a0f0a41f4ba51a5b94 -RMD160 (iceauth-1.0.7.tar.bz2) = a5d042212fadfe4c5c96fc197c7789d7a7f517de -SHA512 (iceauth-1.0.7.tar.bz2) = 4fe08b3137904c99219456716879cbdf5b49ca9bf390011ffb44b1e896f9a6e008b5f761346a533e682f5cfbf18d18a859c74ad4268ec8d40002ffb79c33bcd7 -Size (iceauth-1.0.7.tar.bz2) = 135656 bytes +SHA1 (iceauth-1.0.8.tar.bz2) = 2ce23c40a17d98badeb8ce70d26e81a5ac0e178c +RMD160 (iceauth-1.0.8.tar.bz2) = 2f8fa01648478c04c6f0430e02487e2319a3980c +SHA512 (iceauth-1.0.8.tar.bz2) = 9d4520adf951b16a3e784349dbb70d5d8176b74b956f8adc63abf55d049745c113b03ccfa60a281fc39b487db3742302dc6287c9985ce83a0157bf4674df2af1 +Size (iceauth-1.0.8.tar.bz2) = 137905 bytes --_----------=_152024226093610--