Received: by mail.netbsd.org (Postfix, from userid 605) id BE0AF84D60; Mon, 20 Apr 2020 14:08:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 419D384CE2 for ; Mon, 20 Apr 2020 14:08:48 +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 4pzUqR5EDXR4 for ; Mon, 20 Apr 2020 14:08:47 +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 BDC3484C85 for ; Mon, 20 Apr 2020 14:08:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B7CE1FB27; Mon, 20 Apr 2020 14:08:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1587391727177590" MIME-Version: 1.0 Date: Mon, 20 Apr 2020 14:08:47 +0000 From: "Michael Baeuerle" Subject: CVS commit: pkgsrc/news/bystand To: pkgsrc-changes@NetBSD.org Reply-To: micha@netbsd.org X-Mailer: log_accum Message-Id: <20200420140847.B7CE1FB27@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. --_----------=_1587391727177590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: micha Date: Mon Apr 20 14:08:47 UTC 2020 Modified Files: pkgsrc/news/bystand: Makefile distinfo Log Message: bystand: Update to 1.1.0 Use LISTGROUP to find the highest valid article number if the high water number is not valid. Also fix it in the case where a newsgroup is empty. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/news/bystand/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/news/bystand/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1587391727177590 Content-Disposition: inline Content-Length: 1582 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/news/bystand/Makefile diff -u pkgsrc/news/bystand/Makefile:1.3 pkgsrc/news/bystand/Makefile:1.4 --- pkgsrc/news/bystand/Makefile:1.3 Sun Apr 12 08:29:07 2020 +++ pkgsrc/news/bystand/Makefile Mon Apr 20 14:08:47 2020 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2020/04/12 08:29:07 adam Exp $ +# $NetBSD: Makefile,v 1.4 2020/04/20 14:08:47 micha Exp $ -DISTNAME= bystand-1.0.1 -PKGREVISION= 1 +DISTNAME= bystand-1.1.0 CATEGORIES= news MASTER_SITES= http://zzo38computer.org/prog/bystand/ EXTRACT_SUFX= .zip Index: pkgsrc/news/bystand/distinfo diff -u pkgsrc/news/bystand/distinfo:1.1 pkgsrc/news/bystand/distinfo:1.2 --- pkgsrc/news/bystand/distinfo:1.1 Wed Mar 18 13:47:13 2020 +++ pkgsrc/news/bystand/distinfo Mon Apr 20 14:08:47 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2020/03/18 13:47:13 micha Exp $ +$NetBSD: distinfo,v 1.2 2020/04/20 14:08:47 micha Exp $ -SHA1 (bystand-1.0.1.zip) = 490072cb6f565118a91cff70aef4d5cd50eb7955 -RMD160 (bystand-1.0.1.zip) = d2bc64a17db2623f4bfdc1d1953871a4e8185739 -SHA512 (bystand-1.0.1.zip) = 42460006b45ca27f6f3c5c556fd6bcca37353467665e5261caf74ada4ba50f9c04f33431a46300a18ac4dd145b9370b270a86583cd5c40a42dbd698db0bdc926 -Size (bystand-1.0.1.zip) = 33071 bytes +SHA1 (bystand-1.1.0.zip) = 3c6591080b19268a81e5c63f2faaeb5588c5956f +RMD160 (bystand-1.1.0.zip) = a2cf672541ea1a46df55fc3dc6a94fbe44c691e0 +SHA512 (bystand-1.1.0.zip) = f693d8251ae0eeb84d1cc401d0869d791c7742ddd727ce360609e0e03cd5bec5bfed055fde8f775b039a4be148aa6666cab58eeade8066d1b9d2704d6906a2f8 +Size (bystand-1.1.0.zip) = 33253 bytes --_----------=_1587391727177590--