pkgsrc-WIP-changes archive

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

lpjs: Update to 0.0.0.261



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Mon Feb 5 07:56:11 2024 -0600
Changeset:	b004c64a41883b33d60e1dbbe5200d872ba168e9

Modified Files:
	lpjs/Makefile
	lpjs/distinfo

Log Message:
lpjs: Update to 0.0.0.261

lpjs_recv_msg(): Implement timeout using select() so daemons don't
hang waiting for specific compute nodes to reply

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

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 62af3c52ca..0f57359c13 100644
--- a/lpjs/Makefile
+++ b/lpjs/Makefile
@@ -5,11 +5,11 @@
 #              Tue Sep 28 11:27:06 CDT 2021               #
 ###########################################################
 
-DISTNAME=	lpjs-0.0.0.259
+DISTNAME=	lpjs-0.0.0.261
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
 GITHUB_PROJECT=	LPJS
-GITHUB_TAG=	122b22dcce82241494637bef2a4825439d9186b8
+GITHUB_TAG=	50f44e0ab21feee020af97263ef9b7cbc73394cd
 
 OWNER=		bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/LPJS/
diff --git a/lpjs/distinfo b/lpjs/distinfo
index 0ddeaca968..79a7c624ea 100644
--- a/lpjs/distinfo
+++ b/lpjs/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (lpjs-0.0.0.259-122b22dcce82241494637bef2a4825439d9186b8.tar.gz) = 9e32036125829f360513bb8fe7854ad9c88247505e70c9499846bd6187a27c26
-SHA512 (lpjs-0.0.0.259-122b22dcce82241494637bef2a4825439d9186b8.tar.gz) = b26028bf0abaec0d8682bf0ee36c3cc6b0a3260208e6165a6a4211b58e4661e3a70cd2bc78e049373fd05b4d04d9320ecf52cac03d846fab8391934ba708e564
-Size (lpjs-0.0.0.259-122b22dcce82241494637bef2a4825439d9186b8.tar.gz) = 89917 bytes
+BLAKE2s (lpjs-0.0.0.261-50f44e0ab21feee020af97263ef9b7cbc73394cd.tar.gz) = 5b1b5850da1aa337563c9f7f663563ef88550e011e4eb799136174dfb771a02a
+SHA512 (lpjs-0.0.0.261-50f44e0ab21feee020af97263ef9b7cbc73394cd.tar.gz) = 79df9a7434aa31f539a1bcca703c84bbb0f61e9ae2f6f0f395fcc15bdef469261c1aa98f6b162845f49967df239c1b09eb4037153669aa09674fcbd9df6b32dc
+Size (lpjs-0.0.0.261-50f44e0ab21feee020af97263ef9b7cbc73394cd.tar.gz) = 90218 bytes


Home | Main Index | Thread Index | Old Index