From owner-dev-commits-ports-main@freebsd.org Tue Apr 6 13:16:00 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9CEAD5D0FFF; Tue, 6 Apr 2021 13:16:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FF7M4452tz4r1r; Tue, 6 Apr 2021 13:16:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7F2154A30; Tue, 6 Apr 2021 13:16:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 136DG04h002146; Tue, 6 Apr 2021 13:16:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 136DG08T002145; Tue, 6 Apr 2021 13:16:00 GMT (envelope-from git) Date: Tue, 6 Apr 2021 13:16:00 GMT Message-Id: <202104061316.136DG08T002145@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Vsevolod Stakhov Subject: git: a52662a72f55 - main - - Update to 5.4.0 [1] - Update embedded boost to 1.75 [1] - Slightly improve boost version handling MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: vsevolod X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a52662a72f5541c0d871f17c46832e7726657a87 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Apr 2021 13:16:00 -0000 The branch main has been updated by vsevolod: URL: https://cgit.FreeBSD.org/ports/commit/?id=a52662a72f5541c0d871f17c46832e7726657a87 commit a52662a72f5541c0d871f17c46832e7726657a87 Author: Vsevolod Stakhov AuthorDate: 2021-04-06 13:13:58 +0000 Commit: Vsevolod Stakhov 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 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 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