Date: Thu, 14 May 2026 06:23:48 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bf1f4535f6c1 - main - misc/swissfileknife: update the port to version 2.0.0.3 Message-ID: <6a056a74.1e131.77841ba6@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=bf1f4535f6c1fc65e09d49523d02a448e645732e commit bf1f4535f6c1fc65e09d49523d02a448e645732e Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2026-05-14 06:22:50 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2026-05-14 06:22:50 +0000 misc/swissfileknife: update the port to version 2.0.0.3 - Strip CR symbols from installed documentation files - Add missing Oxford comma in the port description Ignored by: portscout :( --- misc/swissfileknife/Makefile | 8 +++++--- misc/swissfileknife/distinfo | 6 +++--- misc/swissfileknife/pkg-descr | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/misc/swissfileknife/Makefile b/misc/swissfileknife/Makefile index 0530926e9d60..12369d581523 100644 --- a/misc/swissfileknife/Makefile +++ b/misc/swissfileknife/Makefile @@ -1,5 +1,5 @@ PORTNAME= swissfileknife -PORTVERSION= 2.0.0.2 +PORTVERSION= 2.0.0.3 CATEGORIES= misc MASTER_SITES= SF/${PORTNAME}/1-${PORTNAME}/${PORTVERSION} DISTNAME= sfk-${PORTVERSION:R} @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -DVER_STR_OS=\\\"${OPSYS:tl}-${ARCH}\\\" PLIST_FILES= bin/sfk ${DATADIR_REL}/mtk.tar.gz -PORTDOCS= changes.txt README +PORTDOCS= AUTHORS ChangeLog README OPTIONS_DEFINE= DOCS @@ -34,6 +34,8 @@ post-install: post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} +.for f in ${PORTDOCS} + ${TR} -d \\r < ${WRKSRC}/${f} > ${STAGEDIR}${DOCSDIR}/${f} +.endfor .include <bsd.port.mk> diff --git a/misc/swissfileknife/distinfo b/misc/swissfileknife/distinfo index 8e74b46dc846..2573f8abe9bd 100644 --- a/misc/swissfileknife/distinfo +++ b/misc/swissfileknife/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729921789 -SHA256 (sfk-2.0.0.tar.gz) = 2927eb23a8eb190a070c871141d3b2de491b174031dc88af3eec1877506afb3e -SIZE (sfk-2.0.0.tar.gz) = 1920239 +TIMESTAMP = 1744438144 +SHA256 (sfk-2.0.0.tar.gz) = b7e2e3848e3126dcee916056bff5f8340acae9158f3610049de2cde999ccca63 +SIZE (sfk-2.0.0.tar.gz) = 1926114 diff --git a/misc/swissfileknife/pkg-descr b/misc/swissfileknife/pkg-descr index a4e29cf46511..2dd4c82eda19 100644 --- a/misc/swissfileknife/pkg-descr +++ b/misc/swissfileknife/pkg-descr @@ -8,5 +8,5 @@ truly portable executable. Forget about installing dozens of tools on every new machine, battling with missing or wrong versioned DLL's, missing admin rights, missing -package dependencies, user account configurations, spammed registries +package dependencies, user account configurations, spammed registries, and endless time wasting in general.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a056a74.1e131.77841ba6>
