pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lpjs: Update to 0.0.0.380



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Mar 22 19:29:27 2024 -0500
Changeset:	7e61b5cefce14c9f94990eae2e6d2d70b4fed5f5

Modified Files:
	lpjs/Makefile
	lpjs/PLIST
	lpjs/distinfo

Log Message:
lpjs: Update to 0.0.0.380

lpjs restart: Split into separate start and stop scripts
lpjs ad-hoc: New user menu for manually running daemons

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7e61b5cefce14c9f94990eae2e6d2d70b4fed5f5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lpjs/Makefile | 4 ++--
 lpjs/PLIST    | 3 +++
 lpjs/distinfo | 6 +++---
 3 files changed, 8 insertions(+), 5 deletions(-)

diffs:
diff --git a/lpjs/Makefile b/lpjs/Makefile
index b6fef54655..42c78e947d 100644
--- a/lpjs/Makefile
+++ b/lpjs/Makefile
@@ -5,11 +5,11 @@
 #              Tue Sep 28 11:27:06 CDT 2021               #
 ###########################################################
 
-DISTNAME=	lpjs-0.0.0.379
+DISTNAME=	lpjs-0.0.0.380
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
 GITHUB_PROJECT=	LPJS
-GITHUB_TAG=	8e89a353ac2278a9cf246bf3ebc3ca0cac1f22ae
+GITHUB_TAG=	f1e6c3345ec0b83b111eba0d4670cbb38c552df4
 
 OWNER=		bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/LPJS/
diff --git a/lpjs/PLIST b/lpjs/PLIST
index f743d240b5..fc16fa370f 100644
--- a/lpjs/PLIST
+++ b/lpjs/PLIST
@@ -1,6 +1,7 @@
 @comment $NetBSD$
 bin/lpjs
 lib/liblpjs.a
+libexec/lpjs/ad-hoc
 libexec/lpjs/admin
 libexec/lpjs/banner
 libexec/lpjs/chaperone
@@ -12,6 +13,8 @@ libexec/lpjs/nodes
 libexec/lpjs/reset-queue
 libexec/lpjs/restart
 libexec/lpjs/sim
+libexec/lpjs/start
+libexec/lpjs/stop
 libexec/lpjs/submit
 man/man1/lpjs-nodes.1
 sbin/lpjs_compd
diff --git a/lpjs/distinfo b/lpjs/distinfo
index aa3fe2ae45..94ef539847 100644
--- a/lpjs/distinfo
+++ b/lpjs/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (lpjs-0.0.0.379-8e89a353ac2278a9cf246bf3ebc3ca0cac1f22ae.tar.gz) = ccac58b11a12b1c9b5d9ced2bf05853ddc0b114b5da8dd1fbe7470d0fc3c2212
-SHA512 (lpjs-0.0.0.379-8e89a353ac2278a9cf246bf3ebc3ca0cac1f22ae.tar.gz) = 27934aa134be5c4f6a4f2b7837af7a91c2f579154b3a9fa12358151dcb87bf67f602dc865086fb17c70c173760a38406c141c1ad89626e72a7b0fec59ee25446
-Size (lpjs-0.0.0.379-8e89a353ac2278a9cf246bf3ebc3ca0cac1f22ae.tar.gz) = 175925 bytes
+BLAKE2s (lpjs-0.0.0.380-f1e6c3345ec0b83b111eba0d4670cbb38c552df4.tar.gz) = 84d5f8fa00279155f7b16cfb6cb77737f02822100efe03381e0c79172b076e2f
+SHA512 (lpjs-0.0.0.380-f1e6c3345ec0b83b111eba0d4670cbb38c552df4.tar.gz) = b759b97b9bd91f45245c96e506e4014bfee8b8e7ba5c529270c368d0bcb3b01bc1129413b65f3a68144519f9e584ecf91ae4b5e3af392db98a21477087faea4f
+Size (lpjs-0.0.0.380-f1e6c3345ec0b83b111eba0d4670cbb38c552df4.tar.gz) = 176484 bytes


Home | Main Index | Thread Index | Old Index