Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Oct 2025 03:07:09 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 80088c8b8de1 - main - devel/liteide: Fix distinfo issue
Message-ID:  <202510060307.596379mR041824@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=80088c8b8de17e5ac0e5fb5608cf18fb5130738e

commit 80088c8b8de17e5ac0e5fb5608cf18fb5130738e
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2025-10-06 03:04:08 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-10-06 03:04:08 +0000

    devel/liteide: Fix distinfo issue
    
    errgroup.tar.gz hosted at go.googlesource.com cannot be trusted to give
    the same file. Use LOCAL/vvd for this file.
    
    PR:     290015
    MFH:    2025Q4
---
 devel/liteide/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/devel/liteide/Makefile b/devel/liteide/Makefile
index 9844235cd912..b141f00c97dc 100644
--- a/devel/liteide/Makefile
+++ b/devel/liteide/Makefile
@@ -2,7 +2,11 @@ PORTNAME=	liteide
 DISTVERSIONPREFIX=	x
 DISTVERSION=	38.4
 CATEGORIES=	devel editors
+.ifmake makesum
 MASTER_SITES=	https://go.googlesource.com/sync/+archive/refs/tags/:errgroup
+.else
+MASTER_SITES=	LOCAL/vvd:errgroup
+.endif
 DISTFILES=	v0.17.0/errgroup.tar.gz:errgroup
 
 MAINTAINER=	ports@FreeBSD.org


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510060307.596379mR041824>