pkgsrc-WIP-changes archive

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

lpjs: Update to 0.0.0.134



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Sun May 28 09:01:18 2023 -0500
Changeset:	2240ec298242e670410be6c51658ba971517a031

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

Log Message:
lpjs: Update to 0.0.0.134

Convert user binaries into subcommands, e.g. lpjs-nodes -> lpjs nodes

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

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    | 15 ++++++++-------
 lpjs/distinfo |  6 +++---
 3 files changed, 13 insertions(+), 12 deletions(-)

diffs:
diff --git a/lpjs/Makefile b/lpjs/Makefile
index 995277ae5a..70c777a1e9 100644
--- a/lpjs/Makefile
+++ b/lpjs/Makefile
@@ -5,11 +5,11 @@
 #              Tue Sep 28 11:27:06 CDT 2021               #
 ###########################################################
 
-DISTNAME=	lpjs-0.0.0.133
+DISTNAME=	lpjs-0.0.0.134
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
 GITHUB_PROJECT=	LPJS
-GITHUB_TAG=	192458d6942920d86176b15f6eef85fd9279a4d4
+GITHUB_TAG=	551b26ab2f152b6eae8c030062f2a93295f81172
 
 OWNER=		bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/LPJS/
diff --git a/lpjs/PLIST b/lpjs/PLIST
index d2804ec12c..01ac35bdab 100644
--- a/lpjs/PLIST
+++ b/lpjs/PLIST
@@ -1,15 +1,16 @@
 @comment $NetBSD$
-bin/lpjs-create-script
-bin/lpjs-jobs
-bin/lpjs-menu
-bin/lpjs-nodes
-bin/lpjs-sim
-bin/lpjs-submit
+bin/lpjs
 lib/liblpjs.a
+libexec/lpjs/jobs
+libexec/lpjs/lpjs-create-script
+libexec/lpjs/menu
+libexec/lpjs/nodes
+libexec/lpjs/sim
+libexec/lpjs/submit
 man/man1/lpjs-nodes.1
+sbin/lpjs-admin
 sbin/lpjs-banner
 sbin/lpjs-chaperone
-sbin/lpjs-config
 sbin/lpjs_compd
 sbin/lpjs_dispatchd
 share/examples/lpjs/config.sample
diff --git a/lpjs/distinfo b/lpjs/distinfo
index d163c6ae81..13188672ea 100644
--- a/lpjs/distinfo
+++ b/lpjs/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (lpjs-0.0.0.133-192458d6942920d86176b15f6eef85fd9279a4d4.tar.gz) = 0a02da3ecf727cfca3ce7b61def0e9e8d13ab1da2d31457a9842269171b07ef6
-SHA512 (lpjs-0.0.0.133-192458d6942920d86176b15f6eef85fd9279a4d4.tar.gz) = 658042a104dd5bdc2d3a7c52f9f7648dd7238b3bb1843d2f4207ccc262307466bc52d287866381097b1878908fc0f0d5b1028205ee91d35d0d214196ef88ddbb
-Size (lpjs-0.0.0.133-192458d6942920d86176b15f6eef85fd9279a4d4.tar.gz) = 27730 bytes
+BLAKE2s (lpjs-0.0.0.134-551b26ab2f152b6eae8c030062f2a93295f81172.tar.gz) = 40977d83c83ff38590077b731896750af7f0eee0281b97a01d71d1d54afb05c2
+SHA512 (lpjs-0.0.0.134-551b26ab2f152b6eae8c030062f2a93295f81172.tar.gz) = 520aa1a79fa423ae837db681f67203375b0c33b5e8be17d41562b0732b1d287422f1b2a63e52ad37b760912457bfc19d5db84443f9aff99ef876e6010e770074
+Size (lpjs-0.0.0.134-551b26ab2f152b6eae8c030062f2a93295f81172.tar.gz) = 29185 bytes


Home | Main Index | Thread Index | Old Index