Skip to content

Commit

Permalink
net/sngrep: update to 1.7.0
Browse files Browse the repository at this point in the history
 - enable zlib support

Changelog: https://github.com/irontec/sngrep/releases/tag/v1.7.0

PR:		273635
Approved by:	Talal Al Dik <tad@vif.com> (maintainer)
  • Loading branch information
Herbert J. Skuhra authored and clausecker committed Oct 4, 2023
1 parent 930f7ed commit 4c40691
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion net/sngrep/Makefile
@@ -1,5 +1,5 @@
PORTNAME= sngrep
DISTVERSION= 1.6.0
DISTVERSION= 1.7.0
CATEGORIES= net
MASTER_SITES= https://github.com/irontec/${PORTNAME}/releases/download/v${DISTVERSION}/

Expand All @@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= autoreconf localbase ncurses pkgconfig

GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-zlib

OPTIONS_DEFINE= EEP IPV6 PCRE UNICODE
OPTIONS_DEFAULT= EEP IPV6 UNICODE OPENSSL
Expand Down
6 changes: 3 additions & 3 deletions net/sngrep/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1662114859
SHA256 (sngrep-1.6.0.tar.gz) = fd80964d6560f2ff57b4f5bef2353d1a6f7c48d2f1a5f0a167c854bd2e801999
SIZE (sngrep-1.6.0.tar.gz) = 248091
TIMESTAMP = 1694165436
SHA256 (sngrep-1.7.0.tar.gz) = 2e5ba3a4d6486ea00bd73d2cceff383ba162dcd6d0170ae74cfa3b1c206e2cb1
SIZE (sngrep-1.7.0.tar.gz) = 248947
2 changes: 1 addition & 1 deletion net/sngrep/pkg-plist
@@ -1,3 +1,3 @@
bin/sngrep
@sample %%ETCDIR%%rc %%ETCDIR%%rc.sample
@sample etc/sngreprc etc/sngreprc.sample
man/man8/sngrep.8.gz

0 comments on commit 4c40691

Please sign in to comment.