From owner-svn-ports-all@freebsd.org Thu Sep 21 16:00:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E311E0D095; Thu, 21 Sep 2017 16:00:37 +0000 (UTC) (envelope-from gahr@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 mx1.freebsd.org (Postfix) with ESMTPS id 1D6B9839E1; Thu, 21 Sep 2017 16:00:37 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8LG0abK014467; Thu, 21 Sep 2017 16:00:36 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8LG0aDA014465; Thu, 21 Sep 2017 16:00:36 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201709211600.v8LG0aDA014465@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Thu, 21 Sep 2017 16:00:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450271 - head/devel/hyperscan X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: head/devel/hyperscan X-SVN-Commit-Revision: 450271 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2017 16:00:37 -0000 Author: gahr Date: Thu Sep 21 16:00:35 2017 New Revision: 450271 URL: https://svnweb.freebsd.org/changeset/ports/450271 Log: devel/hyperscan: update to 4.5.2, use newer boost for building Changelogs: https://github.com/01org/hyperscan/releases/tag/v4.5.2 https://github.com/01org/hyperscan/releases/tag/v4.5.1 PR: 222218 Submitted by: gahr Approved by: vsevolod (maintainer) Modified: head/devel/hyperscan/Makefile head/devel/hyperscan/distinfo Modified: head/devel/hyperscan/Makefile ============================================================================== --- head/devel/hyperscan/Makefile Thu Sep 21 15:58:41 2017 (r450270) +++ head/devel/hyperscan/Makefile Thu Sep 21 16:00:35 2017 (r450271) @@ -1,12 +1,11 @@ # $FreeBSD$ PORTNAME= hyperscan -PORTVERSION= 4.4.1 -PORTREVISION= 2 +PORTVERSION= 4.5.2 DISTVERSIONPREFIX= v CATEGORIES= devel textproc -MASTER_SITES= SF/boost/boost/1.61.0:boost -DISTFILES= boost_1_61_0.tar.gz:boost +MASTER_SITES= SF/boost/boost/1.65.1:boost +DISTFILES= boost_1_65_1.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_61_0 +CMAKE_ARGS+= -DBOOST_ROOT=${WRKDIR}/boost_1_65_1 NATIVE_CXXFLAGS= -march=native -mtune=native NATIVE_CFLAGS= -march=native -mtune=native Modified: head/devel/hyperscan/distinfo ============================================================================== --- head/devel/hyperscan/distinfo Thu Sep 21 15:58:41 2017 (r450270) +++ head/devel/hyperscan/distinfo Thu Sep 21 16:00:35 2017 (r450271) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490739901 -SHA256 (boost_1_61_0.tar.gz) = a77c7cc660ec02704c6884fbb20c552d52d60a18f26573c9cee0788bf00ed7e6 -SIZE (boost_1_61_0.tar.gz) = 104864830 -SHA256 (01org-hyperscan-v4.4.1_GH0.tar.gz) = 3a082d92a3cb0cd724bc1190d24cc39752bd3db35d22115fda03d2e91ccd94cd -SIZE (01org-hyperscan-v4.4.1_GH0.tar.gz) = 1515106 +TIMESTAMP = 1505999798 +SHA256 (boost_1_65_1.tar.gz) = a13de2c8fbad635e6ba9c8f8714a0e6b4264b60a29b964b940a22554705b6b60 +SIZE (boost_1_65_1.tar.gz) = 97448134 +SHA256 (01org-hyperscan-v4.5.2_GH0.tar.gz) = 1f8fa44e94b642e54edc6a74cb8117d01984c0e661a15cad5a785e3ba28d18f5 +SIZE (01org-hyperscan-v4.5.2_GH0.tar.gz) = 1521484