Date: Tue, 3 May 2016 20:18:59 +0000 (UTC) From: Tilman Keskinoz <arved@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414553 - head/net/sngrep Message-ID: <201605032018.u43KIx3m071048@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: arved Date: Tue May 3 20:18:58 2016 New Revision: 414553 URL: https://svnweb.freebsd.org/changeset/ports/414553 Log: Update to 1.3.1 PR: 209212 Submitted by: maintainer Convert to USES= ncurses Modified: head/net/sngrep/Makefile head/net/sngrep/distinfo Modified: head/net/sngrep/Makefile ============================================================================== --- head/net/sngrep/Makefile Tue May 3 20:17:47 2016 (r414552) +++ head/net/sngrep/Makefile Tue May 3 20:18:58 2016 (r414553) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sngrep -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= net MAINTAINER= tad@vif.com @@ -11,13 +11,9 @@ 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 @@ -44,7 +40,7 @@ EEP_DESC= Enable EEP packet send/receive 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' \ Modified: head/net/sngrep/distinfo ============================================================================== --- head/net/sngrep/distinfo Tue May 3 20:17:47 2016 (r414552) +++ head/net/sngrep/distinfo Tue May 3 20:18:58 2016 (r414553) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605032018.u43KIx3m071048>