Index: head/devel/hyperscan/Makefile =================================================================== --- head/devel/hyperscan/Makefile (revision 484270) +++ head/devel/hyperscan/Makefile (revision 484271) @@ -1,57 +1,57 @@ # $FreeBSD$ PORTNAME= hyperscan PORTVERSION= 4.7.0 PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= devel textproc 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 LICENSE= BSD3CLAUSE BUILD_DEPENDS= ragel:devel/ragel USE_GITHUB= yes -GH_ACCOUNT= 01org +GH_ACCOUNT= intel USES= compiler:c++11-lib cmake:outsource pathfix python:build ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= SSSE3 is required for work OPTIONS_DEFINE= SHARED NATIVE SHARED_DESC= Build shared library NATIVE_DESC= Build with native CPU tunes OPTIONS_DEFAULT= SHARED CMAKE_ARGS+= -DBOOST_ROOT=${WRKDIR}/boost_1_65_1 NATIVE_CXXFLAGS= -march=native -mtune=native NATIVE_CFLAGS= -march=native -mtune=native NATIVE_CXXFLAGS_OFF= -march=core2 NATIVE_CFLAGS_OFF= -march=core2 CFLAGS+= -fPIC .include .if ${PORT_OPTIONS:MSHARED} CMAKE_ARGS+= -DBUILD_STATIC_AND_SHARED=ON PLIST_SUB+= SHARED="" \ SOVERSION=${PORTVERSION} \ SOSHORTVERSION=${PORTVERSION:C/\.[0-9].[0-9]$//} .else PLIST_SUB+= SHARED="@comment " .endif # don't build hsbench tool post-patch: ${RM} ${WRKSRC}/tools/CMakeLists.txt do-test: cd ${BUILD_WRKSRC} && ${MAKE_CMD} unit .include Index: head/devel/hyperscan/distinfo =================================================================== --- head/devel/hyperscan/distinfo (revision 484270) +++ head/devel/hyperscan/distinfo (revision 484271) @@ -1,5 +1,5 @@ TIMESTAMP = 1532682273 SHA256 (boost_1_65_1.tar.gz) = a13de2c8fbad635e6ba9c8f8714a0e6b4264b60a29b964b940a22554705b6b60 SIZE (boost_1_65_1.tar.gz) = 97448134 -SHA256 (01org-hyperscan-v4.7.0_GH0.tar.gz) = a0c07b48ae80903001ab216b03fdf6359bfd5777b2976de728947725b335e941 -SIZE (01org-hyperscan-v4.7.0_GH0.tar.gz) = 1738159 +SHA256 (intel-hyperscan-v4.7.0_GH0.tar.gz) = a0c07b48ae80903001ab216b03fdf6359bfd5777b2976de728947725b335e941 +SIZE (intel-hyperscan-v4.7.0_GH0.tar.gz) = 1738159 Index: head/devel/hyperscan/pkg-descr =================================================================== --- head/devel/hyperscan/pkg-descr (revision 484270) +++ head/devel/hyperscan/pkg-descr (revision 484271) @@ -1,9 +1,9 @@ Hyperscan is a high-performance multiple regex matching library. It follows the regular expression syntax of the commonly-used libpcre library, yet functions as a standalone library with its own API written in C. Hyperscan uses hybrid automata techniques to allow simultaneous matching of large numbers (up to tens of thousands) of regular expressions, as well as matching of regular expressions across streams of data. -WWW: https://01.org/hyperscan +WWW: https://www.hyperscan.io/