pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/kcodecs



Module Name:    pkgsrc
Committed By:   markd
Date:           Mon Apr 25 06:52:22 UTC 2022

Modified Files:
        pkgsrc/textproc/kcodecs: Makefile PLIST distinfo

Log Message:
kcodecs: update to 5.93.0

5.84.0
Add Base45 decoding

5.85.0
Unbreak build with gperf < 3.1

5.86.0
KCharsets: add custom US-ASCII QTextCodec as workaround for QTBUG-83081

5.87.0
KCodecs::decodeRFC2047String(): return "UTF-8" when multiple charsets used


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/textproc/kcodecs/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/kcodecs/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/kcodecs/distinfo

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

Modified files:

Index: pkgsrc/textproc/kcodecs/Makefile
diff -u pkgsrc/textproc/kcodecs/Makefile:1.51 pkgsrc/textproc/kcodecs/Makefile:1.52
--- pkgsrc/textproc/kcodecs/Makefile:1.51       Mon Apr 18 19:10:08 2022
+++ pkgsrc/textproc/kcodecs/Makefile    Mon Apr 25 06:52:22 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2022/04/18 19:10:08 adam Exp $
+# $NetBSD: Makefile,v 1.52 2022/04/25 06:52:22 markd Exp $
 
 DISTNAME=      kcodecs-${KF5VER}
-PKGREVISION=   6
 CATEGORIES=    textproc
 
 HOMEPAGE=      https://community.kde.org/Frameworks

Index: pkgsrc/textproc/kcodecs/PLIST
diff -u pkgsrc/textproc/kcodecs/PLIST:1.5 pkgsrc/textproc/kcodecs/PLIST:1.6
--- pkgsrc/textproc/kcodecs/PLIST:1.5   Tue Mar 30 10:58:28 2021
+++ pkgsrc/textproc/kcodecs/PLIST       Mon Apr 25 06:52:22 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2021/03/30 10:58:28 markd Exp $
+@comment $NetBSD: PLIST,v 1.6 2022/04/25 06:52:22 markd Exp $
 include/KF5/KCodecs/KCharsets
 include/KF5/KCodecs/KCodecs
 include/KF5/KCodecs/KEmailAddress
@@ -6,9 +6,9 @@ include/KF5/KCodecs/KEncodingProber
 include/KF5/KCodecs/kcharsets.h
 include/KF5/KCodecs/kcodecs.h
 include/KF5/KCodecs/kcodecs_export.h
+include/KF5/KCodecs/kcodecs_version.h
 include/KF5/KCodecs/kemailaddress.h
 include/KF5/KCodecs/kencodingprober.h
-include/KF5/kcodecs_version.h
 lib/cmake/KF5Codecs/KF5CodecsConfig.cmake
 lib/cmake/KF5Codecs/KF5CodecsConfigVersion.cmake
 lib/cmake/KF5Codecs/KF5CodecsTargets-noconfig.cmake

Index: pkgsrc/textproc/kcodecs/distinfo
diff -u pkgsrc/textproc/kcodecs/distinfo:1.13 pkgsrc/textproc/kcodecs/distinfo:1.14
--- pkgsrc/textproc/kcodecs/distinfo:1.13       Tue Oct 26 11:22:14 2021
+++ pkgsrc/textproc/kcodecs/distinfo    Mon Apr 25 06:52:22 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 11:22:14 nia Exp $
+$NetBSD: distinfo,v 1.14 2022/04/25 06:52:22 markd Exp $
 
-BLAKE2s (kcodecs-5.80.0.tar.xz) = b580d2e81d3d35a7935919e0ffd5a7dfda667add86421c7c022429d3332e132c
-SHA512 (kcodecs-5.80.0.tar.xz) = 27e367d12c995d96908ab0e956a6fba766374dc26c720ea97303cfa5a1e1b644076c5d68487a35ec8300204e556460d74a55be78239a073e1b3b72cebd153919
-Size (kcodecs-5.80.0.tar.xz) = 229456 bytes
+BLAKE2s (kcodecs-5.93.0.tar.xz) = 10c25c9dd4b7479d7fb85e08f300052c74c06dd5a6e15772b8e4c7ed9f6f3d6f
+SHA512 (kcodecs-5.93.0.tar.xz) = 491b817176997fe5433ab146294ccc841a3a404ceafe80b90f6484fa26857b2c970d5687251cedad3c4b845b13e0f625ead23093030ec43cc7c0e59cf672f7bc
+Size (kcodecs-5.93.0.tar.xz) = 236844 bytes



Home | Main Index | Thread Index | Old Index