From nobody Mon Dec 08 13:02:33 2025 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4dQ2Fp6WRNz6JmTW for ; Mon, 08 Dec 2025 13:02:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4dQ2Fp5WJ9z3bcm for ; Mon, 08 Dec 2025 13:02:38 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1765198958; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=mWpB/1IBRmsER1B4fkrDZx0JrsT/U1YI4wzSL9d2mxI=; b=moHO6gxWTRsf/Lz0pEHc3LszTxhy5zzm1Ic5ORh0fDJVpvT0pD/RuEY+bl12V/Jzzlojby 93i1ZQHVYBpsdil9EBtokyscfsGpJKMEluF5tYNH0oW7+7LL8F3/P03lQGWfRCWikI/eeP nzFAc8u4Yc2Cl/+WQrpCMCXu5gUdgG80XjlJiZFAcwmA03mEQezxwp7EN1ZatdUkD4KJUY uvhZvpxB6jTesEb3E4xv/Puuv2Ubwxq6+ifvoZvEqqJZxP1ZLgNSDvOF3JrLUNmj8zoMjD AHUeflKghJZipViv4PxvzA/a1tTurXIElvxCa1IJ1d0WdJ8oxcl5o/exBucA3g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1765198958; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=mWpB/1IBRmsER1B4fkrDZx0JrsT/U1YI4wzSL9d2mxI=; b=ZJLn6qcAWKmadSxB2M8Cs1O/sayPXkBlb4dHJDD///qE0jQKQPjTWRtOiZmCNil5wM31Z4 arYpRf7gwFUd9zwTRj1aHfWDO0eWAxlkuLP8GBVJDIdNP7PhidE4R0CmNsBsaluVrqsD3V kodkIx/3oUAThluzt/FzhM6vOvG5evo4mIYgw9llGIRvxi0b/Q/0zULvdPuBoQmEjiDMWv 0KmthGmLji+TzqGWaK+hOzWDib91dmmSdMMByhTkYgM0CEAJIl7r7qk8YML4K3O2o08IZi uh2v+KTQuz1nBU7Vk4dU3U3UySO+aBNrjMvDCwrcoEK/qBlV99ff3ZuxB/XYsA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1765198958; a=rsa-sha256; cv=none; b=w+HeC0DgswDssIlx19SPzgoBw8efUNd5vuhJVutd3r6+c14Bw/8Z382scH/D1o4ry+Ijak IlL+8S1HAha0x4hV9nMayeH87aWHrlYz7nDq4K+xXf9LgQ3XeXibgEpXXlA7POTtZ2ESWW d8EuKgb74JtDCoAHFIOVCrYqnblqY1vxeXoxqMeJE6ohXRM0cfoId992N8y2EaaCTQiZgK zkQ2yBUsnvrtaTxOQ0b3YUlbjeps2xl45SfpSxhOPgx7bNxondvmkq7lQUmYqkyZeNiQfw LMZq0Tleht/wJ3I/6rwmAVaqOtWKLQ84dFO+ENwD/6kgPR5JHe5c6mtLj810YA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4dQ2Fp5456z1RKn for ; Mon, 08 Dec 2025 13:02:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 29a31 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 08 Dec 2025 13:02:33 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alexey Dokuchaev Subject: git: 7f538b048457 - main - editors/turbo: update the port to the latest GitHub snapshot List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: danfe X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7f538b048457d29c74d1a6389f51291e0ea00fa7 Auto-Submitted: auto-generated Date: Mon, 08 Dec 2025 13:02:33 +0000 Message-Id: <6936cc69.29a31.16add052@gitrepo.freebsd.org> The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=7f538b048457d29c74d1a6389f51291e0ea00fa7 commit 7f538b048457d29c74d1a6389f51291e0ea00fa7 Author: Alexey Dokuchaev AuthorDate: 2025-12-08 13:01:34 +0000 Commit: Alexey Dokuchaev CommitDate: 2025-12-08 13:01:34 +0000 editors/turbo: update the port to the latest GitHub snapshot Requested by: Peter Tkatchenko --- editors/turbo/Makefile | 4 ++-- editors/turbo/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/editors/turbo/Makefile b/editors/turbo/Makefile index 7c6c24f87696..fe3751680be0 100644 --- a/editors/turbo/Makefile +++ b/editors/turbo/Makefile @@ -1,5 +1,5 @@ PORTNAME= turbo -PORTVERSION= g20230621 +PORTVERSION= g20250826 CATEGORIES= editors MAINTAINER= danfe@FreeBSD.org @@ -14,7 +14,7 @@ USE_GITHUB= yes GH_ACCOUNT= magiblot GH_PROJECT= tvision:tv -GH_TAGNAME= 45a02f7 92177cb:tv +GH_TAGNAME= 695175f df6424f:tv GH_SUBDIR= deps/tvision:tv .include diff --git a/editors/turbo/distinfo b/editors/turbo/distinfo index 2fbf0a056195..436c88186940 100644 --- a/editors/turbo/distinfo +++ b/editors/turbo/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1687388127 -SHA256 (magiblot-turbo-g20230621-45a02f7_GH0.tar.gz) = 2ff8e4552f7170f389103366f4f7c906a74af25164df7125063bd7ffe1bb8830 -SIZE (magiblot-turbo-g20230621-45a02f7_GH0.tar.gz) = 730575 -SHA256 (magiblot-tvision-92177cb_GH0.tar.gz) = 590a36042c6cea9d005e35393305d1ca22e279a7bf42ff9c8418a8301eb46ec2 -SIZE (magiblot-tvision-92177cb_GH0.tar.gz) = 837092 +TIMESTAMP = 1756219561 +SHA256 (magiblot-turbo-g20250826-695175f_GH0.tar.gz) = b5e3814ab03e61846399f8c591a73612190a4b9925958cc5d5693261216378f1 +SIZE (magiblot-turbo-g20250826-695175f_GH0.tar.gz) = 740191 +SHA256 (magiblot-tvision-df6424f_GH0.tar.gz) = 51113b17d41d37e93b08a75adaffa911f3814a6566f1d0c11d2504ee1a38b191 +SIZE (magiblot-tvision-df6424f_GH0.tar.gz) = 845762