svn commit: r367801 - head/net-mgmt/tcpreplay

Emanuel Haupt ehaupt at FreeBSD.org
Wed Sep 10 08:01:54 UTC 2014


Author: ehaupt
Date: Wed Sep 10 08:01:53 2014
New Revision: 367801
URL: http://svnweb.freebsd.org/changeset/ports/367801
QAT: https://qat.redports.org/buildarchive/r367801/

Log:
  - Update to 4.0.5
  - Fix build on 8.x

Modified:
  head/net-mgmt/tcpreplay/Makefile
  head/net-mgmt/tcpreplay/distinfo

Modified: head/net-mgmt/tcpreplay/Makefile
==============================================================================
--- head/net-mgmt/tcpreplay/Makefile	Wed Sep 10 07:51:20 2014	(r367800)
+++ head/net-mgmt/tcpreplay/Makefile	Wed Sep 10 08:01:53 2014	(r367801)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tcpreplay
-PORTVERSION=	4.0.4
+PORTVERSION=	4.0.5
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SF
 
@@ -18,16 +18,10 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--program-transform-name='s|.*\(tcp.*\)|\1|' \
 		--with-pcapnav-config=${LOCALBASE}/bin/pcapnav-config
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 900000
-BROKEN=		does not compile on FreeBSD 8.x
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|-Wall -O3||' ${WRKSRC}/${CONFIGURE_SCRIPT}
 
 regression-test: build
 	@cd ${WRKSRC} && ${MAKE} -s test
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/net-mgmt/tcpreplay/distinfo
==============================================================================
--- head/net-mgmt/tcpreplay/distinfo	Wed Sep 10 07:51:20 2014	(r367800)
+++ head/net-mgmt/tcpreplay/distinfo	Wed Sep 10 08:01:53 2014	(r367801)
@@ -1,2 +1,2 @@
-SHA256 (tcpreplay-4.0.4.tar.gz) = a9e6493fe33e9d17185e5cdd49d46ad5560832fdd86eeea6dcc04ec63df10256
-SIZE (tcpreplay-4.0.4.tar.gz) = 2070706
+SHA256 (tcpreplay-4.0.5.tar.gz) = 63798c8adc9e5be79467e23593838ce0e617b25938cfce3116feda2630344d80
+SIZE (tcpreplay-4.0.5.tar.gz) = 2059744


More information about the svn-ports-head mailing list