pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/kcrash



Module Name:    pkgsrc
Committed By:   markd
Date:           Mon Apr 25 03:50:34 UTC 2022

Modified Files:
        pkgsrc/devel/kcrash: Makefile PLIST distinfo

Log Message:
kcrash: update to 5.93.0

5.81.0
Document why we close FDs

5.83.0
Use target_sources() to add sources to targets
write metadata to a cache file when applicable
Pass Bugzilla product name to DrKonqi when explicitly set in the app
init rlp struct and don't cast rlim_t to int

5.85.0
Support static builds
fix lifetime of MetadataINIWriter

5.88.0
Move more Linux-specific functions under #ifdef Q_OS_LINUX
Add CMake option to build without X11
Use imported target for X11

5.93.0
metainfo.yaml - add macOS as a supported platform


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/kcrash/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/kcrash/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/kcrash/distinfo

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

Modified files:

Index: pkgsrc/devel/kcrash/Makefile
diff -u pkgsrc/devel/kcrash/Makefile:1.32 pkgsrc/devel/kcrash/Makefile:1.33
--- pkgsrc/devel/kcrash/Makefile:1.32   Mon Apr 18 19:09:45 2022
+++ pkgsrc/devel/kcrash/Makefile        Mon Apr 25 03:50:34 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2022/04/18 19:09:45 adam Exp $
+# $NetBSD: Makefile,v 1.33 2022/04/25 03:50:34 markd Exp $
 
 DISTNAME=      kcrash-${KF5VER}
-PKGREVISION=   3
 CATEGORIES=    devel
 
 HOMEPAGE=      https://community.kde.org/Frameworks

Index: pkgsrc/devel/kcrash/PLIST
diff -u pkgsrc/devel/kcrash/PLIST:1.4 pkgsrc/devel/kcrash/PLIST:1.5
--- pkgsrc/devel/kcrash/PLIST:1.4       Tue Mar 30 10:58:22 2021
+++ pkgsrc/devel/kcrash/PLIST   Mon Apr 25 03:50:34 2022
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2021/03/30 10:58:22 markd Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/04/25 03:50:34 markd Exp $
 include/KF5/KCrash/KCrash
 include/KF5/KCrash/kcrash.h
 include/KF5/KCrash/kcrash_export.h
-include/KF5/kcrash_version.h
+include/KF5/KCrash/kcrash_version.h
 lib/cmake/KF5Crash/KF5CrashConfig.cmake
 lib/cmake/KF5Crash/KF5CrashConfigVersion.cmake
 lib/cmake/KF5Crash/KF5CrashTargets-noconfig.cmake

Index: pkgsrc/devel/kcrash/distinfo
diff -u pkgsrc/devel/kcrash/distinfo:1.13 pkgsrc/devel/kcrash/distinfo:1.14
--- pkgsrc/devel/kcrash/distinfo:1.13   Tue Oct 26 10:15:09 2021
+++ pkgsrc/devel/kcrash/distinfo        Mon Apr 25 03:50:34 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 10:15:09 nia Exp $
+$NetBSD: distinfo,v 1.14 2022/04/25 03:50:34 markd Exp $
 
-BLAKE2s (kcrash-5.80.0.tar.xz) = 39a00432884e5bd779e235fddfdc967e77020e0a09a1622df9cc5144103c1d54
-SHA512 (kcrash-5.80.0.tar.xz) = e56219a3d9f8beddb992e61c9f01160b9f71f692856840674577f11fb262d335b2f622b0a8463b95e1e72295a3ec81f4b590f0b54219fd9689676a1dca4eb807
-Size (kcrash-5.80.0.tar.xz) = 22320 bytes
+BLAKE2s (kcrash-5.93.0.tar.xz) = 145b7a3a6c757b4f1ca22df28530921b36d9f48b7014aec5ff84493371bf70f6
+SHA512 (kcrash-5.93.0.tar.xz) = 78cfb5ee6dbfce7cfd3844ca57a18b26a231a2a717bbf73e2a54f583d1bf9845bf05cfabc97ff361d6c85526b9f5b55223172c96baa18462013e3db859869984
+Size (kcrash-5.93.0.tar.xz) = 28400 bytes



Home | Main Index | Thread Index | Old Index