diff --git a/print/qpdf/Makefile b/print/qpdf/Makefile index 199104444d6..bfd73f7c4f1 100755 --- a/print/qpdf/Makefile +++ b/print/qpdf/Makefile @@ -2,9 +2,9 @@ COMMENT= PDF transformation and inspection utility -DISTNAME= qpdf-11.9.1 +DISTNAME= qpdf-11.10.0 -SHARED_LIBS += qpdf 10.3 +SHARED_LIBS += qpdf 10.4 CATEGORIES= print graphics diff --git a/print/qpdf/distinfo b/print/qpdf/distinfo index 4aa6d855910..d5cdd1ea1ff 100644 --- a/print/qpdf/distinfo +++ b/print/qpdf/distinfo @@ -1,2 +1,2 @@ -SHA256 (qpdf-11.9.1.tar.gz) = K6TSSPlWeifBRrl3LvXck72WIjF5eEVf/pGyWTQNE9E= -SIZE (qpdf-11.9.1.tar.gz) = 18585065 +SHA256 (qpdf-11.10.0.tar.gz) = YpU0mqGASfX5cL8HF6p2kEzjJraxTOIwz5aJXwxnn+M= +SIZE (qpdf-11.10.0.tar.gz) = 19487550 diff --git a/print/qpdf/patches/patch-CMakeLists_txt b/print/qpdf/patches/patch-CMakeLists_txt index bbe063eabf8..f388c64f6d6 100644 --- a/print/qpdf/patches/patch-CMakeLists_txt +++ b/print/qpdf/patches/patch-CMakeLists_txt @@ -3,7 +3,7 @@ Don't pick up libatomic from ports gcc if it happens to be installed. Index: CMakeLists.txt --- CMakeLists.txt.orig +++ CMakeLists.txt -@@ -208,7 +208,7 @@ int main() { +@@ -210,7 +210,7 @@ int main() { set(ATOMIC_LIBRARY atomic PARENT_SCOPE) endif() endfunction() diff --git a/print/qpdf/pkg/PLIST b/print/qpdf/pkg/PLIST index f15fb977b02..bde7431763b 100644 --- a/print/qpdf/pkg/PLIST +++ b/print/qpdf/pkg/PLIST @@ -45,6 +45,7 @@ include/qpdf/QPDFNumberTreeObjectHelper.hh include/qpdf/QPDFObjGen.hh include/qpdf/QPDFObject.hh include/qpdf/QPDFObjectHandle.hh +include/qpdf/QPDFObjectHandle_future.hh include/qpdf/QPDFObjectHelper.hh include/qpdf/QPDFOutlineDocumentHelper.hh include/qpdf/QPDFOutlineObjectHelper.hh