Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Jan 2026 02:13:49 +0000
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Christopher Hall <hsw@bitmark.com>
Subject:   git: f40fd488c22a - main - lang/jpm: Add runtime dependencies
Message-ID:  <69587b5d.43863.720605e7@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f40fd488c22a567373f98b01f280f510ef167f00

commit f40fd488c22a567373f98b01f280f510ef167f00
Author:     Christopher Hall <hsw@bitmark.com>
AuthorDate: 2026-01-03 02:12:11 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2026-01-03 02:12:11 +0000

    lang/jpm: Add runtime dependencies
    
    - Change maintainer email address
    - Add janet as runtime dependency since jpm is just a script that uses
      janet executable.
    - Add git since "jmp deps" requires it
    
    Reviewed by:    David Marker <dave@freedave.net>
    Differential Revision:  https://reviews.freebsd.org/D54185
---
 lang/jpm/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lang/jpm/Makefile b/lang/jpm/Makefile
index 9153faea5fe4..712f43cb795f 100644
--- a/lang/jpm/Makefile
+++ b/lang/jpm/Makefile
@@ -1,9 +1,10 @@
 PORTNAME=	jpm
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.1.0
+PORTREVISION=	1
 CATEGORIES=	lang
 
-MAINTAINER=	hsw@bitmark.com
+MAINTAINER=	bsd.hsw@gmail.com
 COMMENT=	Janet Project Manager tool
 WWW=		https://github.com/janet-lang/jpm
 
@@ -11,6 +12,8 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	janet>=1.17.2:lang/janet
+RUN_DEPENDS=	janet>=1.17.2:lang/janet \
+		git:devel/git
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	janet-lang


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69587b5d.43863.720605e7>