Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 2C47C63CC42 for ; Sat, 6 Aug 2011 10:54:28 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0AEF614A2C9; Sat, 6 Aug 2011 10:54:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4B6B214A2C8 for ; Sat, 6 Aug 2011 10:54:26 +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 nhyBjRKULURv for ; Sat, 6 Aug 2011 10:54:25 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id C4EE214A2C7 for ; Sat, 6 Aug 2011 10:54:25 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B496E175DD; Sat, 6 Aug 2011 10:54:25 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 6 Aug 2011 10:54:25 +0000 From: "Matthias Scheler" Subject: CVS commit: pkgsrc/net/p5-IO-Socket-INET6 To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org X-Mailer: log_accum Message-Id: <20110806105425.B496E175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: tron Date: Sat Aug 6 10:54:25 UTC 2011 Modified Files: pkgsrc/net/p5-IO-Socket-INET6: Makefile distinfo Log Message: Update "p5-IO-Socket-INET6" package to version 2.67. Changes since version 2.65: - IO-Socket is doing some imports so we now do use IO::Socket (). - Fixed the rest of the imports. - Thanks to LeoNerd - Made the use Socket call import constants selectively, and not rely on @EXPORT's whims: - http://www.cpantesters.org/cpan/report/d6e547be-19b5-11e0-bbdc-e5c0d6c987b5 This update stops warnings about re-defining "sockaddr_in6" produced by e.g. "mrtg" or "spamassassin". To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/p5-IO-Socket-INET6/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/p5-IO-Socket-INET6/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.