pkgsrc-WIP-changes archive

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

lpjs: Update to 0.0.1.37



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Mon May 6 11:48:54 2024 -0500
Changeset:	16b4e9888169de6b6d4144a9bad00aad6bfb0d75

Modified Files:
	lpjs/Makefile
	lpjs/distinfo

Log Message:
lpjs: Update to 0.0.1.37

job_t: Add Boolean dispatched flag

Jobs that are dispatched, but for which chaperone has not yet checked
in and sent node and PIDs, are still in the pending job list.  Tagging
them as dispatched allows the job selector to avoid redispatching them.

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

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

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

diffs:
diff --git a/lpjs/Makefile b/lpjs/Makefile
index a87b94a04f..e1480a78d1 100644
--- a/lpjs/Makefile
+++ b/lpjs/Makefile
@@ -5,11 +5,11 @@
 #              Tue Sep 28 11:27:06 CDT 2021               #
 ###########################################################
 
-DISTNAME=	lpjs-0.0.1.35
+DISTNAME=	lpjs-0.0.1.37
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
 GITHUB_PROJECT=	LPJS
-GITHUB_TAG=	6b521f1376316e0db201e16eebb56f4b114e0bc3
+GITHUB_TAG=	28a29284455359b4897c32e34decb94f2c6b3cf2
 
 OWNER=		bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/LPJS/
diff --git a/lpjs/distinfo b/lpjs/distinfo
index c119bb5c5b..f9046afd7e 100644
--- a/lpjs/distinfo
+++ b/lpjs/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (lpjs-0.0.1.35-6b521f1376316e0db201e16eebb56f4b114e0bc3.tar.gz) = d158be231604b6385936d41551463d20e26ce09a8a269144956cbda6beec301a
-SHA512 (lpjs-0.0.1.35-6b521f1376316e0db201e16eebb56f4b114e0bc3.tar.gz) = 5b27f75452eccba332ad1a65dc2a6c4db9631aa65f6eb520a65cd8d5f4e21e492698fd03a2bfa198f9e3dd0a1d51e8dc8be2ac0a942e10c20fe87943d0c4f426
-Size (lpjs-0.0.1.35-6b521f1376316e0db201e16eebb56f4b114e0bc3.tar.gz) = 214095 bytes
+BLAKE2s (lpjs-0.0.1.37-28a29284455359b4897c32e34decb94f2c6b3cf2.tar.gz) = 72d0433d701334e71a7e9d6fa3ea54c7a3eb90a6d7035dadb9c580f4cb8f2a3e
+SHA512 (lpjs-0.0.1.37-28a29284455359b4897c32e34decb94f2c6b3cf2.tar.gz) = ec4116e8fb19f4875121dffe140c762863e50d1546cf21dd8617a8909f32139f1609ed55be845c6428744a4f2dd7d158e7f11b38a57844ce30badc88c5a9528f
+Size (lpjs-0.0.1.37-28a29284455359b4897c32e34decb94f2c6b3cf2.tar.gz) = 214416 bytes


Home | Main Index | Thread Index | Old Index