Received: by mail.netbsd.org (Postfix, from userid 605) id B7FC88501D; Thu, 21 Jul 2022 08:58:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F12048501C for ; Thu, 21 Jul 2022 08:58:00 +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 aKbs75eHEy53 for ; Thu, 21 Jul 2022 08:58:00 +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 6AB3585007 for ; Thu, 21 Jul 2022 08:58:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 62314FB1A; Thu, 21 Jul 2022 08:58:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1658393880140370" MIME-Version: 1.0 Date: Thu, 21 Jul 2022 08:58:00 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/tevent To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220721085800.62314FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1658393880140370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jul 21 08:58:00 UTC 2022 Modified Files: pkgsrc/devel/tevent: Makefile distinfo Log Message: tevent: updated to 0.12.1 0.12.1 Unknown changes To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/tevent/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/tevent/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1658393880140370 Content-Disposition: inline Content-Length: 2118 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/tevent/Makefile diff -u pkgsrc/devel/tevent/Makefile:1.11 pkgsrc/devel/tevent/Makefile:1.12 --- pkgsrc/devel/tevent/Makefile:1.11 Thu Jun 30 11:18:19 2022 +++ pkgsrc/devel/tevent/Makefile Thu Jul 21 08:58:00 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2022/06/30 11:18:19 nia Exp $ +# $NetBSD: Makefile,v 1.12 2022/07/21 08:58:00 adam Exp $ -DISTNAME= tevent-0.11.0 -PKGREVISION= 2 +DISTNAME= tevent-0.12.1 CATEGORIES= devel MASTER_SITES= http://www.samba.org/ftp/tevent/ @@ -19,9 +18,6 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 USE_TOOLS+= pkg-config HAS_CONFIGURE= yes -CONFIG_SHELL= ${PYTHONBIN} -CONFIGURE_SCRIPT= ${WRKSRC}/buildtools/bin/waf -CONFIGURE_ARGS+= configure CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR} CONFIGURE_ARGS+= --abi-check-disable CONFIGURE_ARGS+= --disable-symbol-versions Index: pkgsrc/devel/tevent/distinfo diff -u pkgsrc/devel/tevent/distinfo:1.12 pkgsrc/devel/tevent/distinfo:1.13 --- pkgsrc/devel/tevent/distinfo:1.12 Fri Jan 28 17:59:17 2022 +++ pkgsrc/devel/tevent/distinfo Thu Jul 21 08:58:00 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.12 2022/01/28 17:59:17 thor Exp $ +$NetBSD: distinfo,v 1.13 2022/07/21 08:58:00 adam Exp $ -BLAKE2s (tevent-0.11.0.tar.gz) = 2bdd4cc52723973d3a03fe0662b470a02ccbcbeac474875c0ac52b26ddbc67e0 -SHA512 (tevent-0.11.0.tar.gz) = 740346b19bf290ff31b0c1b36e232021b8ad107c3ce27e0e8b1ec1a77485214b07a9b7837ba57f3650a50e4c04f530674e486b5fa4d118a1778259be63b49790 -Size (tevent-0.11.0.tar.gz) = 866327 bytes +BLAKE2s (tevent-0.12.1.tar.gz) = db92e55482288e8713e2359f98ec38d6859300eb781cd3d7a63a7d76a5098416 +SHA512 (tevent-0.12.1.tar.gz) = ab70262702d70ce00e8b3aef41930c674b04c147fdbf0006e57cfa057d82f6049ba6da4b2c2b7b53aa191dd4f0f3d55e72b0666ae8f5b6948eeb9fde1988c938 +Size (tevent-0.12.1.tar.gz) = 879683 bytes SHA1 (patch-buildtools_wafsamba_samba__conftests.py) = 50ff76f5b085f770751ca8bb93c8544cfdcd40d9 SHA1 (patch-buildtools_wafsamba_samba__install.py) = d801340617da325e3bb70a90350e45cc8e383c2d SHA1 (patch-buildtools_wafsamba_samba__utils.py) = 0a587421870c1974175fadbb02dde215f35938f2 --_----------=_1658393880140370--