pkgsrc-Changes archive

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

CVS commit: pkgsrc/print



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug  7 08:40:04 UTC 2022

Modified Files:
        pkgsrc/print/poppler: Makefile.common PLIST distinfo
        pkgsrc/print/poppler-glib: Makefile
        pkgsrc/print/poppler-utils: Makefile

Log Message:
poppler*: update to 22.08.0

Release 22.08.0:
        core:
         * Fix rendering text on some forms
         * CairoOutputDev: Support Type3 charprocs having Resources
         * Fix crashes on malformed files


To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 pkgsrc/print/poppler/Makefile.common
cvs rdiff -u -r1.41 -r1.42 pkgsrc/print/poppler/PLIST
cvs rdiff -u -r1.164 -r1.165 pkgsrc/print/poppler/distinfo
cvs rdiff -u -r1.99 -r1.100 pkgsrc/print/poppler-glib/Makefile
cvs rdiff -u -r1.52 -r1.53 pkgsrc/print/poppler-utils/Makefile

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

Modified files:

Index: pkgsrc/print/poppler/Makefile.common
diff -u pkgsrc/print/poppler/Makefile.common:1.137 pkgsrc/print/poppler/Makefile.common:1.138
--- pkgsrc/print/poppler/Makefile.common:1.137  Thu Jul 14 23:53:27 2022
+++ pkgsrc/print/poppler/Makefile.common        Sun Aug  7 08:40:03 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.137 2022/07/14 23:53:27 schmonz Exp $
+# $NetBSD: Makefile.common,v 1.138 2022/08/07 08:40:03 wiz Exp $
 #
 # used by print/poppler/Makefile
 # used by print/poppler-cpp/Makefile
@@ -7,7 +7,7 @@
 # used by print/poppler-qt5/Makefile
 # used by print/poppler-utils/Makefile
 
-POPPLER_VERS=  22.07.0
+POPPLER_VERS=  22.08.0
 DISTNAME=      poppler-${POPPLER_VERS}
 CATEGORIES=    print
 MASTER_SITES=  https://poppler.freedesktop.org/

Index: pkgsrc/print/poppler/PLIST
diff -u pkgsrc/print/poppler/PLIST:1.41 pkgsrc/print/poppler/PLIST:1.42
--- pkgsrc/print/poppler/PLIST:1.41     Sun Jul  3 17:07:44 2022
+++ pkgsrc/print/poppler/PLIST  Sun Aug  7 08:40:03 2022
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.41 2022/07/03 17:07:44 wiz Exp $
+@comment $NetBSD: PLIST,v 1.42 2022/08/07 08:40:03 wiz Exp $
 lib/libpoppler.so
-lib/libpoppler.so.122
-lib/libpoppler.so.122.0.0
+lib/libpoppler.so.123
+lib/libpoppler.so.123.0.0
 lib/pkgconfig/poppler.pc
 share/doc/poppler/README-XPDF
 share/doc/poppler/README.md

Index: pkgsrc/print/poppler/distinfo
diff -u pkgsrc/print/poppler/distinfo:1.164 pkgsrc/print/poppler/distinfo:1.165
--- pkgsrc/print/poppler/distinfo:1.164 Thu Jul 14 14:06:58 2022
+++ pkgsrc/print/poppler/distinfo       Sun Aug  7 08:40:03 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.164 2022/07/14 14:06:58 wiz Exp $
+$NetBSD: distinfo,v 1.165 2022/08/07 08:40:03 wiz Exp $
 
-BLAKE2s (poppler-22.07.0.tar.xz) = f14bfe3ff47122439d073dd3754deeb52e61b37c7b21fa049246a4f45e9ff7b2
-SHA512 (poppler-22.07.0.tar.xz) = d3d8a0f50ddcf2020bbbc3c21c6fcdd6f31b431d984622c2a4ae4986b82a14d79969d7113588ba5d9a672babe4dc01fe2f5e8d9ce73a9fbce14685220d914f02
-Size (poppler-22.07.0.tar.xz) = 1838796 bytes
+BLAKE2s (poppler-22.08.0.tar.xz) = 3440c34717c37f5255bb8f9fa692b92f4024eb6d894eb9fb8bd41eda7e24bba0
+SHA512 (poppler-22.08.0.tar.xz) = bbff6d51eaafe58891357069c83e43ea25b4077755fa715a17b38660cd3cd546fa21d2e17a272d9b375f7e440e6e3661e84a20f18d445e0f28d06971abc04666
+Size (poppler-22.08.0.tar.xz) = 1840700 bytes

Index: pkgsrc/print/poppler-glib/Makefile
diff -u pkgsrc/print/poppler-glib/Makefile:1.99 pkgsrc/print/poppler-glib/Makefile:1.100
--- pkgsrc/print/poppler-glib/Makefile:1.99     Thu Jul 14 23:46:26 2022
+++ pkgsrc/print/poppler-glib/Makefile  Sun Aug  7 08:40:03 2022
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.99 2022/07/14 23:46:26 dholland Exp $
+# $NetBSD: Makefile,v 1.100 2022/08/07 08:40:03 wiz Exp $
 
 .include "../../print/poppler/Makefile.common"
 
 PKGNAME=       poppler-glib-${POPPLER_VERS}
-PKGREVISION=   1
 
 COMMENT=       PDF rendering library (GLib wrapper)
 

Index: pkgsrc/print/poppler-utils/Makefile
diff -u pkgsrc/print/poppler-utils/Makefile:1.52 pkgsrc/print/poppler-utils/Makefile:1.53
--- pkgsrc/print/poppler-utils/Makefile:1.52    Thu Jul 14 23:46:26 2022
+++ pkgsrc/print/poppler-utils/Makefile Sun Aug  7 08:40:04 2022
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.52 2022/07/14 23:46:26 dholland Exp $
+# $NetBSD: Makefile,v 1.53 2022/08/07 08:40:04 wiz Exp $
 
 .include "../../print/poppler/Makefile.common"
 
 PKGNAME=       poppler-utils-${POPPLER_VERS}
-PKGREVISION=   1
 COMMENT=       PDF utilities (from poppler)
 
 CONFLICTS+=    poppler-0.5.1{,nb*}



Home | Main Index | Thread Index | Old Index