svn commit: r421689 - head/net/sngrep

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Sep 10 13:11:32 UTC 2016


Author: amdmi3
Date: Sat Sep 10 13:11:31 2016
New Revision: 421689
URL: https://svnweb.freebsd.org/changeset/ports/421689

Log:
  - Update to 1.4.0
  - While here
    - Fix LICENSE
    - Switch to USES=ssl
    - Switch to USES=localbase, remove unneeded MAKE_ARGS
    - Remove unneeded options.mk inclusion
  
  PR:		212374
  Submitted by:	tad at vif.com (maintainer)

Modified:
  head/net/sngrep/Makefile
  head/net/sngrep/distinfo

Modified: head/net/sngrep/Makefile
==============================================================================
--- head/net/sngrep/Makefile	Sat Sep 10 12:46:48 2016	(r421688)
+++ head/net/sngrep/Makefile	Sat Sep 10 13:11:31 2016	(r421689)
@@ -2,28 +2,27 @@
 # $FreeBSD$
 
 PORTNAME=	sngrep
-PORTVERSION=	1.3.1
+PORTVERSION=	1.4.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net
 
 MAINTAINER=	tad at vif.com
 COMMENT=	SIP Packet display and capture
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
-MAKE_ARGS+=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	irontec
 
+GNU_CONFIGURE=	yes
+USES=		autoreconf localbase ncurses
+
 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
+OPENSSL_USES=		ssl
 
 PCRE_DESC=	Adds Perl Compatible regex support
 PCRE_CONFIGURE_ON=	--with-pcre
@@ -39,15 +38,10 @@ IPV6_CONFIGURE_ON=	--enable-ipv6
 EEP_DESC=	Enable EEP packet send/receive support
 EEP_CONFIGURE_ON=	--enable-eep
 
-GNU_CONFIGURE=	yes
-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 <bsd.port.options.mk>
+		${WRKSRC}/configure.ac \
+		${WRKSRC}/src/curses/scrollbar.h \
+		${WRKSRC}/src/curses/ui_panel.h
 
 .include <bsd.port.mk>

Modified: head/net/sngrep/distinfo
==============================================================================
--- head/net/sngrep/distinfo	Sat Sep 10 12:46:48 2016	(r421688)
+++ head/net/sngrep/distinfo	Sat Sep 10 13:11:31 2016	(r421689)
@@ -1,2 +1,3 @@
-SHA256 (irontec-sngrep-v1.3.1_GH0.tar.gz) = 1cfd1e041d722c51984c7190ab6c6e395ae8f3632b2f34b9dfe3cba85926dabc
-SIZE (irontec-sngrep-v1.3.1_GH0.tar.gz) = 215145
+TIMESTAMP = 1473012330
+SHA256 (irontec-sngrep-v1.4.0_GH0.tar.gz) = 0be686901773c2648b504137b9bae5e3c7c1373f07ae3f943753cabe3e1b3c51
+SIZE (irontec-sngrep-v1.4.0_GH0.tar.gz) = 220018


More information about the svn-ports-head mailing list