svn commit: r484271 - head/devel/hyperscan

Jan Beich jbeich at FreeBSD.org
Tue Nov 6 00:45:43 UTC 2018


Author: jbeich
Date: Tue Nov  6 00:45:41 2018
New Revision: 484271
URL: https://svnweb.freebsd.org/changeset/ports/484271

Log:
  devel/hyperscan: chase HTTP redirect
  
  WWW is still working but has:
    Note: The official Hyperscan website has moved to hyperscan.io.

Modified:
  head/devel/hyperscan/Makefile   (contents, props changed)
  head/devel/hyperscan/distinfo   (contents, props changed)
  head/devel/hyperscan/pkg-descr   (contents, props changed)

Modified: head/devel/hyperscan/Makefile
==============================================================================
--- head/devel/hyperscan/Makefile	Tue Nov  6 00:45:23 2018	(r484270)
+++ head/devel/hyperscan/Makefile	Tue Nov  6 00:45:41 2018	(r484271)
@@ -16,7 +16,7 @@ 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

Modified: head/devel/hyperscan/distinfo
==============================================================================
--- head/devel/hyperscan/distinfo	Tue Nov  6 00:45:23 2018	(r484270)
+++ head/devel/hyperscan/distinfo	Tue Nov  6 00:45:41 2018	(r484271)
@@ -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

Modified: head/devel/hyperscan/pkg-descr
==============================================================================
--- head/devel/hyperscan/pkg-descr	Tue Nov  6 00:45:23 2018	(r484270)
+++ head/devel/hyperscan/pkg-descr	Tue Nov  6 00:45:41 2018	(r484271)
@@ -6,4 +6,4 @@ Hyperscan uses hybrid automata techniques to allow sim
 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/


More information about the svn-ports-all mailing list