aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-31 16:30:02 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-31 16:39:49 +0000
commitb2833c6d0037e70c098fb2360f55f93c5f593b56 (patch)
tree23fb553ff17c253f3131e65c47056747591c14e9
parent0e6b75895c3a1ed0686ebce502cb2e47aeee19ea (diff)
downloadports-b2833c6d0037e70c098fb2360f55f93c5f593b56.tar.gz
ports-b2833c6d0037e70c098fb2360f55f93c5f593b56.zip
devel/xxhash: Update WWW
- Cosmetic change
-rw-r--r--devel/xxhash/Makefile10
1 files 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 <bsd.port.mk>