From b2833c6d0037e70c098fb2360f55f93c5f593b56 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Tue, 1 Aug 2023 00:30:02 +0800 Subject: [PATCH] devel/xxhash: Update WWW - Cosmetic change --- devel/xxhash/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/xxhash/Makefile b/devel/xxhash/Makefile index c610b2ccd9d0..373d3b050672 100644 --- a/devel/xxhash/Makefile +++ b/devel/xxhash/Makefile @@ -1,20 +1,21 @@ PORTNAME= xxhash PORTVERSION= 0.8.1 -PORTREVISION= 2 DISTVERSIONPREFIX= v +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org COMMENT= Extremely fast non-cryptographic hash algorithm -WWW= https://cyan4973.github.io/xxHash/ +WWW= https://xxhash.com/ \ + https://github.com/Cyan4973/xxHash LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake -USE_LDCONFIG= yes TEST_TARGET= check +USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION} @@ -25,7 +26,6 @@ GH_PROJECT= xxHash PORTSCOUT= limit:^v[0-9\.]* post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xxhsum - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxxhash.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xxhsum ${STAGEDIR}${PREFIX}/lib/libxxhash.so .include