From fce50487b47bddbf59af8add8ea72b19dc74723e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Sat, 26 Apr 2025 20:21:35 +0200 Subject: [PATCH] devel/jujutsu: Fix fetch I had fixed the Makefile recreated the distfile on 2025-04-09, but have apperantently forgotten to include the Makefile in the commit. Thanks for pointing out this omission. PR: 285985 Reported by: michal@hanu.la --- devel/jujutsu/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/jujutsu/Makefile b/devel/jujutsu/Makefile index b1958b22e728..21373edc7305 100644 --- a/devel/jujutsu/Makefile +++ b/devel/jujutsu/Makefile @@ -1,6 +1,7 @@ PORTNAME= jujutsu DISTVERSIONPREFIX= v DISTVERSION= 0.28.2 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= se@FreeBSD.org @@ -14,7 +15,7 @@ LIB_DEPENDS= libssh2.so:security/libssh2 USES= cargo localbase ssl USE_GITHUB= yes -GH_ACCOUNT= martinvonz +GH_ACCOUNT= jj-vcs GH_PROJECT= jj PLIST_FILES= bin/jj