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:           Thu Jun 12 17:32:43 UTC 2025

Modified Files:
        pkgsrc/x11/worker: Makefile

Log Message:
x11/worker: use bsdtar


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/worker/Makefile

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/Makefile
diff -u pkgsrc/x11/worker/Makefile:1.10 pkgsrc/x11/worker/Makefile:1.11
--- pkgsrc/x11/worker/Makefile:1.10     Sun Jun  8 10:15:05 2025
+++ pkgsrc/x11/worker/Makefile  Thu Jun 12 17:32:43 2025
@@ -1,20 +1,22 @@
-# $NetBSD: Makefile,v 1.10 2025/06/08 10:15:05 vins Exp $
+# $NetBSD: Makefile,v 1.11 2025/06/12 17:32:43 vins Exp $
 
 DISTNAME=      worker-5.2.1
 CATEGORIES=    x11 sysutils
 MASTER_SITES=  http://www.boomerangsworld.de/cms/worker/downloads/
 EXTRACT_SUFX=  .tar.zst
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost       
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.boomerangsworld.de/cms/worker/downloads/
 COMMENT=       Orthodox file manager for the X Window System
 LICENSE=       gnu-gpl-v2
 
+EXTRACT_USING=         bsdtar
+
 USE_LANGUAGES=         c c++
 USE_CXX_FEATURES=      c++20 # designated initializers
 
 USE_LIBTOOL=   yes
-USE_TOOLS+=    pkg-config bash:run
+USE_TOOLS+=    pkg-config bash:run zstd
 
 PKGCONFIG_OVERRIDE+=   pkgconfig/worker.pc.in
 



Home | Main Index | Thread Index | Old Index