From owner-svn-ports-head@freebsd.org Sun May 10 19:24:45 2020 Return-Path: Delivered-To: svn-ports-head@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 96FD52F1800; Sun, 10 May 2020 19:24:45 +0000 (UTC) (envelope-from vsevolod@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49KvCK3RZMz4YVH; Sun, 10 May 2020 19:24:45 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 71614A335; Sun, 10 May 2020 19:24:45 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04AJOj9M069824; Sun, 10 May 2020 19:24:45 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04AJOjuw069821; Sun, 10 May 2020 19:24:45 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <202005101924.04AJOjuw069821@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Sun, 10 May 2020 19:24:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534860 - head/devel/hyperscan X-SVN-Group: ports-head X-SVN-Commit-Author: vsevolod X-SVN-Commit-Paths: head/devel/hyperscan X-SVN-Commit-Revision: 534860 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 May 2020 19:24:45 -0000 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 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