Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2024 01:33:32 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ce473f52b153 - main - x11/libxcvt: simplify plist updates
Message-ID:  <202412150133.4BF1XWub093838@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

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

commit ce473f52b15337f7150266853983ccf092245a88
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-12-15 01:21:59 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-12-15 01:33:22 +0000

    x11/libxcvt: simplify plist updates
---
 x11/libxcvt/Makefile  | 1 +
 x11/libxcvt/pkg-plist | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11/libxcvt/Makefile b/x11/libxcvt/Makefile
index 475dca89a61b..1b802074d1cb 100644
--- a/x11/libxcvt/Makefile
+++ b/x11/libxcvt/Makefile
@@ -11,5 +11,6 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		meson tar:xz
+PLIST_SUB=	VERSION=${PORTVERSION}
 
 .include <bsd.port.mk>
diff --git a/x11/libxcvt/pkg-plist b/x11/libxcvt/pkg-plist
index 601c81385e0d..c6084d8658e7 100644
--- a/x11/libxcvt/pkg-plist
+++ b/x11/libxcvt/pkg-plist
@@ -3,6 +3,6 @@ include/libxcvt/libxcvt.h
 include/libxcvt/libxcvt_mode.h
 lib/libxcvt.so
 lib/libxcvt.so.0
-lib/libxcvt.so.0.1.2
+lib/libxcvt.so.%%VERSION%%
 libdata/pkgconfig/libxcvt.pc
 share/man/man1/cvt.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412150133.4BF1XWub093838>