Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3FF7A84E6E for ; Sat, 24 Jun 2023 18:32:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id askoTKYomDQV for ; Sat, 24 Jun 2023 18:32:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B878184D46 for ; Sat, 24 Jun 2023 18:32:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B2326FA89; Sat, 24 Jun 2023 18:32:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1687631544256310" MIME-Version: 1.0 Date: Sat, 24 Jun 2023 18:32:24 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/devel/mob To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20230624183224.B2326FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1687631544256310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Sat Jun 24 18:32:24 UTC 2023 Modified Files: pkgsrc/devel/mob: Makefile distinfo Log Message: Update to 4.4.5. From the changelog: - README.md: note pkgsrc - Fix: version - Fix: missing SHA in Arch PKGBUILD - Fix: missing glibc on older linux version To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 pkgsrc/devel/mob/Makefile cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/mob/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1687631544256310 Content-Disposition: inline Content-Length: 1481 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/mob/Makefile diff -u pkgsrc/devel/mob/Makefile:1.75 pkgsrc/devel/mob/Makefile:1.76 --- pkgsrc/devel/mob/Makefile:1.75 Fri Jun 2 13:21:56 2023 +++ pkgsrc/devel/mob/Makefile Sat Jun 24 18:32:24 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.75 2023/06/02 13:21:56 schmonz Exp $ +# $NetBSD: Makefile,v 1.76 2023/06/24 18:32:24 schmonz Exp $ -DISTNAME= mob-4.4.3 +DISTNAME= mob-4.4.5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=remotemobprogramming/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/devel/mob/distinfo diff -u pkgsrc/devel/mob/distinfo:1.44 pkgsrc/devel/mob/distinfo:1.45 --- pkgsrc/devel/mob/distinfo:1.44 Fri Jun 2 13:21:56 2023 +++ pkgsrc/devel/mob/distinfo Sat Jun 24 18:32:24 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.44 2023/06/02 13:21:56 schmonz Exp $ +$NetBSD: distinfo,v 1.45 2023/06/24 18:32:24 schmonz Exp $ -BLAKE2s (mob-4.4.3.tar.gz) = 2d6beb67048ab0d66b52b33e5cba41efd2af06e971c64252aa289af78aea9548 -SHA512 (mob-4.4.3.tar.gz) = bc789c5e326621568855597b6503effe7d8103c3176ad308a95cb8f8ac2d7304e58ffa575a4362cdf19860faa15cf38bdb1b880e5a33f3deff0f868dd27a3c83 -Size (mob-4.4.3.tar.gz) = 518406 bytes +BLAKE2s (mob-4.4.5.tar.gz) = 4d61aaef98277cf6219f3988585c49c2c21ec3c0fe310f3a9012e12d24b98c1e +SHA512 (mob-4.4.5.tar.gz) = 36225e6b2dc4fbc6ad26fc0b55593b3adeae020dc25cdd8235519b1d167bc610e26ab07f7499f55b638259e4f199470d2d85f3c70c1250e0440c462a92f70739 +Size (mob-4.4.5.tar.gz) = 518478 bytes --_----------=_1687631544256310--