Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jul 2024 00:58:12 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: 5beb1fce7e43 - main - textproc/nuspell: simplify plist updates
Message-ID:  <202407040058.4640wC1h018576@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by jbeich:

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

commit 5beb1fce7e435c21d2fcbef0ba7583f986e66b73
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-07-04 00:26:06 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-07-04 00:52:49 +0000

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

diff --git a/textproc/nuspell/Makefile b/textproc/nuspell/Makefile
index 198f43b5b7f1..a8cb0339b44e 100644
--- a/textproc/nuspell/Makefile
+++ b/textproc/nuspell/Makefile
@@ -18,6 +18,7 @@ USES=		cmake:testing compiler:c++17-lang
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 CMAKE_OFF+=	${CMAKE_TESTING_ON}
+PLIST_SUB=	VERSION=${PORTVERSION}
 
 post-patch:
 # Skip README as it only contains install instructions
diff --git a/textproc/nuspell/pkg-plist b/textproc/nuspell/pkg-plist
index 659e4ccd96f4..628e1f98c8b6 100644
--- a/textproc/nuspell/pkg-plist
+++ b/textproc/nuspell/pkg-plist
@@ -14,5 +14,5 @@ lib/cmake/nuspell/NuspellTargets-%%CMAKE_BUILD_TYPE%%.cmake
 lib/cmake/nuspell/NuspellTargets.cmake
 lib/libnuspell.so
 lib/libnuspell.so.5
-lib/libnuspell.so.5.1.4
+lib/libnuspell.so.5.1.5
 libdata/pkgconfig/nuspell.pc


home | help

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