svn commit: r414553 - head/net/sngrep

Tilman Keskinoz arved at FreeBSD.org
Tue May 3 20:19:00 UTC 2016


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 at 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


More information about the svn-ports-all mailing list