Index: head/net/sngrep/Makefile =================================================================== --- head/net/sngrep/Makefile (revision 414552) +++ head/net/sngrep/Makefile (revision 414553) @@ -1,57 +1,53 @@ # Created by: Talal Al Dik (tad@vif.com) # $FreeBSD$ PORTNAME= sngrep -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= net MAINTAINER= tad@vif.com COMMENT= SIP Packet display and capture LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libncurses.so:devel/ncurses \ - libpcap.so:net/libpcap - -#CPPFLAGS+= -I${LOCALBASE}/include -CFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAKE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" +MAKE_ARGS+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" USE_GITHUB= yes GH_ACCOUNT= irontec GH_TAGNAME= v${PORTVERSION} OPTIONS_DEFINE= OPENSSL PCRE UNICODE IPV6 EEP OPENSSL_DESC= Adds OpenSSL support to parse TLS captured messages OPENSSL_CONFIGURE_ON= --with-openssl OPENSSL_USE= OPENSSL=yes PCRE_DESC= Adds Perl Compatible regex support PCRE_CONFIGURE_ON= --with-pcre PCRE_LIB_DEPENDS= libpcre.so:devel/pcre UNICODE_DESC= Adds Ncurses UTF-8/Unicode support UNICODE_CONFIGURE_ON= --enable-unicode UNICODE_LIB_DEPENDS= libncursesw.so:devel/ncurses IPV6_DESC= Enable IPv6 packet capture support IPV6_CONFIGURE_ON= --enable-ipv6 EEP_DESC= Enable EEP packet send/receive support EEP_CONFIGURE_ON= --enable-eep GNU_CONFIGURE= yes -USES=autoreconf +USES=autoreconf ncurses post-patch: @${REINPLACE_CMD} -e 's|ncursesw/ncurses.h|ncurses.h|g' \ ${WRKSRC}/configure.ac \ ${WRKSRC}/src/curses/scrollbar.h \ ${WRKSRC}/src/curses/ui_panel.h .include .include Index: head/net/sngrep/distinfo =================================================================== --- head/net/sngrep/distinfo (revision 414552) +++ head/net/sngrep/distinfo (revision 414553) @@ -1,2 +1,2 @@ -SHA256 (irontec-sngrep-1.3.0-v1.3.0_GH0.tar.gz) = bf77ae470ee4282130aea3f689db82d0335c673a50e55d82308616bd07e42b77 -SIZE (irontec-sngrep-1.3.0-v1.3.0_GH0.tar.gz) = 213228 +SHA256 (irontec-sngrep-1.3.1-v1.3.1_GH0.tar.gz) = 1cfd1e041d722c51984c7190ab6c6e395ae8f3632b2f34b9dfe3cba85926dabc +SIZE (irontec-sngrep-1.3.1-v1.3.1_GH0.tar.gz) = 215145