diff options
author | yuri <yuri@FreeBSD.org> | 2018-10-02 22:47:51 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-10-02 22:47:51 +0800 |
commit | 4027592a8bf9959138cb8eb4058447ac174ce0e4 (patch) | |
tree | 3b423750d84a5d288d6cb986a6a8b242d3c7f603 /security | |
parent | 3907c79fa40902fd0cc312a4263b181d499beb88 (diff) | |
download | freebsd-ports-gnome-4027592a8bf9959138cb8eb4058447ac174ce0e4.tar.gz freebsd-ports-gnome-4027592a8bf9959138cb8eb4058447ac174ce0e4.tar.zst freebsd-ports-gnome-4027592a8bf9959138cb8eb4058447ac174ce0e4.zip |
security/highwayhash: Update g20180626 -> g20181002
Wrong installation directory is fixed.
Diffstat (limited to 'security')
-rw-r--r-- | security/highwayhash/Makefile | 14 | ||||
-rw-r--r-- | security/highwayhash/distinfo | 6 |
2 files changed, 5 insertions, 15 deletions
diff --git a/security/highwayhash/Makefile b/security/highwayhash/Makefile index f03fa2249eeb..7d98082f52bc 100644 --- a/security/highwayhash/Makefile +++ b/security/highwayhash/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= highwayhash -PORTVERSION= g20180626 +PORTVERSION= g20181002 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org @@ -19,20 +19,10 @@ ONLY_FOR_ARCHS_REASON= Assembly is implemented only for specific architectures i 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 diff --git a/security/highwayhash/distinfo b/security/highwayhash/distinfo index fb1a3215e8a6..4ce40b450275 100644 --- a/security/highwayhash/distinfo +++ b/security/highwayhash/distinfo @@ -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 |