Date: Tue, 6 Apr 2021 13:16:00 GMT From: Vsevolod Stakhov <vsevolod@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a52662a72f55 - main - - Update to 5.4.0 [1] - Update embedded boost to 1.75 [1] - Slightly improve boost version handling Message-ID: <202104061316.136DG08T002145@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vsevolod: URL: https://cgit.FreeBSD.org/ports/commit/?id=a52662a72f5541c0d871f17c46832e7726657a87 commit a52662a72f5541c0d871f17c46832e7726657a87 Author: Vsevolod Stakhov <vsevolod@FreeBSD.org> AuthorDate: 2021-04-06 13:13:58 +0000 Commit: Vsevolod Stakhov <vsevolod@FreeBSD.org> CommitDate: 2021-04-06 13:15:56 +0000 - Update to 5.4.0 [1] - Update embedded boost to 1.75 [1] - Slightly improve boost version handling Submitted by: Marcel Siemienowski <marcel.siemienowski at outlook.com> via email[1] --- devel/hyperscan/Makefile | 10 ++++++---- devel/hyperscan/distinfo | 10 +++++----- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/devel/hyperscan/Makefile b/devel/hyperscan/Makefile index 17ea7c17fc4e..e21e7ec3cb9d 100644 --- a/devel/hyperscan/Makefile +++ b/devel/hyperscan/Makefile @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= hyperscan -PORTVERSION= 5.2.1 +PORTVERSION= 5.4.0 DISTVERSIONPREFIX= v CATEGORIES= devel textproc -MASTER_SITES= SF/boost/boost/1.73.0:boost -DISTFILES= boost_1_73_0.tar.gz:boost +MASTER_SITES= SF/boost/boost/${BOOST_VERSION}:boost +DISTFILES= boost_${BOOST_VERSION_UNDER}.tar.gz:boost MAINTAINER= vsevolod@FreeBSD.org COMMENT= High-performance multiple regex matching library @@ -25,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_73_0 +CMAKE_ARGS+= -DBOOST_ROOT=${WRKDIR}/boost_${BOOST_VERSION_UNDER} NATIVE_CXXFLAGS= -march=native -mtune=native NATIVE_CFLAGS= -march=native -mtune=native @@ -34,6 +34,8 @@ NATIVE_CXXFLAGS_OFF= -march=core2 NATIVE_CFLAGS_OFF= -march=core2 CFLAGS+= -fPIC +BOOST_VERSION= 1.75.0 +BOOST_VERSION_UNDER= ${BOOST_VERSION:C/\./_/g} .include <bsd.port.options.mk> diff --git a/devel/hyperscan/distinfo b/devel/hyperscan/distinfo index 7c87beda25ef..e450af13c49f 100644 --- a/devel/hyperscan/distinfo +++ b/devel/hyperscan/distinfo @@ -1,5 +1,5 @@ -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 +TIMESTAMP = 1617709924 +SHA256 (boost_1_75_0.tar.gz) = aeb26f80e80945e82ee93e5939baebdca47b9dee80a07d3144be1e1a6a66dd6a +SIZE (boost_1_75_0.tar.gz) = 143817536 +SHA256 (intel-hyperscan-v5.4.0_GH0.tar.gz) = e51aba39af47e3901062852e5004d127fa7763b5dbbc16bcca4265243ffa106f +SIZE (intel-hyperscan-v5.4.0_GH0.tar.gz) = 1844963
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104061316.136DG08T002145>