From owner-svn-ports-head@freebsd.org Sat Mar 4 13:33:18 2017 Return-Path: Delivered-To: svn-ports-head@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 6D61ECF9C6B; Sat, 4 Mar 2017 13:33:18 +0000 (UTC) (envelope-from mat@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 1A04D1DD5; Sat, 4 Mar 2017 13:33:18 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v24DXHYP085163; Sat, 4 Mar 2017 13:33:17 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24DXGr6085160; Sat, 4 Mar 2017 13:33:16 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201703041333.v24DXGr6085160@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Sat, 4 Mar 2017 13:33:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435391 - in head/devel/hyperscan: . files X-SVN-Group: ports-head 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.23 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: Sat, 04 Mar 2017 13:33:18 -0000 Author: mat Date: Sat Mar 4 13:33:16 2017 New Revision: 435391 URL: https://svnweb.freebsd.org/changeset/ports/435391 Log: Update to 4.4.0. PR: 217116 Submitted by: Franco Fichtner Approved by: maintainer timeout Sponsored by: Absolight Modified: head/devel/hyperscan/Makefile (contents, props changed) head/devel/hyperscan/distinfo (contents, props changed) head/devel/hyperscan/files/patch-CMakeLists.txt (contents, props changed) Modified: head/devel/hyperscan/Makefile ============================================================================== --- head/devel/hyperscan/Makefile Sat Mar 4 12:57:33 2017 (r435390) +++ head/devel/hyperscan/Makefile Sat Mar 4 13:33:16 2017 (r435391) @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= hyperscan -PORTVERSION= 4.3.1 +PORTVERSION= 4.4.0 DISTVERSIONPREFIX= v CATEGORIES= devel textproc -MASTER_SITES= SF/boost/boost/1.59.0:boost -DISTFILES= boost_1_59_0.tar.gz:boost +MASTER_SITES= SF/boost/boost/1.61.0:boost +DISTFILES= boost_1_61_0.tar.gz:boost MAINTAINER= vsevolod@FreeBSD.org COMMENT= High-performance multiple regex matching library @@ -16,7 +16,7 @@ BUILD_DEPENDS= ragel:devel/ragel USE_GITHUB= yes GH_ACCOUNT= 01org -USES= compiler:c++11-lib cmake:outsource pathfix python:build pkgconfig +USES= compiler:c++11-lib cmake:outsource pathfix python:build pkgconfig sqlite:3 ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= SSSE3 is required for work @@ -31,7 +31,7 @@ CMAKE_BUILD_TYPE= Release CMAKE_BUILD_TYPE= Debug .endif -CMAKE_ARGS+= -DBOOST_ROOT=${WRKDIR}/boost_1_59_0 +CMAKE_ARGS+= -DBOOST_ROOT=${WRKDIR}/boost_1_61_0 .include Modified: head/devel/hyperscan/distinfo ============================================================================== --- head/devel/hyperscan/distinfo Sat Mar 4 12:57:33 2017 (r435390) +++ head/devel/hyperscan/distinfo Sat Mar 4 13:33:16 2017 (r435391) @@ -1,5 +1,5 @@ -TIMESTAMP = 1474198224 -SHA256 (boost_1_59_0.tar.gz) = 47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac -SIZE (boost_1_59_0.tar.gz) = 83709983 -SHA256 (01org-hyperscan-v4.3.1_GH0.tar.gz) = a7bce1287c06d53d1fb34266d024331a92ee24cbb2a7a75061b4ae50a30bae97 -SIZE (01org-hyperscan-v4.3.1_GH0.tar.gz) = 1426195 +TIMESTAMP = 1487173124 +SHA256 (boost_1_61_0.tar.gz) = a77c7cc660ec02704c6884fbb20c552d52d60a18f26573c9cee0788bf00ed7e6 +SIZE (boost_1_61_0.tar.gz) = 104864830 +SHA256 (01org-hyperscan-v4.4.0_GH0.tar.gz) = 6ff1b47ce9888803ce6dfa8e1efbab30ec53f984410275d7a45138825af0a0d5 +SIZE (01org-hyperscan-v4.4.0_GH0.tar.gz) = 1514719 Modified: head/devel/hyperscan/files/patch-CMakeLists.txt ============================================================================== --- head/devel/hyperscan/files/patch-CMakeLists.txt Sat Mar 4 12:57:33 2017 (r435390) +++ head/devel/hyperscan/files/patch-CMakeLists.txt Sat Mar 4 13:33:16 2017 (r435391) @@ -1,7 +1,7 @@ ---- CMakeLists.txt.orig 2015-12-18 03:41:50.000000000 +0000 -+++ CMakeLists.txt 2016-02-22 13:28:07.548454000 +0000 -@@ -954,6 +954,6 @@ - install(TARGETS hs_shared DESTINATION lib) +--- CMakeLists.txt.orig 2017-01-20 03:16:41 UTC ++++ CMakeLists.txt +@@ -1217,6 +1217,6 @@ install(TARGETS hs_shared + LIBRARY DESTINATION lib) endif() -if(NOT WIN32)