summaryrefslogtreecommitdiff
path: root/devel/jujutsu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/jujutsu/Makefile')
-rw-r--r--devel/jujutsu/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/devel/jujutsu/Makefile b/devel/jujutsu/Makefile
index 21373edc7305..350d90cd9deb 100644
--- a/devel/jujutsu/Makefile
+++ b/devel/jujutsu/Makefile
@@ -1,7 +1,6 @@
PORTNAME= jujutsu
DISTVERSIONPREFIX= v
-DISTVERSION= 0.28.2
-PORTREVISION= 1
+DISTVERSION= 0.29.0
CATEGORIES= devel
MAINTAINER= se@FreeBSD.org
@@ -13,15 +12,19 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libssh2.so:security/libssh2
-USES= cargo localbase ssl
+USES= cargo localbase shebangfix ssl
USE_GITHUB= yes
GH_ACCOUNT= jj-vcs
GH_PROJECT= jj
-PLIST_FILES= bin/jj
+SHEBANG_FILES= demos/*.sh
+
+OPTIONS_DEFINE= DOCS EXAMPLES
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/target/release/jj \
${STAGEDIR}${PREFIX}/bin/
+ cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
+ cd ${WRKSRC}/demos && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>