Bug 218275

Summary: devel/hyperscan: update to 4.4.1
Product: Ports & Packages Reporter: Anton Yuzhaninov <citrin+pr>
Component: Individual Port(s)Assignee: Vsevolod Stakhov <vsevolod>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (vsevolod)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Update to 4.4.1 none

Description Anton Yuzhaninov 2017-03-31 22:17:32 UTC
Created attachment 181363 [details]
Update to 4.4.1

Update devel/hyperscan to 4.4.1

- use options helpers
- don't build hsbench (was not installed anyway) and remove sqlite from depends
- add tests target
- pkgconfig is not used during build, remove it from USES
- CMAKE_BUILD_TYPE=Debug added by Mk/Uses/cmake.mk when WITH_DEBUG is set, remove it from port's Makefile

Tested with poudriere testport on FreeBSD 10.3 and 11.0 amd64 (this port is amd64 only).
portlint: looks fine.

Dependencies (mail/rspamd-devel, mail/rspamd, security/suricata) build tested with new hyperscan. PORTRESISION bump don't need - no ABI changes between 4.4.0 and 4.4.1 is expected.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-04-01 08:51:03 UTC
A commit references this bug:

Author: vsevolod
Date: Sat Apr  1 08:50:08 UTC 2017
New revision: 437398
URL: https://svnweb.freebsd.org/changeset/ports/437398

Log:
  - use options helpers
  - don't build hsbench (was not installed anyway) and remove sqlite from depends
  - add tests target
  - pkgconfig is not used during build, remove it from USES
  - CMAKE_BUILD_TYPE=Debug added by Mk/Uses/cmake.mk when WITH_DEBUG is set,
      remove it from port's Makefile

  PR:		218275
  Submitted by:	Anton Yuzhaninov <citrin+pr at citrin.ru>

Changes:
  head/devel/hyperscan/Makefile
  head/devel/hyperscan/distinfo
Comment 2 Vsevolod Stakhov freebsd_committer freebsd_triage 2017-04-01 08:55:03 UTC
Committed, thank you!