Date: Sun, 19 May 2024 22:20:38 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7f46b68a572d - main - devel/grpc: Cosmetic change Message-ID: <202405192220.44JMKc3x097388@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7f46b68a572d584614dc51319837a73f6fc65eb4 commit 7f46b68a572d584614dc51319837a73f6fc65eb4 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-19 22:20:35 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-19 22:20:35 +0000 devel/grpc: Cosmetic change --- devel/grpc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/grpc/Makefile b/devel/grpc/Makefile index 5feeddcc839d..9a31b48fcd62 100644 --- a/devel/grpc/Makefile +++ b/devel/grpc/Makefile @@ -47,8 +47,8 @@ USE_CSTD= c11 USE_CXXSTD= c++17 USE_LDCONFIG= yes -PLIST_SUB= SHLIB_MAJOR=${PORTVERSION:R} \ - SHLIB_MINOR=${PORTVERSION:E} +PLIST_SUB= PORTVERSION=${PORTVERSION} \ + SHLIB_VER=${PORTVERSION:R} CONFLICTS_INSTALL= grpc[0-9][0-9][0-9]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405192220.44JMKc3x097388>