Received: by mail.netbsd.org (Postfix, from userid 605) id D8E6184E5F; Thu, 2 Jan 2020 03:31:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5FAC884E5E for ; Thu, 2 Jan 2020 03:31:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id uogvhLZP9d7M for ; Thu, 2 Jan 2020 03:31:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B4C8B84E59 for ; Thu, 2 Jan 2020 03:31:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AEB3EFA97; Thu, 2 Jan 2020 03:31:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157793588455580" MIME-Version: 1.0 Date: Thu, 2 Jan 2020 03:31:24 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/net/fstrm To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20200102033124.AEB3EFA97@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. --_----------=_157793588455580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Thu Jan 2 03:31:24 UTC 2020 Modified Files: pkgsrc/net/fstrm: Makefile distinfo Log Message: fstrm: Add missing patch-libmy_argv.c entry to distinfo PKGREVISION++ To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/fstrm/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/fstrm/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157793588455580 Content-Disposition: inline Content-Length: 1280 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/fstrm/Makefile diff -u pkgsrc/net/fstrm/Makefile:1.6 pkgsrc/net/fstrm/Makefile:1.7 --- pkgsrc/net/fstrm/Makefile:1.6 Mon Dec 16 12:52:23 2019 +++ pkgsrc/net/fstrm/Makefile Thu Jan 2 03:31:24 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2019/12/16 12:52:23 he Exp $ +# $NetBSD: Makefile,v 1.7 2020/01/02 03:31:24 leot Exp $ DISTNAME= fstrm-0.6.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=farsightsec/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/net/fstrm/distinfo diff -u pkgsrc/net/fstrm/distinfo:1.3 pkgsrc/net/fstrm/distinfo:1.4 --- pkgsrc/net/fstrm/distinfo:1.3 Mon Oct 14 17:47:24 2019 +++ pkgsrc/net/fstrm/distinfo Thu Jan 2 03:31:24 2020 @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.3 2019/10/14 17:47:24 he Exp $ +$NetBSD: distinfo,v 1.4 2020/01/02 03:31:24 leot Exp $ SHA1 (fstrm-0.6.0.tar.gz) = 6b1c1df0e280e63ad270ddb1c20c9f03a30969ff RMD160 (fstrm-0.6.0.tar.gz) = a74e2e8c23c151d8fb0daa5504c045814ef6f1d2 SHA512 (fstrm-0.6.0.tar.gz) = 8e327f40fb49b36998d8bb9353b30b9924630b85adf1e4462ce4b456daa7eea727892a59f43ddd48de5bf5059a450fef54726b09af6d7f210fa182c4055d65f4 Size (fstrm-0.6.0.tar.gz) = 135214 bytes +SHA1 (patch-libmy_argv.c) = 1caf771043eb6648a04da402c33607744542cb04 --_----------=_157793588455580--