Date: Tue, 11 Jan 2022 18:53:14 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: 413313441334 - main - devel/xxhash: Cosmetic change Message-ID: <202201111853.20BIrEA2061196@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=413313441334a23022b5f6f5b145636443cff37e commit 413313441334a23022b5f6f5b145636443cff37e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-11 17:12:11 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-11 18:44:00 +0000 devel/xxhash: Cosmetic change --- devel/xxhash/Makefile | 4 ++-- devel/xxhash/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/xxhash/Makefile b/devel/xxhash/Makefile index 7a8009074b25..68f528c6d1dd 100644 --- a/devel/xxhash/Makefile +++ b/devel/xxhash/Makefile @@ -1,6 +1,6 @@ PORTNAME= xxhash +PORTVERSION= 0.8.1 DISTVERSIONPREFIX= v -DISTVERSION= 0.8.1 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org @@ -14,7 +14,7 @@ USES= gmake USE_LDCONFIG= yes TEST_TARGET= check -PLIST_SUB= DISTVERSION=${DISTVERSION} +PLIST_SUB= PORTVERSION=${PORTVERSION} USE_GITHUB= yes GH_ACCOUNT= Cyan4973 diff --git a/devel/xxhash/pkg-plist b/devel/xxhash/pkg-plist index b211cb020cb9..0d76b21b9c25 100644 --- a/devel/xxhash/pkg-plist +++ b/devel/xxhash/pkg-plist @@ -7,7 +7,7 @@ include/xxhash.h lib/libxxhash.a lib/libxxhash.so lib/libxxhash.so.0 -lib/libxxhash.so.%%DISTVERSION%% +lib/libxxhash.so.%%PORTVERSION%% libdata/pkgconfig/libxxhash.pc man/man1/xxh128sum.1.gz man/man1/xxh32sum.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201111853.20BIrEA2061196>