diff options
| author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2026-05-14 06:22:50 +0000 |
|---|---|---|
| committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2026-05-14 06:22:50 +0000 |
| commit | bf1f4535f6c1fc65e09d49523d02a448e645732e (patch) | |
| tree | 6e228d5d363491b0b1e1351795df0303158f5434 | |
| parent | 01e07e3be0e17a19efb30994320871446f08ad86 (diff) | |
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 :(
| -rw-r--r-- | misc/swissfileknife/Makefile | 8 | ||||
| -rw-r--r-- | misc/swissfileknife/distinfo | 6 | ||||
| -rw-r--r-- | 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. |
