Index: head/security/highwayhash/Makefile =================================================================== --- head/security/highwayhash/Makefile (revision 548583) +++ head/security/highwayhash/Makefile (revision 548584) @@ -1,26 +1,29 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= highwayhash -PORTVERSION= g20200527 +PORTVERSION= g20200803 PORTEPOCH= 1 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org COMMENT= Fast strong hash functions: SipHash/HighwayHash LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_aarch64= fails to compile: /usr/lib/clang/5.0.0/include/mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms' BROKEN_powerpc64= fails to compile: g++6: error: unrecognized command line option '-mavx2' ONLY_FOR_ARCHS= aarch64 amd64 powerpc powerpc64 ONLY_FOR_ARCHS_REASON= Assembly is implemented only for specific architectures in highwayhash/tsc_timer.h USES= compiler:c++11-lang gmake USE_GITHUB= yes GH_ACCOUNT= google GH_TAGNAME= 954e56589a7e75bad04f1063174d78f8c17a9b3a USE_LDCONFIG= yes + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libhighwayhash.so .include Index: head/security/highwayhash/distinfo =================================================================== --- head/security/highwayhash/distinfo (revision 548583) +++ head/security/highwayhash/distinfo (revision 548584) @@ -1,3 +1,3 @@ -TIMESTAMP = 1590615887 -SHA256 (google-highwayhash-g20200527-954e56589a7e75bad04f1063174d78f8c17a9b3a_GH0.tar.gz) = 3ed4fe15de16117f03d42e82a22087eee33b3d12912d1475fcf100e3f4516833 -SIZE (google-highwayhash-g20200527-954e56589a7e75bad04f1063174d78f8c17a9b3a_GH0.tar.gz) = 159379 +TIMESTAMP = 1600060112 +SHA256 (google-highwayhash-g20200803-954e56589a7e75bad04f1063174d78f8c17a9b3a_GH0.tar.gz) = 3ed4fe15de16117f03d42e82a22087eee33b3d12912d1475fcf100e3f4516833 +SIZE (google-highwayhash-g20200803-954e56589a7e75bad04f1063174d78f8c17a9b3a_GH0.tar.gz) = 159379