diff options
author | Shi Yanling <sylphenix@outlook.com> | 2025-09-17 23:41:59 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-09-17 23:44:16 +0300 |
commit | f896e2672317e8b2ac63b72a0299f5918040cfc0 (patch) | |
tree | 060f0bbc4707780dcd7c02d59a85291e42d64776 | |
parent | mail/pflogsumm: Update to 1.1.12 (diff) |
misc/sff: Update 1.1 => 1.2
Changelog:
https://codeberg.org/sylphenix/sff/src/tag/1.2/CHANGELOG.md
Add STRIP_CMD - fix warning from stage-qa.
PR: 289308
-rw-r--r-- | misc/sff/Makefile | 6 | ||||
-rw-r--r-- | misc/sff/distinfo | 6 | ||||
-rw-r--r-- | misc/sff/pkg-plist | 8 |
3 files changed, 11 insertions, 9 deletions
diff --git a/misc/sff/Makefile b/misc/sff/Makefile index 3cd6cb90a955..93c61ef0cf9a 100644 --- a/misc/sff/Makefile +++ b/misc/sff/Makefile @@ -1,6 +1,5 @@ PORTNAME= sff -DISTVERSION= 1.1 -PORTREVISION= 1 +DISTVERSION= 1.2 CATEGORIES= misc MASTER_SITES= https://codeberg.org/sylphenix/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ @@ -20,4 +19,7 @@ MAKE_ARGS= CC="${CC}" \ WRKSRC= ${WRKDIR}/${PORTNAME} +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + .include <bsd.port.mk> diff --git a/misc/sff/distinfo b/misc/sff/distinfo index 7e96d7d22dce..2b56192a3507 100644 --- a/misc/sff/distinfo +++ b/misc/sff/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749208354 -SHA256 (sff-1.1.tar.gz) = 1a024c9a0a93842b6ab73c8d622361937efc5c54c5289daa6469ad6e6d50fc79 -SIZE (sff-1.1.tar.gz) = 32032 +TIMESTAMP = 1757035971 +SHA256 (sff-1.2.tar.gz) = 09731b27f6e9d6e9700a38ed24acc749b2972d139535be9394f87e83e9ad894b +SIZE (sff-1.2.tar.gz) = 32577 diff --git a/misc/sff/pkg-plist b/misc/sff/pkg-plist index a7d33a31ce1f..ec9c02e4b3d8 100644 --- a/misc/sff/pkg-plist +++ b/misc/sff/pkg-plist @@ -1,6 +1,6 @@ bin/sff -libexec/sff/sff-extfunc -libexec/sff/plugins/archive -libexec/sff/plugins/fzf-find -libexec/sff/plugins/preview +lib/sff/sff-extfunc +lib/sff/plugins/archive +lib/sff/plugins/fzf-find +lib/sff/plugins/preview share/man/man1/sff.1.gz |