[Bug 291689] devel/cdialog: Update to 1.3-20251223

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 05 Jan 2026 15:08:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291689

--- Comment #4 from Vladimir Druzenko <vvd@FreeBSD.org> ---
1. Just use DISTVERSION instead of PORTVERSION in DISTNAME:
-DISTNAME=      ${PORTNAME:S|^c||}-${PORTVERSION:R}-${PORTVERSION:E}
+DISTNAME=      ${PORTNAME:S|^c||}-${DISTVERSION}

2. This is default value:
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
We have to remove this line.

3. Change file in STAGEDIR, not in WRKSRC. And use the name of the symlink -
you won't need to change this line after SONAME bump.
-pre-install:
-       @${STRIP_CMD} ${WRKSRC}/.libs/libcdialog.so.15.0.0
+post-install:
+       @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcdialog.so

4. In pkg-plist move mans after EXAMPLES:
share/man/man1/cdialog.1.gz
share/man/man3/cdialog.3.gz

If you have no objections, I will commit these changes.
I have all changes in my port tree - you don't have to make a new patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.