From b528926e9c1b5cc2f296c0d06b330d30634c1824 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Sun, 25 Feb 2024 21:32:14 +0100
Subject: [PATCH] qpdf: update to 11.9.0

---
 components/print/qpdf/qpdf.p5m                      |    4 ++--
 components/print/qpdf/manifests/sample-manifest.p5m |    4 ++--
 components/print/qpdf/Makefile                      |    5 +++--
 components/print/qpdf/pkg5                          |    2 +-
 4 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/components/print/qpdf/Makefile b/components/print/qpdf/Makefile
index 930f028..082c545 100644
--- a/components/print/qpdf/Makefile
+++ b/components/print/qpdf/Makefile
@@ -17,14 +17,15 @@
 BUILD_STYLE= cmake
 OPENSSL_VERSION= 3.1
 USE_DEFAULT_TEST_TRANSFORMS= yes
+USE_PARALLEL_BUILD= yes
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME= qpdf
-COMPONENT_VERSION= 11.8.0
+COMPONENT_VERSION= 11.9.0
 COMPONENT_SUMMARY= QPDF is a command-line program that does structural, content-preserving transformations on PDF files
 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
-COMPONENT_ARCHIVE_HASH= sha256:d9321f5fbc50251803630a5604ddc5ed9a4d93bc023d9a7436a302e7c9741259
+COMPONENT_ARCHIVE_HASH= sha256:9f5d6335bb7292cc24a7194d281fc77be2bbf86873e8807b85aeccfbff66082f
 COMPONENT_ARCHIVE_URL=	https://downloads.sourceforge.net/qpdf/$(COMPONENT_ARCHIVE)
 COMPONENT_PROJECT_URL=	https://qpdf.sourceforge.net/
 COMPONENT_FMRI= print/qpdf
diff --git a/components/print/qpdf/manifests/sample-manifest.p5m b/components/print/qpdf/manifests/sample-manifest.p5m
index 0d5fc32..5655419 100644
--- a/components/print/qpdf/manifests/sample-manifest.p5m
+++ b/components/print/qpdf/manifests/sample-manifest.p5m
@@ -100,8 +100,8 @@
 file path=usr/lib/$(MACH64)/cmake/qpdf/qpdfConfig.cmake
 file path=usr/lib/$(MACH64)/cmake/qpdf/qpdfConfigVersion.cmake
 link path=usr/lib/$(MACH64)/libqpdf.so target=libqpdf.so.29
-link path=usr/lib/$(MACH64)/libqpdf.so.29 target=libqpdf.so.29.8.0
-file path=usr/lib/$(MACH64)/libqpdf.so.29.8.0
+link path=usr/lib/$(MACH64)/libqpdf.so.29 target=libqpdf.so.29.9.0
+file path=usr/lib/$(MACH64)/libqpdf.so.29.9.0
 file path=usr/lib/$(MACH64)/pkgconfig/libqpdf.pc
 file path=usr/share/doc/qpdf/README-doc.txt
 file path=usr/share/doc/qpdf/examples/extend-c-api-impl.cc
diff --git a/components/print/qpdf/pkg5 b/components/print/qpdf/pkg5
index b2266fb..5bbab2a 100644
--- a/components/print/qpdf/pkg5
+++ b/components/print/qpdf/pkg5
@@ -21,4 +21,4 @@
         "print/qpdf"
     ],
     "name": "qpdf"
-}
\ No newline at end of file
+}
diff --git a/components/print/qpdf/qpdf.p5m b/components/print/qpdf/qpdf.p5m
index 720a433..5d4e331 100644
--- a/components/print/qpdf/qpdf.p5m
+++ b/components/print/qpdf/qpdf.p5m
@@ -100,8 +100,8 @@
 file path=usr/lib/$(MACH64)/cmake/qpdf/qpdfConfig.cmake
 file path=usr/lib/$(MACH64)/cmake/qpdf/qpdfConfigVersion.cmake
 link path=usr/lib/$(MACH64)/libqpdf.so target=libqpdf.so.29
-link path=usr/lib/$(MACH64)/libqpdf.so.29 target=libqpdf.so.29.8.0
-file path=usr/lib/$(MACH64)/libqpdf.so.29.8.0
+link path=usr/lib/$(MACH64)/libqpdf.so.29 target=libqpdf.so.29.9.0
+file path=usr/lib/$(MACH64)/libqpdf.so.29.9.0
 file path=usr/lib/$(MACH64)/pkgconfig/libqpdf.pc
 file path=usr/share/doc/qpdf/README-doc.txt
 file path=usr/share/doc/qpdf/examples/extend-c-api-impl.cc

--
Gitblit v1.9.3