Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1394D85A57 for ; Fri, 20 Oct 2023 15:24:16 +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 Uq61bOQ29bdA for ; Fri, 20 Oct 2023 15:24:15 +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 7F64884CC9 for ; Fri, 20 Oct 2023 15:24:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7CD4CFADC; Fri, 20 Oct 2023 15:24:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1697815455187840" MIME-Version: 1.0 Date: Fri, 20 Oct 2023 15:24:15 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/devel/swagger-codegen To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20231020152415.7CD4CFADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1697815455187840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Fri Oct 20 15:24:15 UTC 2023 Modified Files: pkgsrc/devel/swagger-codegen: Makefile distinfo Log Message: swagger-codegen: update to 3.0.48. >From the changelog: - Update dependencies To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/swagger-codegen/Makefile \ pkgsrc/devel/swagger-codegen/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1697815455187840 Content-Disposition: inline Content-Length: 1768 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/swagger-codegen/Makefile diff -u pkgsrc/devel/swagger-codegen/Makefile:1.10 pkgsrc/devel/swagger-codegen/Makefile:1.11 --- pkgsrc/devel/swagger-codegen/Makefile:1.10 Wed Oct 4 00:14:23 2023 +++ pkgsrc/devel/swagger-codegen/Makefile Fri Oct 20 15:24:15 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2023/10/04 00:14:23 schmonz Exp $ +# $NetBSD: Makefile,v 1.11 2023/10/20 15:24:15 schmonz Exp $ -DISTNAME= swagger-codegen-cli-3.0.47 +DISTNAME= swagger-codegen-cli-3.0.48 PKGNAME= ${DISTNAME:S/-cli//} CATEGORIES= devel MASTER_SITES= https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/${PKGVERSION_NOREV}/ Index: pkgsrc/devel/swagger-codegen/distinfo diff -u pkgsrc/devel/swagger-codegen/distinfo:1.10 pkgsrc/devel/swagger-codegen/distinfo:1.11 --- pkgsrc/devel/swagger-codegen/distinfo:1.10 Wed Oct 4 00:14:23 2023 +++ pkgsrc/devel/swagger-codegen/distinfo Fri Oct 20 15:24:15 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2023/10/04 00:14:23 schmonz Exp $ +$NetBSD: distinfo,v 1.11 2023/10/20 15:24:15 schmonz Exp $ -BLAKE2s (swagger-codegen-cli-3.0.47.jar) = 8110c234aba19e3073e52798493c3aade66c80adef9b9e1040b16c39f6b9fe5b -SHA512 (swagger-codegen-cli-3.0.47.jar) = 0cd8e1a90339cdea4d9de99b1407a0acd9a4eab4cee44e6d1e2120e1b0af23b22d81cac67d6ec3631684dd11a5f581823cf2abd2fa20a02629a2944bd4d26c46 -Size (swagger-codegen-cli-3.0.47.jar) = 22343923 bytes +BLAKE2s (swagger-codegen-cli-3.0.48.jar) = 3b607947cba147cdae6ed8250a1cd475a4a84276983eb32a8acf0c00a185d270 +SHA512 (swagger-codegen-cli-3.0.48.jar) = 1b6f81587a5df60d925e7a6a05588adf0ea95f36e45a2465acf14b5fc1175fe06645825a4952c1acd7fc3219f821955c5d02b3c563afc940d0e2916a379119a0 +Size (swagger-codegen-cli-3.0.48.jar) = 22682621 bytes --_----------=_1697815455187840--