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 DA1141A9239 for ; Thu, 21 Oct 2021 22:29:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1921484F4B; Thu, 21 Oct 2021 22:29:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5528284F41 for ; Thu, 21 Oct 2021 22:29:24 +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 qbsagA2VAYSE for ; Thu, 21 Oct 2021 22:29:23 +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 DF85484D1C for ; Thu, 21 Oct 2021 22:29:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DD030FA97; Thu, 21 Oct 2021 22:29:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163485536344400" MIME-Version: 1.0 Date: Thu, 21 Oct 2021 22:29:23 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/net/ucspi-tcp6 To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20211021222923.DD030FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163485536344400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Thu Oct 21 22:29:23 UTC 2021 Modified Files: pkgsrc/net/ucspi-tcp6: Makefile Log Message: Bump PKGREVISION for fehQlibs bump. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/ucspi-tcp6/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163485536344400 Content-Disposition: inline Content-Length: 571 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/ucspi-tcp6/Makefile diff -u pkgsrc/net/ucspi-tcp6/Makefile:1.31 pkgsrc/net/ucspi-tcp6/Makefile:1.32 --- pkgsrc/net/ucspi-tcp6/Makefile:1.31 Wed Aug 4 13:32:54 2021 +++ pkgsrc/net/ucspi-tcp6/Makefile Thu Oct 21 22:29:23 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2021/08/04 13:32:54 schmonz Exp $ +# $NetBSD: Makefile,v 1.32 2021/10/21 22:29:23 schmonz Exp $ DISTNAME= ucspi-tcp6-1.12.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net sysutils MASTER_SITES= https://www.fehcom.de/ipnet/ucspi-tcp6/ EXTRACT_SUFX= .tgz --_----------=_163485536344400--