Bug 218275 - devel/hyperscan: update to 4.4.1
Summary: devel/hyperscan: update to 4.4.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Vsevolod Stakhov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-31 22:17 UTC by Anton Yuzhaninov
Modified: 2017-04-01 08:55 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (vsevolod)


Attachments
Update to 4.4.1 (2.24 KB, patch)
2017-03-31 22:17 UTC, Anton Yuzhaninov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!