pkgsrc-WIP-changes archive

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

lpjs: Update to 0.0.0.269



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Tue Feb 6 09:29:37 2024 -0600
Changeset:	7b3bb5904a0fdacdb0324f71c6163fe9f92f8d3c

Modified Files:
	lpjs/Makefile
	lpjs/distinfo

Log Message:
lpjs: Update to 0.0.0.269

Makefile: Remove -s from install commands.
Let package manager control stipping of binaries.

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

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, 8 insertions(+), 5 deletions(-)

diffs:
diff --git a/lpjs/Makefile b/lpjs/Makefile
index 72dbf99b54..45dcf6b016 100644
--- a/lpjs/Makefile
+++ b/lpjs/Makefile
@@ -5,11 +5,11 @@
 #              Tue Sep 28 11:27:06 CDT 2021               #
 ###########################################################
 
-DISTNAME=	lpjs-0.0.0.265
+DISTNAME=	lpjs-0.0.0.269
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
 GITHUB_PROJECT=	LPJS
-GITHUB_TAG=	b24fc4bfd5128712ab6e53ced28e5162cf249834
+GITHUB_TAG=	b2f582e4973314b6fbf49e041eaedfb23b1fbdc9
 
 OWNER=		bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/LPJS/
@@ -18,6 +18,9 @@ LICENSE=	2-clause-bsd
 
 DEPENDS=	auto-admin>0:../../wip/auto-admin
 
+# Force install with full debug info until release
+CFLAGS+=	-g
+MAKE_FLAGS+=	INSTALL_UNSTRIPPED=yes
 LDFLAGS.SunOS=	-lresolv -lsocket -lnsl
 
 EGDIR=		${PREFIX}/share/examples/lpjs
diff --git a/lpjs/distinfo b/lpjs/distinfo
index 426a636c10..769a3f6c8f 100644
--- a/lpjs/distinfo
+++ b/lpjs/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (lpjs-0.0.0.265-b24fc4bfd5128712ab6e53ced28e5162cf249834.tar.gz) = d22d6e993fe8f8f67c8546380c8fbafde681858106c9e63f30e38fe1d9081e59
-SHA512 (lpjs-0.0.0.265-b24fc4bfd5128712ab6e53ced28e5162cf249834.tar.gz) = f0e3ffa9797ae623de7a3d5c788d6f8c892fb5918cadc69a924ff9cef7924068286274685e6d4442680001e2b5db390d069e144170b2e34870dc74e45c38e5a1
-Size (lpjs-0.0.0.265-b24fc4bfd5128712ab6e53ced28e5162cf249834.tar.gz) = 90589 bytes
+BLAKE2s (lpjs-0.0.0.269-b2f582e4973314b6fbf49e041eaedfb23b1fbdc9.tar.gz) = df88e7e0688201d488170af78a756a3993208db59d8469cef44a15f5313379b3
+SHA512 (lpjs-0.0.0.269-b2f582e4973314b6fbf49e041eaedfb23b1fbdc9.tar.gz) = 839a6e00e58a7b4a60665a02e9fb2edd37071602906a27c4ea8b8f2e442d423f6ec0910626483de03cd4feee46e1aa0e066ea6c4a193f2b01f915c2a1b80ed42
+Size (lpjs-0.0.0.269-b2f582e4973314b6fbf49e041eaedfb23b1fbdc9.tar.gz) = 90608 bytes


Home | Main Index | Thread Index | Old Index