mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
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
This commit is contained in:
parent
972708f1d3
commit
fce50487b4
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
PORTNAME= jujutsu
|
PORTNAME= jujutsu
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 0.28.2
|
DISTVERSION= 0.28.2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
|
|
||||||
MAINTAINER= se@FreeBSD.org
|
MAINTAINER= se@FreeBSD.org
|
||||||
|
@ -14,7 +15,7 @@ LIB_DEPENDS= libssh2.so:security/libssh2
|
||||||
|
|
||||||
USES= cargo localbase ssl
|
USES= cargo localbase ssl
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= martinvonz
|
GH_ACCOUNT= jj-vcs
|
||||||
GH_PROJECT= jj
|
GH_PROJECT= jj
|
||||||
|
|
||||||
PLIST_FILES= bin/jj
|
PLIST_FILES= bin/jj
|
||||||
|
|
Loading…
Add table
Reference in a new issue