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: Thu Feb 16 08:17:29 UTC 2023
Modified Files:
pkgsrc/print/poppler: Makefile Makefile.common distinfo
pkgsrc/print/poppler-cpp: Makefile
pkgsrc/print/poppler-glib: Makefile
pkgsrc/print/poppler-includes: Makefile
pkgsrc/print/poppler-qt5: Makefile
pkgsrc/print/poppler-qt6: Makefile
pkgsrc/print/poppler-utils: Makefile
Log Message:
poppler*: update to 23.02.0
Release 23.02.0:
core:
* CairoOutputDev: Fix rendering of color type 3 fonts
* CairoOutputDev: Add handling matte entry
* Fix segfault on wrong nssdir
* Fix "NSS could not shutdown"
utils:
* pdfsig: Point out supports PKCS#11 URIs as nickname
qt6:
*
To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/print/poppler/Makefile
cvs rdiff -u -r1.143 -r1.144 pkgsrc/print/poppler/Makefile.common
cvs rdiff -u -r1.168 -r1.169 pkgsrc/print/poppler/distinfo
cvs rdiff -u -r1.34 -r1.35 pkgsrc/print/poppler-cpp/Makefile
cvs rdiff -u -r1.103 -r1.104 pkgsrc/print/poppler-glib/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/print/poppler-includes/Makefile
cvs rdiff -u -r1.58 -r1.59 pkgsrc/print/poppler-qt5/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/poppler-qt6/Makefile
cvs rdiff -u -r1.56 -r1.57 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
diff -u pkgsrc/print/poppler/Makefile:1.90 pkgsrc/print/poppler/Makefile:1.91
--- pkgsrc/print/poppler/Makefile:1.90 Sun Jan 29 21:14:56 2023
+++ pkgsrc/print/poppler/Makefile Thu Feb 16 08:17:28 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.90 2023/01/29 21:14:56 ryoon Exp $
+# $NetBSD: Makefile,v 1.91 2023/02/16 08:17:28 wiz Exp $
-PKGREVISION= 1
.include "../../print/poppler/Makefile.common"
COMMENT= PDF rendering library
Index: pkgsrc/print/poppler/Makefile.common
diff -u pkgsrc/print/poppler/Makefile.common:1.143 pkgsrc/print/poppler/Makefile.common:1.144
--- pkgsrc/print/poppler/Makefile.common:1.143 Wed Feb 1 07:43:34 2023
+++ pkgsrc/print/poppler/Makefile.common Thu Feb 16 08:17:28 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.143 2023/02/01 07:43:34 wiz Exp $
+# $NetBSD: Makefile.common,v 1.144 2023/02/16 08:17:28 wiz Exp $
#
# used by print/poppler/Makefile
# used by print/poppler-cpp/Makefile
@@ -8,7 +8,7 @@
# used by print/poppler-qt6/Makefile
# used by print/poppler-utils/Makefile
-POPPLER_VERS= 23.01.0
+POPPLER_VERS= 23.02.0
DISTNAME= poppler-${POPPLER_VERS}
CATEGORIES= print
MASTER_SITES= https://poppler.freedesktop.org/
Index: pkgsrc/print/poppler/distinfo
diff -u pkgsrc/print/poppler/distinfo:1.168 pkgsrc/print/poppler/distinfo:1.169
--- pkgsrc/print/poppler/distinfo:1.168 Mon Jan 23 13:13:19 2023
+++ pkgsrc/print/poppler/distinfo Thu Feb 16 08:17:28 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.168 2023/01/23 13:13:19 wiz Exp $
+$NetBSD: distinfo,v 1.169 2023/02/16 08:17:28 wiz Exp $
-BLAKE2s (poppler-23.01.0.tar.xz) = e4efe9ca8b53587fb3d9a49c696cfd74d9b2eda8e8394de18ad5dc533182a118
-SHA512 (poppler-23.01.0.tar.xz) = a44fd59cdb4dc1c04765990d9666f27538895883fe98a64e7bea30caebeab10875615282307fbd6eacecf83b7a7c8daa81afa1b13ae6c09b80673e3fb8563053
-Size (poppler-23.01.0.tar.xz) = 1847492 bytes
+BLAKE2s (poppler-23.02.0.tar.xz) = f76ad55cb311db8460d088aa21225ed69cd37d7996f0c9838c3774d2cf97298d
+SHA512 (poppler-23.02.0.tar.xz) = 0765319a1b106da740c7300172866e774ccbeec0bc0e938f009efd1a106b35ca2e5ab60a523e1d1dd5682b30499de4dffed0a1ca129c770263a096f781337a2c
+Size (poppler-23.02.0.tar.xz) = 1847612 bytes
Index: pkgsrc/print/poppler-cpp/Makefile
diff -u pkgsrc/print/poppler-cpp/Makefile:1.34 pkgsrc/print/poppler-cpp/Makefile:1.35
--- pkgsrc/print/poppler-cpp/Makefile:1.34 Sun Jan 29 21:14:56 2023
+++ pkgsrc/print/poppler-cpp/Makefile Thu Feb 16 08:17:29 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.34 2023/01/29 21:14:56 ryoon Exp $
+# $NetBSD: Makefile,v 1.35 2023/02/16 08:17:29 wiz Exp $
-PKGREVISION= 1
.include "../../print/poppler/Makefile.common"
PKGNAME= poppler-cpp-${POPPLER_VERS}
Index: pkgsrc/print/poppler-glib/Makefile
diff -u pkgsrc/print/poppler-glib/Makefile:1.103 pkgsrc/print/poppler-glib/Makefile:1.104
--- pkgsrc/print/poppler-glib/Makefile:1.103 Sun Jan 29 21:14:56 2023
+++ pkgsrc/print/poppler-glib/Makefile Thu Feb 16 08:17:29 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.103 2023/01/29 21:14:56 ryoon Exp $
+# $NetBSD: Makefile,v 1.104 2023/02/16 08:17:29 wiz Exp $
-PKGREVISION= 1
.include "../../print/poppler/Makefile.common"
PKGNAME= poppler-glib-${POPPLER_VERS}
Index: pkgsrc/print/poppler-includes/Makefile
diff -u pkgsrc/print/poppler-includes/Makefile:1.32 pkgsrc/print/poppler-includes/Makefile:1.33
--- pkgsrc/print/poppler-includes/Makefile:1.32 Sun Jan 29 21:17:37 2023
+++ pkgsrc/print/poppler-includes/Makefile Thu Feb 16 08:17:29 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.32 2023/01/29 21:17:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.33 2023/02/16 08:17:29 wiz Exp $
-PKGREVISION= 1
.include "../../print/poppler/Makefile.common"
PKGNAME= poppler-includes-${POPPLER_VERS}
Index: pkgsrc/print/poppler-qt5/Makefile
diff -u pkgsrc/print/poppler-qt5/Makefile:1.58 pkgsrc/print/poppler-qt5/Makefile:1.59
--- pkgsrc/print/poppler-qt5/Makefile:1.58 Sun Jan 29 21:14:56 2023
+++ pkgsrc/print/poppler-qt5/Makefile Thu Feb 16 08:17:29 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.58 2023/01/29 21:14:56 ryoon Exp $
+# $NetBSD: Makefile,v 1.59 2023/02/16 08:17:29 wiz Exp $
-PKGREVISION= 1
.include "../../print/poppler/Makefile.common"
PKGNAME= poppler-qt5-${POPPLER_VERS}
Index: pkgsrc/print/poppler-qt6/Makefile
diff -u pkgsrc/print/poppler-qt6/Makefile:1.4 pkgsrc/print/poppler-qt6/Makefile:1.5
--- pkgsrc/print/poppler-qt6/Makefile:1.4 Sun Jan 29 21:14:56 2023
+++ pkgsrc/print/poppler-qt6/Makefile Thu Feb 16 08:17:29 2023
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2023/01/29 21:14:56 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2023/02/16 08:17:29 wiz Exp $
# this must be set before compiler.mk
# is included in Makefile.common
GCC_REQD+= 9 # required by Qt6 headers
-PKGREVISION= 1
.include "../../print/poppler/Makefile.common"
PKGNAME= poppler-qt6-${POPPLER_VERS}
Index: pkgsrc/print/poppler-utils/Makefile
diff -u pkgsrc/print/poppler-utils/Makefile:1.56 pkgsrc/print/poppler-utils/Makefile:1.57
--- pkgsrc/print/poppler-utils/Makefile:1.56 Sun Jan 29 21:17:37 2023
+++ pkgsrc/print/poppler-utils/Makefile Thu Feb 16 08:17:29 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.56 2023/01/29 21:17:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.57 2023/02/16 08:17:29 wiz Exp $
-PKGREVISION= 1
.include "../../print/poppler/Makefile.common"
PKGNAME= poppler-utils-${POPPLER_VERS}
Home |
Main Index |
Thread Index |
Old Index