pkgsrc-WIP-changes archive

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

harec: Update to 0.25.2



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By:	cfkoch
Date:		Sun Aug 31 14:58:26 2025 -0700
Changeset:	08542690dd867813f6c933afe58a7f4d68a0f5d0

Modified Files:
	harec/Makefile
	harec/distinfo
Removed Files:
	harec/patches/patch-scripts_version

Log Message:
harec: Update to 0.25.2

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

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

diffstat:
 harec/Makefile                      |  2 +-
 harec/distinfo                      |  7 +++----
 harec/patches/patch-scripts_version | 15 ---------------
 3 files changed, 4 insertions(+), 20 deletions(-)

diffs:
diff --git a/harec/Makefile b/harec/Makefile
index e46537e6ea..924e44f36e 100644
--- a/harec/Makefile
+++ b/harec/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	0.24.2
+DISTNAME=	0.25.2
 PKGNAME=	harec-${DISTNAME}
 CATEGORIES=	lang
 MASTER_SITES=	https://git.sr.ht/~sircmpwn/harec/archive/
diff --git a/harec/distinfo b/harec/distinfo
index 88a4bc4aa6..2277648b09 100644
--- a/harec/distinfo
+++ b/harec/distinfo
@@ -1,6 +1,5 @@
 $NetBSD$
 
-BLAKE2s (harec/0.24.2.tar.gz) = cf1004a97988ee274cef80339d10263ec55c3112f066b3ef1f429c5eee358492
-SHA512 (harec/0.24.2.tar.gz) = 3b32e82df937de1fdd2af20a2162bc3754cb9178cd67e56f3e7bc7fc9eb9e9bad5609ca1c328d42ac5cdd527edf6d9c381dc384df72c2d7666c7ce5684871a17
-Size (harec/0.24.2.tar.gz) = 201789 bytes
-SHA1 (patch-scripts_version) = ba5b8f77fddada9fc02c85379bb9edefaa275058
+BLAKE2s (harec/0.25.2.tar.gz) = c5c2639319a38fcac3cc49eba36e926bb05c2958c5671a289a25c01a54370f2d
+SHA512 (harec/0.25.2.tar.gz) = 227fe4879a4c367e6cdbf85efc43797db012cce74fcaf30e08cc1ec49014ac426eadace650d2d566a9eb629a6bc87bf739613c1c1360dbf5d47b1aa51195cb9a
+Size (harec/0.25.2.tar.gz) = 205091 bytes
diff --git a/harec/patches/patch-scripts_version b/harec/patches/patch-scripts_version
deleted file mode 100644
index 4a291e9862..0000000000
--- a/harec/patches/patch-scripts_version
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Slight portability tweak.
-
---- scripts/version.orig	2024-07-14 11:47:02.508104182 +0000
-+++ scripts/version
-@@ -1,7 +1,7 @@
- #!/bin/sh
- # Distro packagers may set the LOCALVER variable to add their distribution to
- # the version, e.g. 1.0-alpine.
--VERSION=${VERSION:0.24.2}
-+VERSION=${VERSION:-0.24.2}
- 
- ver=$(git describe 2>/dev/null)
- if [ $? -ne 0 ]


Home | Main Index | Thread Index | Old Index