Index: head/security/highwayhash/Makefile =================================================================== --- head/security/highwayhash/Makefile (revision 481117) +++ head/security/highwayhash/Makefile (revision 481118) @@ -1,42 +1,32 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= highwayhash -PORTVERSION= g20180626 +PORTVERSION= g20181002 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-lib gmake USE_GITHUB= yes GH_ACCOUNT= google -GH_TAGNAME= 9099074 +GH_TAGNAME= c5ee50b USE_LDCONFIG= yes # workaround for https://github.com/google/highwayhash/issues/69 -MAKE_ARGS= INCDIR=${PREFIX}/include XLIBDIR=${PREFIX}/lib - -post-patch: - # Install flags upstream issue: https://github.com/google/highwayhash/issues/58 - @${REINPLACE_CMD} -e '\ - s|LIBDIR|XLIBDIR|; \ - s| -O3||; \ - s|install -m0755 high|${INSTALL_DATA} high|; \ - s|install -m0755 lib|${INSTALL_LIB} lib|' \ - ${WRKSRC}/Makefile post-install: # Symlink upstream issue: https://github.com/google/highwayhash/issues/57 ${RM} ${STAGEDIR}${PREFIX}/lib/libhighwayhash.so ${LN} -s libhighwayhash.so.0 ${STAGEDIR}${PREFIX}/lib/libhighwayhash.so .include Index: head/security/highwayhash/distinfo =================================================================== --- head/security/highwayhash/distinfo (revision 481117) +++ head/security/highwayhash/distinfo (revision 481118) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531106973 -SHA256 (google-highwayhash-g20180626-9099074_GH0.tar.gz) = f53b38584d4bbc09c021a08c32fe09396eed3315cfa3e354575997b0cdd4946e -SIZE (google-highwayhash-g20180626-9099074_GH0.tar.gz) = 152325 +TIMESTAMP = 1538491392 +SHA256 (google-highwayhash-g20181002-c5ee50b_GH0.tar.gz) = 728a25a21f9d9f4e0af418bc41167a666b9ea1ba9133f5211becef4f9a3fc47a +SIZE (google-highwayhash-g20181002-c5ee50b_GH0.tar.gz) = 153393