From 9a4c82f815409aa12d6a38c3a68e59f2f1944c2d Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Sat, 22 Oct 2022 15:51:33 +0200
Subject: [PATCH] diffstat: update to 1.65

---
 components/text/diffstat/diffstat.p5m                  |    1 
 components/text/diffstat/manifests/sample-manifest.p5m |    3 +
 components/text/diffstat/test/results-all.master       |   60 ++++++++++++++++++++++++++++++
 components/text/diffstat/Makefile                      |    8 ++--
 4 files changed, 67 insertions(+), 5 deletions(-)

diff --git a/components/text/diffstat/Makefile b/components/text/diffstat/Makefile
index 2feb6b4..610ab6a 100644
--- a/components/text/diffstat/Makefile
+++ b/components/text/diffstat/Makefile
@@ -22,19 +22,19 @@
 # Copyright (c) 2020, Michal Nowak
 #
 
-BUILD_BITS=		64
-
+BUILD_BITS= 64
+USE_COMMON_TEST_MASTER= yes
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		diffstat
-COMPONENT_VERSION=	1.64
+COMPONENT_VERSION=	1.65
 COMPONENT_FMRI=		text/diffstat
 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:b8aee38d9d2e1d05926e6b55810a9d2c2dd407f24d6a267387563a4436e3f7fc
+COMPONENT_ARCHIVE_HASH=	sha256:8cf27424926debcd85921755c3915559288244bd103f62d740dc6b83b557a28a
 COMPONENT_ARCHIVE_URL=	https://invisible-mirror.net/archives/diffstat/$(COMPONENT_ARCHIVE)
 COMPONENT_LICENSE=	MIT
 
diff --git a/components/text/diffstat/diffstat.p5m b/components/text/diffstat/diffstat.p5m
index c49955b..e8b75c2 100644
--- a/components/text/diffstat/diffstat.p5m
+++ b/components/text/diffstat/diffstat.p5m
@@ -15,6 +15,7 @@
 
 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
+set name=pkg.human-version value=$(HUMAN_VERSION)
 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
diff --git a/components/text/diffstat/manifests/sample-manifest.p5m b/components/text/diffstat/manifests/sample-manifest.p5m
index 26ef8a1..53082f7 100644
--- a/components/text/diffstat/manifests/sample-manifest.p5m
+++ b/components/text/diffstat/manifests/sample-manifest.p5m
@@ -10,10 +10,11 @@
 #
 
 #
-# Copyright 2017 <contributor>
+# Copyright 2022 <contributor>
 #
 
 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.human-version value=$(HUMAN_VERSION)
 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
diff --git a/components/text/diffstat/test/results-64.master b/components/text/diffstat/test/results-all.master
similarity index 89%
rename from components/text/diffstat/test/results-64.master
rename to components/text/diffstat/test/results-all.master
index 7ac0a82..d66e415 100644
--- a/components/text/diffstat/test/results-64.master
+++ b/components/text/diffstat/test/results-all.master
@@ -514,3 +514,63 @@
 ** ok: case41b
 ** ok: case41R
 ** ok: case41Rp0
+testing case42
+** ok: case42
+** ok: case42p1
+** ok: case42p9
+** ok: case42f0
+** ok: case42u
+** ok: case42k
+** ok: case42r1
+** ok: case42r2
+** ok: case42b
+** ok: case42R
+** ok: case42Rp0
+testing case43
+** ok: case43
+** ok: case43p1
+** ok: case43p9
+** ok: case43f0
+** ok: case43u
+** ok: case43k
+** ok: case43r1
+** ok: case43r2
+** ok: case43b
+** ok: case43R
+** ok: case43Rp0
+testing case44
+** ok: case44
+** ok: case44p1
+** ok: case44p9
+** ok: case44f0
+** ok: case44u
+** ok: case44k
+** ok: case44r1
+** ok: case44r2
+** ok: case44b
+** ok: case44R
+** ok: case44Rp0
+testing case45
+** ok: case45
+** ok: case45p1
+** ok: case45p9
+** ok: case45f0
+** ok: case45u
+** ok: case45k
+** ok: case45r1
+** ok: case45r2
+** ok: case45b
+** ok: case45R
+** ok: case45Rp0
+testing case46
+** ok: case46
+** ok: case46p1
+** ok: case46p9
+** ok: case46f0
+** ok: case46u
+** ok: case46k
+** ok: case46r1
+** ok: case46r2
+** ok: case46b
+** ok: case46R
+** ok: case46Rp0

--
Gitblit v1.9.3