Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 2020 19:24:45 +0000 (UTC)
From:      Vsevolod Stakhov <vsevolod@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534860 - head/devel/hyperscan
Message-ID:  <202005101924.04AJOjuw069821@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vsevolod
Date: Sun May 10 19:24:44 2020
New Revision: 534860
URL: https://svnweb.freebsd.org/changeset/ports/534860

Log:
  - Update to 5.2.1
  - Update embedded boost to 1.73.0
  
  Submitted by:	Marcel Siemienowski <marcel.siemienowski at outlook.com> via email

Modified:
  head/devel/hyperscan/Makefile
  head/devel/hyperscan/distinfo

Modified: head/devel/hyperscan/Makefile
==============================================================================
--- head/devel/hyperscan/Makefile	Sun May 10 19:01:43 2020	(r534859)
+++ head/devel/hyperscan/Makefile	Sun May 10 19:24:44 2020	(r534860)
@@ -1,12 +1,11 @@
 # $FreeBSD$
 
 PORTNAME=	hyperscan
-PORTVERSION=	4.7.0
-PORTREVISION=	3
+PORTVERSION=	5.2.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	devel textproc
-MASTER_SITES=	SF/boost/boost/1.65.1:boost
-DISTFILES=	boost_1_65_1.tar.gz:boost
+MASTER_SITES=	SF/boost/boost/1.73.0:boost
+DISTFILES=	boost_1_73_0.tar.gz:boost
 
 MAINTAINER=	vsevolod@FreeBSD.org
 COMMENT=	High-performance multiple regex matching library
@@ -26,7 +25,7 @@ SHARED_DESC=		Build shared library
 NATIVE_DESC=		Build with native CPU tunes
 OPTIONS_DEFAULT=	SHARED
 
-CMAKE_ARGS+=	-DBOOST_ROOT=${WRKDIR}/boost_1_65_1
+CMAKE_ARGS+=	-DBOOST_ROOT=${WRKDIR}/boost_1_73_1
 
 NATIVE_CXXFLAGS=	-march=native -mtune=native
 NATIVE_CFLAGS=		-march=native -mtune=native

Modified: head/devel/hyperscan/distinfo
==============================================================================
--- head/devel/hyperscan/distinfo	Sun May 10 19:01:43 2020	(r534859)
+++ head/devel/hyperscan/distinfo	Sun May 10 19:24:44 2020	(r534860)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1532682273
-SHA256 (boost_1_65_1.tar.gz) = a13de2c8fbad635e6ba9c8f8714a0e6b4264b60a29b964b940a22554705b6b60
-SIZE (boost_1_65_1.tar.gz) = 97448134
-SHA256 (intel-hyperscan-v4.7.0_GH0.tar.gz) = a0c07b48ae80903001ab216b03fdf6359bfd5777b2976de728947725b335e941
-SIZE (intel-hyperscan-v4.7.0_GH0.tar.gz) = 1738159
+TIMESTAMP = 1589135814
+SHA256 (boost_1_73_0.tar.gz) = 9995e192e68528793755692917f9eb6422f3052a53c5e13ba278a228af6c7acf
+SIZE (boost_1_73_0.tar.gz) = 128699082
+SHA256 (intel-hyperscan-v5.2.1_GH0.tar.gz) = fd879e4ee5ecdd125e3a79ef040886978ae8f1203832d5a3f050c48f17eec867
+SIZE (intel-hyperscan-v5.2.1_GH0.tar.gz) = 1818935



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