git: 11cf0e4f5013 - main - editors/fileobj: Update 0.8.6 => 0.8.7

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Mon, 02 Jun 2025 18:20:18 UTC
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=11cf0e4f501343e6580863cb2f484282642d5c12

commit 11cf0e4f501343e6580863cb2f484282642d5c12
Author:     Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
AuthorDate: 2025-06-02 18:13:25 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-06-02 18:19:06 +0000

    editors/fileobj: Update 0.8.6 => 0.8.7
    
    Changelog:
    https://github.com/kusumi/fileobj/blob/v0.8.7/CHANGES
    
    Fix warning from poudriere - add STRIP_CMD.
    
    PR:     287228
---
 editors/fileobj/Makefile | 4 ++--
 editors/fileobj/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/editors/fileobj/Makefile b/editors/fileobj/Makefile
index 0b089a2f6b41..d29cfbf12f44 100644
--- a/editors/fileobj/Makefile
+++ b/editors/fileobj/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	fileobj
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.8.6
-PORTREVISION=	2
+DISTVERSION=	0.8.7
 CATEGORIES=	editors
 
 MAINTAINER=	tkusumi@netbsd.org
@@ -19,6 +18,7 @@ USE_PYTHON=	autoplist concurrent distutils optsuffix
 PLIST_FILES=	share/man/man1/fileobj.1.gz
 
 post-install:
+	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/fileobj/_native.cpython-${PYTHON_SUFFIX}.so
 	${INSTALL_MAN} ${WRKSRC}/doc/fileobj.1 \
 		${STAGEDIR}${PREFIX}/share/man/man1
 
diff --git a/editors/fileobj/distinfo b/editors/fileobj/distinfo
index 4e0f3cf885b5..deaf45414336 100644
--- a/editors/fileobj/distinfo
+++ b/editors/fileobj/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1715838201
-SHA256 (kusumi-fileobj-v0.8.6_GH0.tar.gz) = 3b8d907798bc072faf0afe7b42557f1923080e46d80e0737493f01a08d0c5254
-SIZE (kusumi-fileobj-v0.8.6_GH0.tar.gz) = 198600
+TIMESTAMP = 1748833639
+SHA256 (kusumi-fileobj-v0.8.7_GH0.tar.gz) = 8e1e26219f689827091343efa132bb7fee92d201c1bfbcea22dab0a4c8cf3aa3
+SIZE (kusumi-fileobj-v0.8.7_GH0.tar.gz) = 199997