pkgsrc-WIP-changes archive

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

ups-nut: Update to 20230117



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Tue Jan 17 09:24:29 2023 -0500
Changeset:	dd983d20e960e706fecd1ad39fa5a6ffd6284c1f

Modified Files:
	ups-nut/PLIST
	ups-nut/distinfo
	ups-nut/patches/patch-aa

Log Message:
ups-nut: Update to 20230117

(This is recent master with a test fix for bestfortress.)

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

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

diffstat:
 ups-nut/PLIST            | 3 +++
 ups-nut/distinfo         | 8 ++++----
 ups-nut/patches/patch-aa | 6 +++---
 3 files changed, 10 insertions(+), 7 deletions(-)

diffs:
diff --git a/ups-nut/PLIST b/ups-nut/PLIST
index acf845d853..cbeecd8a37 100644
--- a/ups-nut/PLIST
+++ b/ups-nut/PLIST
@@ -106,8 +106,11 @@ man/man3/nutscan.3
 man/man3/nutscan_add_device_to_device.3
 man/man3/nutscan_add_option_to_device.3
 man/man3/nutscan_cidr_to_ip.3
+man/man3/nutscan_display_sanity_check.3
+man/man3/nutscan_display_sanity_check_serial.3
 man/man3/nutscan_display_parsable.3
 man/man3/nutscan_display_ups_conf.3
+man/man3/nutscan_display_ups_conf_with_sanity_check.3
 man/man3/nutscan_free_device.3
 man/man3/nutscan_get_serial_ports_list.3
 man/man3/nutscan_init.3
diff --git a/ups-nut/distinfo b/ups-nut/distinfo
index 67cec607cd..1d9db98ebe 100644
--- a/ups-nut/distinfo
+++ b/ups-nut/distinfo
@@ -1,9 +1,9 @@
 $NetBSD: distinfo,v 1.40 2022/11/26 14:45:47 gdt Exp $
 
-BLAKE2s (nut-2.8.0.1.20230115.0.tar.gz) = 7050a2a277a228a744fc6cfe4c4bceb455d167cc9e5f375158574dccb5bc0c81
-SHA512 (nut-2.8.0.1.20230115.0.tar.gz) = c1c538fa9886de308f2ceca675eeba3d34c8ff045d748bb77af8abde28a9323e20d0abd9be939f5615bece24c92b94a8faf7b821463c59737014e0597fe2c451
-Size (nut-2.8.0.1.20230115.0.tar.gz) = 3707098 bytes
-SHA1 (patch-aa) = a471517e5e05f92b1eb904b227dbf1b0decec848
+BLAKE2s (nut-2.8.0.1.20230115.0.tar.gz) = 05d279361c6bfdc666e45061ac3297618d563f9b711646781791b722c7a0842d
+SHA512 (nut-2.8.0.1.20230115.0.tar.gz) = 6a7235cca7402ef21d3212b6a80c70c0d209d6e4d1d6e5953aec21e682c2a55dc213edd55afcb95d8fe1451fd13230e316e90e03926dc448ad665c0c64298791
+Size (nut-2.8.0.1.20230115.0.tar.gz) = 3719022 bytes
+SHA1 (patch-aa) = b40db0b8488f5f275c29c368001cc7003a2303b7
 SHA1 (patch-clients_upsclient.c) = 50633e97a747b61dfed155b96414992040e6386f
 SHA1 (patch-drivers_libhid.c) = 8b4f773d9b32e4c43f7045a4a83854382b08cb5b
 SHA1 (patch-drivers_libusb0.c) = 71719f12cd8a8efd93d07b6b2d50d8334df7daab
diff --git a/ups-nut/patches/patch-aa b/ups-nut/patches/patch-aa
index 9b275e782a..2c3aea3016 100644
--- a/ups-nut/patches/patch-aa
+++ b/ups-nut/patches/patch-aa
@@ -2,12 +2,12 @@ $NetBSD: patch-aa,v 1.13 2022/04/26 23:28:25 gdt Exp $
 
 Default conf files go to example dir.
 
---- conf/Makefile.in.orig	2022-04-01 00:42:19.000000000 +0000
+--- conf/Makefile.in.orig	2023-01-17 13:58:54.000000000 +0000
 +++ conf/Makefile.in
-@@ -207,7 +207,7 @@ BINDIR = @BINDIR@
- CC = @CC@
+@@ -211,7 +211,7 @@ CC = @CC@
  CCDEPMODE = @CCDEPMODE@
  CFLAGS = @CFLAGS@
+ CONFIG_FLAGS = @CONFIG_FLAGS@
 -CONFPATH = @CONFPATH@
 +CONFPATH = $(DESTDIR)@prefix@/share/examples/nut
  CPP = @CPP@


Home | Main Index | Thread Index | Old Index