Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Oct 2018 14:47:51 +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: r481118 - head/security/highwayhash
Message-ID:  <201810021447.w92ElplN089947@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Oct  2 14:47:51 2018
New Revision: 481118
URL: https://svnweb.freebsd.org/changeset/ports/481118

Log:
  security/highwayhash: Update g20180626 -> g20181002
  
  Wrong installation directory is fixed.

Modified:
  head/security/highwayhash/Makefile
  head/security/highwayhash/distinfo

Modified: head/security/highwayhash/Makefile
==============================================================================
--- head/security/highwayhash/Makefile	Tue Oct  2 14:30:48 2018	(r481117)
+++ head/security/highwayhash/Makefile	Tue Oct  2 14:47:51 2018	(r481118)
@@ -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 fo
 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

Modified: head/security/highwayhash/distinfo
==============================================================================
--- head/security/highwayhash/distinfo	Tue Oct  2 14:30:48 2018	(r481117)
+++ head/security/highwayhash/distinfo	Tue Oct  2 14:47:51 2018	(r481118)
@@ -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



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