Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id A75C11A923D for ; Wed, 6 Jan 2021 14:26:05 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DE3CE84DE5; Wed, 6 Jan 2021 14:26:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1ED5284DE9 for ; Wed, 6 Jan 2021 14:26:04 +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 syhkFqp5gTB6 for ; Wed, 6 Jan 2021 14:26:03 +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 99FBC84DE2 for ; Wed, 6 Jan 2021 14:26:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9747AFA9D; Wed, 6 Jan 2021 14:26:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160994316320680" MIME-Version: 1.0 Date: Wed, 6 Jan 2021 14:26:03 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/net/sacc To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20210106142603.9747AFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160994316320680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Wed Jan 6 14:26:03 UTC 2021 Modified Files: pkgsrc/net/sacc: Makefile distinfo Log Message: sacc: Update to 1.03 Changes: 1.03 ---- - Minor bug fixes and man page improvements To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/sacc/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/sacc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160994316320680 Content-Disposition: inline Content-Length: 1477 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/sacc/Makefile diff -u pkgsrc/net/sacc/Makefile:1.5 pkgsrc/net/sacc/Makefile:1.6 --- pkgsrc/net/sacc/Makefile:1.5 Fri Oct 9 15:29:32 2020 +++ pkgsrc/net/sacc/Makefile Wed Jan 6 14:26:03 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2020/10/09 15:29:32 leot Exp $ +# $NetBSD: Makefile,v 1.6 2021/01/06 14:26:03 leot Exp $ -DISTNAME= sacc-1.02 +DISTNAME= sacc-1.03 CATEGORIES= net MASTER_SITES= ftp://bitreich.org/releases/sacc/ EXTRACT_SUFX= .tgz Index: pkgsrc/net/sacc/distinfo diff -u pkgsrc/net/sacc/distinfo:1.3 pkgsrc/net/sacc/distinfo:1.4 --- pkgsrc/net/sacc/distinfo:1.3 Fri Oct 9 15:29:32 2020 +++ pkgsrc/net/sacc/distinfo Wed Jan 6 14:26:03 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2020/10/09 15:29:32 leot Exp $ +$NetBSD: distinfo,v 1.4 2021/01/06 14:26:03 leot Exp $ -SHA1 (sacc-1.02.tgz) = 324ac1c75c71e551106bacfb0a9456bca71c32b0 -RMD160 (sacc-1.02.tgz) = 82cb6b2e672fe7b7fac42172e791a472a9042a1c -SHA512 (sacc-1.02.tgz) = 24008c7ca5f792acf49b7a200fbc081d0759c865250e507f36dc7275362e26633919ae044aed30758730d656300534739c4004c8068ec53d48251fd3ac242551 -Size (sacc-1.02.tgz) = 12057 bytes +SHA1 (sacc-1.03.tgz) = 54af897ace692d0159a044fe7987602af76bd1ee +RMD160 (sacc-1.03.tgz) = 6bc0b2fb764265e4a5ec2b0e8e8e4b49f4f52d00 +SHA512 (sacc-1.03.tgz) = bce8c0181336fb4f34259bf80b86f974d4534d7e397af5851097cad4345a58262b1d10807b4ed074422b1e16da23185261fac17770f5cbbe6b9839ee3c2e131c +Size (sacc-1.03.tgz) = 12183 bytes --_----------=_160994316320680--