pkgsrc-WIP-changes archive

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

libpaper2: update to 2.0.12, incorporating the patch.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Wed Apr 12 20:32:45 2023 +0200
Changeset:	ec9f77d80d9a81168bc11bdc648e019c3323a256

Modified Files:
	libpaper2/Makefile
	libpaper2/distinfo
Removed Files:
	libpaper2/patches/patch-tests_run-test

Log Message:
libpaper2: update to 2.0.12, incorporating the patch.

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

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

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

diffs:
diff --git a/libpaper2/Makefile b/libpaper2/Makefile
index 8a697267fc..be5cc67346 100644
--- a/libpaper2/Makefile
+++ b/libpaper2/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.13 2023/04/12 15:52:46 wiz Exp $
 
-DISTNAME=	libpaper-2.0.11
+DISTNAME=	libpaper-2.0.12
 CATEGORIES=	print
 MASTER_SITES=	${MASTER_SITE_GITHUB:=rrthomas/}
 GITHUB_RELEASE=	v${PKGVERSION_NOREV}
diff --git a/libpaper2/distinfo b/libpaper2/distinfo
index c4bd86acf5..95285d56ec 100644
--- a/libpaper2/distinfo
+++ b/libpaper2/distinfo
@@ -1,6 +1,5 @@
 $NetBSD: distinfo,v 1.13 2023/04/12 15:52:46 wiz Exp $
 
-BLAKE2s (libpaper-2.0.11.tar.gz) = f920bd7469137eb0614c8bf78fb60d5d004e2b25852ab9f23b45572ce3b0bad2
-SHA512 (libpaper-2.0.11.tar.gz) = 129d18a91992d8ec85a2f20cf67e66458fdf6ca9acbe07e820cd34063a03b1bc9835f2d70ad9766e9e02e1ff693a595a8fd11776c0152f379e31da5506b5785c
-Size (libpaper-2.0.11.tar.gz) = 1304618 bytes
-SHA1 (patch-tests_run-test) = d89ac4bb474049c3ea1a7f327d4176499e3217a4
+BLAKE2s (libpaper-2.0.12.tar.gz) = fedc1f178ef05a1b886edf091df32de011bbe8409487e947ee7e3e1d52fd7134
+SHA512 (libpaper-2.0.12.tar.gz) = edea8758894eb4b36d7164623d34ae7721a903d7fccaf3a0a40b598e901699b8d2754cb02be9a289494de46e3d30463806c3d85a9d701947218bb7146cf05af4
+Size (libpaper-2.0.12.tar.gz) = 1304598 bytes
diff --git a/libpaper2/patches/patch-tests_run-test b/libpaper2/patches/patch-tests_run-test
deleted file mode 100644
index 0bb3e3104f..0000000000
--- a/libpaper2/patches/patch-tests_run-test
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-https://github.com/rrthomas/libpaper/commit/1e04ef9475bbf53eec859aada5e7202cd1ed8d30
-
---- tests/run-test.orig	2023-04-12 15:37:18.000000000 +0000
-+++ tests/run-test
-@@ -55,7 +55,7 @@ paper_test() {
-     # 1. Convert backslashes to forward slashes
-     # 2. Compress multiple slashes (from relocated paths on some systems)
-     # 3. Remove prefix of name of 'paper' executable
--    sed -e 's|\\|/|g' -e 's|/\+|/|g' -e 's|^.*/paper:|paper:|g' < "$basename-output.txt" > "$basename-output-fixed.txt"
-+    sed -e 's|\\|/|g' -e 's|//|/|g' -e 's|^.*/paper:|paper:|g' < "$basename-output.txt" > "$basename-output-fixed.txt"
-     $DIFF -u "$expected_file" "$basename-output-fixed.txt"
- }
- 


Home | Main Index | Thread Index | Old Index