Skip to content

Commit

Permalink
dns/drool: update to version 2.0.0
Browse files Browse the repository at this point in the history
ChangeLog: https://www.dns-oarc.net/tools/drool

PR:	263148
Reported by:	jaap@NLnetLabs.nl (maintainer)
  • Loading branch information
Jakker authored and fernape committed Apr 22, 2022
1 parent 978e268 commit 60d0d50
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
12 changes: 5 additions & 7 deletions dns/drool/Makefile
@@ -1,7 +1,7 @@
# Created by: Jaap Akkerhuis <jaap@NLnetLabs.nl>

PORTNAME= drool
DISTVERSION= 1.1.0
DISTVERSION= 2.0.0
CATEGORIES= dns
MASTER_SITES= https://www.dns-oarc.net/files/drool/

Expand All @@ -11,14 +11,12 @@ COMMENT= Replay DNS traffic from packet capture files
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

LIB_DEPENDS= libev.so:devel/libev
MY_DEPENDS= dnsjit:dns/dnsjit
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}

USES= pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CPPFLAGS+= $$(pkg-config libev --cflags-only-I)
LDFLAGS+= $$(pkg-config libev --libs-only-L)

OPTIONS_DEFINE= DOCS
OPTIONS_DEFINE= DATADIR

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions dns/drool/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1518957852
SHA256 (drool-1.1.0.tar.gz) = d5c3ec0a61b24135d4b23a122a5db7010b4df147eac6a52acffe0bff4a4e3610
SIZE (drool-1.1.0.tar.gz) = 432654
TIMESTAMP = 1626696367
SHA256 (drool-2.0.0.tar.gz) = 23efdee99562c4ad1c48b7f9d8dee64ecbaca921bbd996206d38dde041d753ab
SIZE (drool-2.0.0.tar.gz) = 88742
9 changes: 4 additions & 5 deletions dns/drool/pkg-plist
@@ -1,7 +1,6 @@
bin/drool
man/man1/drool.1.gz
man/man5/drool.conf.5.gz
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
%%PORTDOCS%%%%DOCSDIR%%/NOTES.md
%%PORTDOCS%%%%DOCSDIR%%/README.md
man/man1/drool-replay.1.gz
man/man1/drool-respdiff.1.gz
%%DATADIR%%/lib/drool/replay.lua
%%DATADIR%%/lib/drool/respdiff.lua

0 comments on commit 60d0d50

Please sign in to comment.