pkgsrc-WIP-changes archive

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

lpjs: Update to 0.0.2.4



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu May 9 10:18:00 2024 -0500
Changeset:	3d38fbb706665990c5300e811655712201a7e931

Modified Files:
	lpjs/Makefile
	lpjs/distinfo

Log Message:
lpjs: Update to 0.0.2.4

lpjs jobs: Show compute node rather than submit node

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

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

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

diffs:
diff --git a/lpjs/Makefile b/lpjs/Makefile
index d39ffa22d7..055713a52e 100644
--- a/lpjs/Makefile
+++ b/lpjs/Makefile
@@ -5,10 +5,11 @@
 #              Tue Sep 28 11:27:06 CDT 2021               #
 ###########################################################
 
-DISTNAME=	lpjs-0.0.2
+DISTNAME=	lpjs-0.0.2.4
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
 GITHUB_PROJECT=	LPJS
+GITHUB_TAG=	b525e930a25a140f8d0660dfd4f7d71456196925
 
 OWNER=		bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/LPJS/
@@ -19,8 +20,8 @@ TOOL_DEPENDS=	realpath>0:../../wip/realpath
 DEPENDS=	auto-admin>=0.8.0.31:../../wip/auto-admin \
 		runas>0:../../sysutils/runas
 
-# FIXME: Why is this necessary?
-WRKSRC=		${WRKDIR}/LPJS-${PKGVERSION_NOREV}
+# FIXME: WRKSRC is handled differently for releases and tags
+# WRKSRC=		${WRKDIR}/LPJS-${PKGVERSION_NOREV}
 # Force install with full debug info until release
 CFLAGS+=	-g
 MAKE_FLAGS+=	INSTALL_UNSTRIPPED=yes
diff --git a/lpjs/distinfo b/lpjs/distinfo
index 8de42a4161..60e6031698 100644
--- a/lpjs/distinfo
+++ b/lpjs/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (lpjs-0.0.2.tar.gz) = 7920daab4fed9621324e72a9973097c03a1b422c08b60746d537dc16853766e7
-SHA512 (lpjs-0.0.2.tar.gz) = de96a84f2e25dd68bac50996135a321f80e52270be7207ad811669017309dac0bbf8193d6c1a85906211e9dc3665a768c7d2099319e75735edb8453390eb4d4b
-Size (lpjs-0.0.2.tar.gz) = 216086 bytes
+BLAKE2s (lpjs-0.0.2.4-b525e930a25a140f8d0660dfd4f7d71456196925.tar.gz) = b3e8930c2c0f6e750541df30f039575b355cd94594ef8ea4b63e6a5d869f3908
+SHA512 (lpjs-0.0.2.4-b525e930a25a140f8d0660dfd4f7d71456196925.tar.gz) = a685ecc20c399ad96da2b8fa0f867d7d9f83a9725624b70ecf4fd176129490ac99da1ee78f1af63705ea3937d3ddf4973d57e391523892c05b5175b030c89836
+Size (lpjs-0.0.2.4-b525e930a25a140f8d0660dfd4f7d71456196925.tar.gz) = 216213 bytes


Home | Main Index | Thread Index | Old Index