Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Apr 2020 19:05:35 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533386 - in head/security/highwayhash: . files
Message-ID:  <202004291905.03TJ5Z1v023678@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Apr 29 19:05:35 2020
New Revision: 533386
URL: https://svnweb.freebsd.org/changeset/ports/533386

Log:
  security/highwayhash: Update g20190324 -> g20191102

Added:
  head/security/highwayhash/files/
  head/security/highwayhash/files/patch-Makefile   (contents, props changed)
Modified:
  head/security/highwayhash/Makefile
  head/security/highwayhash/distinfo

Modified: head/security/highwayhash/Makefile
==============================================================================
--- head/security/highwayhash/Makefile	Wed Apr 29 19:04:46 2020	(r533385)
+++ head/security/highwayhash/Makefile	Wed Apr 29 19:05:35 2020	(r533386)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	highwayhash
-PORTVERSION=	g20190324
-PORTREVISION=	1
+PORTVERSION=	g20191102
 PORTEPOCH=	1
 CATEGORIES=	security
 
@@ -18,10 +17,10 @@ BROKEN_powerpc64=	fails to compile: g++6: error: unrec
 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
+USES=		compiler:c++11-lang gmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	google
-GH_TAGNAME=	30bd801
+GH_TAGNAME=	0aaf66bb8a1634ceee4b778df51a652bdf4e1f17
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>

Modified: head/security/highwayhash/distinfo
==============================================================================
--- head/security/highwayhash/distinfo	Wed Apr 29 19:04:46 2020	(r533385)
+++ head/security/highwayhash/distinfo	Wed Apr 29 19:05:35 2020	(r533386)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1563763616
-SHA256 (google-highwayhash-g20190324-30bd801_GH0.tar.gz) = 9a00d0a1b28e57ec9a20487e975dcb023536c6944d2ece1ed24ffd1e62f34b63
-SIZE (google-highwayhash-g20190324-30bd801_GH0.tar.gz) = 158965
+TIMESTAMP = 1588185631
+SHA256 (google-highwayhash-g20191102-0aaf66bb8a1634ceee4b778df51a652bdf4e1f17_GH0.tar.gz) = a850ffb5f83854c22afa2350cca177ba00a4e2058e99f0c79bc8901dd3c08d1b
+SIZE (google-highwayhash-g20191102-0aaf66bb8a1634ceee4b778df51a652bdf4e1f17_GH0.tar.gz) = 159261

Added: head/security/highwayhash/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/highwayhash/files/patch-Makefile	Wed Apr 29 19:05:35 2020	(r533386)
@@ -0,0 +1,11 @@
+--- Makefile.orig	2020-04-29 18:43:05 UTC
++++ Makefile
+@@ -1,7 +1,7 @@
+ # We assume X64 unless HH_POWER, HH_ARM, or HH_AARCH64 are defined.
+ 
+ override CPPFLAGS += -I.
+-override CXXFLAGS += -std=c++11 -Wall -O3 -fPIC -pthread
++override CXXFLAGS += -std=c++11 -Wall -fPIC -pthread
+ override LDFLAGS += -pthread
+ 
+ PREFIX ?= /usr/local



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004291905.03TJ5Z1v023678>