From owner-svn-ports-head@freebsd.org Thu Mar 23 21:35:36 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB1B9D19B2F; Thu, 23 Mar 2017 21:35:36 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 60AC61C9A; Thu, 23 Mar 2017 21:35:36 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2NLZZta022516; Thu, 23 Mar 2017 21:35:35 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2NLZZCV022513; Thu, 23 Mar 2017 21:35:35 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201703232135.v2NLZZCV022513@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 23 Mar 2017 21:35:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436781 - head/net-mgmt/tcpreplay X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Mar 2017 21:35:36 -0000 Author: ehaupt Date: Thu Mar 23 21:35:35 2017 New Revision: 436781 URL: https://svnweb.freebsd.org/changeset/ports/436781 Log: - Update to 4.2.1 - Move to GitHub - Update WWW Modified: head/net-mgmt/tcpreplay/Makefile head/net-mgmt/tcpreplay/distinfo head/net-mgmt/tcpreplay/pkg-descr Modified: head/net-mgmt/tcpreplay/Makefile ============================================================================== --- head/net-mgmt/tcpreplay/Makefile Thu Mar 23 21:09:22 2017 (r436780) +++ head/net-mgmt/tcpreplay/Makefile Thu Mar 23 21:35:35 2017 (r436781) @@ -2,24 +2,33 @@ # $FreeBSD$ PORTNAME= tcpreplay -PORTVERSION= 4.1.2 +PORTVERSION= 4.2.1 +DISTVERSIONPREFIX= v CATEGORIES= net-mgmt -MASTER_SITES= SF MAINTAINER= ehaupt@FreeBSD.org COMMENT= Tool to replay saved packet capture files LICENSE= GPLv3 +LIB_DEPENDS= libopts.so:devel/autogen \ + libdnet.so:net/libdnet BUILD_DEPENDS= pcapnav-config:net/libpcapnav +USES= autoreconf libtool pkgconfig +USE_GITHUB= yes GNU_CONFIGURE= yes +GH_ACCOUNT= appneta + CONFIGURE_ARGS= --program-transform-name='s|.*\(tcp.*\)|\1|' \ --with-pcapnav-config=${LOCALBASE}/bin/pcapnav-config +# required when using autogen +CONFIGURE_ARGS+= --disable-local-libopts --disable-libopts-install + post-patch: - @${REINPLACE_CMD} -e 's|-Wall -O3||' ${WRKSRC}/${CONFIGURE_SCRIPT} + @${REINPLACE_CMD} -e 's|-Wall -O3||' ${WRKSRC}/${CONFIGURE_SCRIPT}.ac regression-test: build @cd ${WRKSRC} && ${MAKE} -s test Modified: head/net-mgmt/tcpreplay/distinfo ============================================================================== --- head/net-mgmt/tcpreplay/distinfo Thu Mar 23 21:09:22 2017 (r436780) +++ head/net-mgmt/tcpreplay/distinfo Thu Mar 23 21:35:35 2017 (r436781) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479618765 -SHA256 (tcpreplay-4.1.2.tar.gz) = da483347e83a9b5df0e0dbb0f822a2d37236e79dda35f4bc4e6684fa827f25ea -SIZE (tcpreplay-4.1.2.tar.gz) = 2162175 +TIMESTAMP = 1490298727 +SHA256 (appneta-tcpreplay-v4.2.1_GH0.tar.gz) = 7c4f5841dc590b8ee1a47a2b59ae55434850a85ead9fd71d77e2312a846fc2d1 +SIZE (appneta-tcpreplay-v4.2.1_GH0.tar.gz) = 2917066 Modified: head/net-mgmt/tcpreplay/pkg-descr ============================================================================== --- head/net-mgmt/tcpreplay/pkg-descr Thu Mar 23 21:09:22 2017 (r436780) +++ head/net-mgmt/tcpreplay/pkg-descr Thu Mar 23 21:35:35 2017 (r436781) @@ -11,4 +11,4 @@ reproduce the real-world anomalies that etc.), tcpreplay allows for exact replication of real traffic seen on real networks. -WWW: http://tcpreplay.appneta.com/ +WWW: https://github.com/appneta/tcpreplay