Skip to content

Commit

Permalink
devel/jujutsu: update to version 0.15.1
Browse files Browse the repository at this point in the history
For the list of changes and new features see:

https://github.com/martinvonz/jj/releases/tag/v0.15.0

There is no functional change between 0.15.0 and 0.15.1.
  • Loading branch information
stesser committed Mar 9, 2024
1 parent 9f533ab commit b25e46f
Show file tree
Hide file tree
Showing 4 changed files with 380 additions and 358 deletions.
8 changes: 5 additions & 3 deletions devel/jujutsu/Makefile
@@ -1,7 +1,6 @@
PORTNAME= jujutsu
DISTVERSIONPREFIX= v
DISTVERSION= 0.14.0
PORTREVISION= 1
DISTVERSION= 0.15.1
CATEGORIES= devel

MAINTAINER= se@FreeBSD.org
Expand All @@ -11,13 +10,16 @@ WWW= https://github.com/martinvonz/jj/README.md
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

LIB_DEPENDS= libzstd.so:archivers/zstd
LIB_DEPENDS= libssh2.so:security/libssh2 \
libzstd.so:archivers/zstd

USES= cargo localbase ssl
USE_GITHUB= yes
GH_ACCOUNT= martinvonz
GH_PROJECT= jj

PLIST_FILES= bin/jj

do-install:
${INSTALL_PROGRAM} ${WRKDIR}/target/*-unknown-freebsd/release/jj \
${STAGEDIR}${PREFIX}/bin/
Expand Down

0 comments on commit b25e46f

Please sign in to comment.