diff options
Diffstat (limited to 'devel/jujutsu/Makefile')
-rw-r--r-- | devel/jujutsu/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/jujutsu/Makefile b/devel/jujutsu/Makefile index 350d90cd9deb..7ac0be91cc75 100644 --- a/devel/jujutsu/Makefile +++ b/devel/jujutsu/Makefile @@ -1,6 +1,6 @@ PORTNAME= jujutsu DISTVERSIONPREFIX= v -DISTVERSION= 0.29.0 +DISTVERSION= 0.31.0 CATEGORIES= devel MAINTAINER= se@FreeBSD.org @@ -10,8 +10,6 @@ WWW= https://jj-vcs.github.io/jj/latest/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libssh2.so:security/libssh2 - USES= cargo localbase shebangfix ssl USE_GITHUB= yes GH_ACCOUNT= jj-vcs |