git: 3030080c75b9 - main - net/sngrep: Update to 1.6.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 11 Sep 2022 19:14:06 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3030080c75b966b7ab9676cd6eaf6c900345b7a4
commit 3030080c75b966b7ab9676cd6eaf6c900345b7a4
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-09-11 19:08:39 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-09-11 19:13:59 +0000
net/sngrep: Update to 1.6.0
Sngrep now also support pcre2 so use that instead of pcre(1) library
Changelog:
https://github.com/irontec/sngrep/releases/tag/v1.6.0
PR: 266369
Reviewed by: Talal Al Dik <tad@vif.com> (maintainer)
---
net/sngrep/Makefile | 6 +++---
net/sngrep/distinfo | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/net/sngrep/Makefile b/net/sngrep/Makefile
index f0cd0bd51612..88df9e55a2ab 100644
--- a/net/sngrep/Makefile
+++ b/net/sngrep/Makefile
@@ -1,5 +1,5 @@
PORTNAME= sngrep
-DISTVERSION= 1.4.9
+DISTVERSION= 1.6.0
CATEGORIES= net
MASTER_SITES= https://github.com/irontec/${PORTNAME}/releases/download/v${DISTVERSION}/
@@ -35,8 +35,8 @@ OPENSSL_CONFIGURE_ENV+= SSL_CFLAGS="-I${OPENSSLINC}" \
SSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl"
OPENSSL_CONFIGURE_WITH= openssl
-PCRE_CONFIGURE_WITH= pcre
-PCRE_LIB_DEPENDS= libpcre.so:devel/pcre
+PCRE_CONFIGURE_WITH= pcre2
+PCRE_LIB_DEPENDS= libpcre2-8.so:devel/pcre2
UNICODE_CONFIGURE_ENABLE= unicode
diff --git a/net/sngrep/distinfo b/net/sngrep/distinfo
index 90af2d644edb..b8d7c29b3f4e 100644
--- a/net/sngrep/distinfo
+++ b/net/sngrep/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1621754410
-SHA256 (sngrep-1.4.9.tar.gz) = 3c6f28b5c795a5b1844a8997aa430aba72e083c8bd52939990900450c5f4c85a
-SIZE (sngrep-1.4.9.tar.gz) = 238680
+TIMESTAMP = 1662114859
+SHA256 (sngrep-1.6.0.tar.gz) = fd80964d6560f2ff57b4f5bef2353d1a6f7c48d2f1a5f0a167c854bd2e801999
+SIZE (sngrep-1.6.0.tar.gz) = 248091