From d0c884358e5c2370e89bb1a42fa827fa78a59c25 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Fri, 02 Feb 2024 21:26:39 +0100
Subject: [PATCH] diffstat: update to 1.66

---
 /dev/null                                              |   21 ---------------------
 components/text/diffstat/manifests/sample-manifest.p5m |    2 +-
 components/text/diffstat/test/results-all.master       |   12 ++++++++++++
 components/text/diffstat/Makefile                      |   11 ++++++-----
 components/text/diffstat/pkg5                          |    4 +---
 5 files changed, 20 insertions(+), 30 deletions(-)

diff --git a/components/text/diffstat/Makefile b/components/text/diffstat/Makefile
index 610ab6a..7c0377f 100644
--- a/components/text/diffstat/Makefile
+++ b/components/text/diffstat/Makefile
@@ -27,20 +27,21 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		diffstat
-COMPONENT_VERSION=	1.65
-COMPONENT_FMRI=		text/diffstat
+COMPONENT_VERSION=	1.66
 COMPONENT_SUMMARY=	A utility which provides statistics based on the output of diff
-COMPONENT_CLASSIFICATION= System/Text Tools
 COMPONENT_PROJECT_URL=	https://invisible-island.net/diffstat/
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tgz
-COMPONENT_ARCHIVE_HASH=	sha256:8cf27424926debcd85921755c3915559288244bd103f62d740dc6b83b557a28a
+COMPONENT_ARCHIVE_HASH=	sha256:f54531bbe32e8e0fa461f018b41e3af516b632080172f361f05e50367ecbb69e
 COMPONENT_ARCHIVE_URL=	https://invisible-mirror.net/archives/diffstat/$(COMPONENT_ARCHIVE)
+COMPONENT_FMRI=		text/diffstat
+COMPONENT_CLASSIFICATION= System/Text Tools
 COMPONENT_LICENSE=	MIT
+COMPONENT_LICENSE_FILE=	COPYING
 
 include $(WS_MAKE_RULES)/common.mk
 
-PATH=$(PATH.gnu)
+PATH= $(PATH.gnu)
 
 CFLAGS += $(CPP_LARGEFILES)
 CPPFLAGS += $(CPP_LARGEFILES)
diff --git a/components/text/diffstat/diffstat.license b/components/text/diffstat/diffstat.license
deleted file mode 100644
index 0581413..0000000
--- a/components/text/diffstat/diffstat.license
+++ /dev/null
@@ -1,21 +0,0 @@
-*****************************************************************************
- Copyright 1994-2008,2009 by Thomas E. Dickey                               *
- All Rights Reserved.                                                       *
-                                                                            *
- Permission to use, copy, modify, and distribute this software and its      *
- documentation for any purpose and without fee is hereby granted, provided  *
- that the above copyright notice appear in all copies and that both that    *
- copyright notice and this permission notice appear in supporting           *
- documentation, and that the name of the above listed copyright holder(s)   *
- not be used in advertising or publicity pertaining to distribution of the  *
- software without specific, written prior permission.                       *
-                                                                            *
- THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD   *
- TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND  *
- FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE  *
- FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES          *
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN      *
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR *
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.                *
- *****************************************************************************
-
diff --git a/components/text/diffstat/manifests/sample-manifest.p5m b/components/text/diffstat/manifests/sample-manifest.p5m
index 53082f7..c289e4a 100644
--- a/components/text/diffstat/manifests/sample-manifest.p5m
+++ b/components/text/diffstat/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
 #
 
 #
-# Copyright 2022 <contributor>
+# Copyright 2024 <contributor>
 #
 
 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
diff --git a/components/text/diffstat/pkg5 b/components/text/diffstat/pkg5
index 5610455..d53bd97 100644
--- a/components/text/diffstat/pkg5
+++ b/components/text/diffstat/pkg5
@@ -1,11 +1,9 @@
 {
     "dependencies": [
-        "SUNWcs",
-        "shell/ksh93",
         "system/library"
     ],
     "fmris": [
         "text/diffstat"
     ],
     "name": "diffstat"
-}
\ No newline at end of file
+}
diff --git a/components/text/diffstat/test/results-all.master b/components/text/diffstat/test/results-all.master
index d66e415..e8323c8 100644
--- a/components/text/diffstat/test/results-all.master
+++ b/components/text/diffstat/test/results-all.master
@@ -574,3 +574,15 @@
 ** ok: case46b
 ** ok: case46R
 ** ok: case46Rp0
+testing case47
+** ok: case47
+** ok: case47p1
+** ok: case47p9
+** ok: case47f0
+** ok: case47u
+** ok: case47k
+** ok: case47r1
+** ok: case47r2
+** ok: case47b
+** ok: case47R
+** ok: case47Rp0

--
Gitblit v1.9.3