pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/worker



Module Name:    pkgsrc
Committed By:   vins
Date:           Wed Oct 22 16:45:20 UTC 2025

Modified Files:
        pkgsrc/x11/worker: DESCR Makefile distinfo

Log Message:
x11/worker: update to 5.2.2

# changes

Improvements:

* when opening libmagic, user customized content from /etc is also used.

Fixes:

* fixed using the output of an own command and start prog as a custom
  attribute for files within archives.

* fixed compilation with gcc 15.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/x11/worker/DESCR
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/worker/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/worker/distinfo

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

Modified files:

Index: pkgsrc/x11/worker/DESCR
diff -u pkgsrc/x11/worker/DESCR:1.1.1.1 pkgsrc/x11/worker/DESCR:1.2
--- pkgsrc/x11/worker/DESCR:1.1.1.1     Sat Nov 25 15:41:26 2006
+++ pkgsrc/x11/worker/DESCR     Wed Oct 22 16:45:19 2025
@@ -1,2 +1,4 @@
-Worker is a highly configurable, multilanguage file manager for X11 written
-in C++.  It uses a popular dual panels layout.
+Worker is a highly configurable, multilanguage file manager for X11
+written in C++, with many advanced features and extendable
+configuration. It is designed after Amiga Directory Opus, and uses
+a popular dual panels layout.

Index: pkgsrc/x11/worker/Makefile
diff -u pkgsrc/x11/worker/Makefile:1.11 pkgsrc/x11/worker/Makefile:1.12
--- pkgsrc/x11/worker/Makefile:1.11     Thu Jun 12 17:32:43 2025
+++ pkgsrc/x11/worker/Makefile  Wed Oct 22 16:45:19 2025
@@ -1,17 +1,19 @@
-# $NetBSD: Makefile,v 1.11 2025/06/12 17:32:43 vins Exp $
+# $NetBSD: Makefile,v 1.12 2025/10/22 16:45:19 vins Exp $
 
-DISTNAME=      worker-5.2.1
+DISTNAME=      worker-5.2.2
 CATEGORIES=    x11 sysutils
 MASTER_SITES=  http://www.boomerangsworld.de/cms/worker/downloads/
 EXTRACT_SUFX=  .tar.zst
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.boomerangsworld.de/cms/worker/downloads/
+HOMEPAGE=      http://www.boomerangsworld.de/cms/worker/
 COMMENT=       Orthodox file manager for the X Window System
 LICENSE=       gnu-gpl-v2
 
 EXTRACT_USING=         bsdtar
 
+CONFLICTS+=            worker2-[0-9]*
+
 USE_LANGUAGES=         c c++
 USE_CXX_FEATURES=      c++20 # designated initializers
 

Index: pkgsrc/x11/worker/distinfo
diff -u pkgsrc/x11/worker/distinfo:1.7 pkgsrc/x11/worker/distinfo:1.8
--- pkgsrc/x11/worker/distinfo:1.7      Sun May 25 18:18:07 2025
+++ pkgsrc/x11/worker/distinfo  Wed Oct 22 16:45:19 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2025/05/25 18:18:07 vins Exp $
+$NetBSD: distinfo,v 1.8 2025/10/22 16:45:19 vins Exp $
 
-BLAKE2s (worker-5.2.1.tar.zst) = 24da0e64887b17c022f81f917ad4aa91e413be473565302b2e9d8374a864ebd3
-SHA512 (worker-5.2.1.tar.zst) = 9528efb88c719ba492f26fc85a47d3097201aea5798e196d718d7354f7db5b95cef957c230cf62af3829f802e9dd8bcfa2b95fd9942822c504739b40acabdd96
-Size (worker-5.2.1.tar.zst) = 1399203 bytes
+BLAKE2s (worker-5.2.2.tar.zst) = bfe0c7329dd6ac2ec8be4ab6046f166c1f1284ae9dae4b49e7b0ab304c94da01
+SHA512 (worker-5.2.2.tar.zst) = 7a7f76f41f4a1820a5a23f8f668148ca7817d9dffa61b2fe79c5ce294a8152be87f4c5fdb32c345631fa8386f51f1c149ac9f1d341589ea04ed044b749ed82af
+Size (worker-5.2.2.tar.zst) = 1399363 bytes



Home | Main Index | Thread Index | Old Index