Received: by mail.netbsd.org (Postfix, from userid 605) id 6DDEA84DF3; Sun, 17 Sep 2017 20:35:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0121B84D2D for ; Sun, 17 Sep 2017 20:35:00 +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 Ol3hjJ7RFgss for ; Sun, 17 Sep 2017 20:34:59 +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 81FFC84CDD for ; Sun, 17 Sep 2017 20:34:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7FCA7FA9A; Sun, 17 Sep 2017 20:34:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1505680499153650" MIME-Version: 1.0 Date: Sun, 17 Sep 2017 20:34:59 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/p5-Net-Frame To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170917203459.7FCA7FA9A@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. --_----------=_1505680499153650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Sep 17 20:34:59 UTC 2017 Modified Files: pkgsrc/net/p5-Net-Frame: Makefile distinfo Log Message: p5-Net-Frame: update to 1.17. 1.17 Sun 7 May 14:21:26 CEST 2017 - update: IP in IP encapsulation should use IPv4 layer type - update: copyright notice To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/p5-Net-Frame/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/p5-Net-Frame/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1505680499153650 Content-Disposition: inline Content-Length: 1969 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/p5-Net-Frame/Makefile diff -u pkgsrc/net/p5-Net-Frame/Makefile:1.11 pkgsrc/net/p5-Net-Frame/Makefile:1.12 --- pkgsrc/net/p5-Net-Frame/Makefile:1.11 Mon Jun 5 14:24:19 2017 +++ pkgsrc/net/p5-Net-Frame/Makefile Sun Sep 17 20:34:59 2017 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2017/06/05 14:24:19 ryoon Exp $ +# $NetBSD: Makefile,v 1.12 2017/09/17 20:34:59 wiz Exp $ -DISTNAME= Net-Frame-1.16 +DISTNAME= Net-Frame-1.17 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} @@ -15,7 +14,6 @@ DEPENDS+= p5-Class-Gomor>=1.0:../../deve DEPENDS+= p5-Socket6-[0-9]*:../../net/p5-Socket6 DEPENDS+= p5-Net-IPv6Addr-[0-9]*:../../net/p5-Net-IPv6Addr DEPENDS+= p5-Bit-Vector-[0-9]*:../../devel/p5-Bit-Vector -SUPERSEDES+= p5-Net-Packet-[0-9]* PERL5_PACKLIST= auto/Net/Frame/.packlist Index: pkgsrc/net/p5-Net-Frame/distinfo diff -u pkgsrc/net/p5-Net-Frame/distinfo:1.4 pkgsrc/net/p5-Net-Frame/distinfo:1.5 --- pkgsrc/net/p5-Net-Frame/distinfo:1.4 Tue Jul 26 06:07:12 2016 +++ pkgsrc/net/p5-Net-Frame/distinfo Sun Sep 17 20:34:59 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2016/07/26 06:07:12 wen Exp $ +$NetBSD: distinfo,v 1.5 2017/09/17 20:34:59 wiz Exp $ -SHA1 (Net-Frame-1.16.tar.gz) = f58c7d63fd5e990591c83d25a6858bdfa309dd5e -RMD160 (Net-Frame-1.16.tar.gz) = 0fb71d860ad3d5de959b2ac0bcd169223e6e7861 -SHA512 (Net-Frame-1.16.tar.gz) = da51915da18117464528c1f0f3c0e376d904b9d23d6d32d0a454358aaa00759312043d3993e7391fb0f3fbe28fa8dcbc255c65fc286e78d921226a1543fc6bae -Size (Net-Frame-1.16.tar.gz) = 29792 bytes +SHA1 (Net-Frame-1.17.tar.gz) = 9dd8228bc60d26789cbd427d12810cedac8a2f6a +RMD160 (Net-Frame-1.17.tar.gz) = 5370eec0b22264ce4ea5c867944b439c48d238f2 +SHA512 (Net-Frame-1.17.tar.gz) = f035ecd0e9e798b8ff572a8311525903f8b9570459ee570c5f66acde03f9586326685378454f41643a87384e726a1ee7c32b4ab96f4fbd4d478b586ba70e18c3 +Size (Net-Frame-1.17.tar.gz) = 29935 bytes --_----------=_1505680499153650--