diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-03-09 13:58:32 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-03-09 13:58:32 +0000 |
commit | 4eb55bb8d2eb12f2d9ff7e4f553a65e549fa2e94 (patch) | |
tree | f87de0b67a8ea51cdafe911a4a956eff42f885cd /net-mgmt | |
parent | c9a51740355ed36686b97e9318f2e6557f8a953d (diff) | |
download | ports-4eb55bb8d2eb12f2d9ff7e4f553a65e549fa2e94.tar.gz ports-4eb55bb8d2eb12f2d9ff7e4f553a65e549fa2e94.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/tcpreplay/Makefile | 5 | ||||
-rw-r--r-- | net-mgmt/tcpreplay/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net-mgmt/tcpreplay/Makefile b/net-mgmt/tcpreplay/Makefile index bff57b23a64c..eaf22821a68f 100644 --- a/net-mgmt/tcpreplay/Makefile +++ b/net-mgmt/tcpreplay/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tcpreplay -PORTVERSION= 3.4.0 +PORTVERSION= 3.4.1 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,7 +24,8 @@ CONFIGURE_ARGS= --with-libpcap=${LOCALBASE} \ --enable-tcpreplay-edit MAN1= tcpreplay.1 tcpprep.1 tcprewrite.1 tcpbridge.1 tcpreplay-edit.1 -PLIST_FILES= bin/tcpreplay bin/tcpprep bin/tcprewrite bin/tcpbridge +PLIST_FILES= bin/tcpreplay bin/tcpprep bin/tcprewrite bin/tcpbridge \ + bin/tcpreplay-edit post-patch: @${REINPLACE_CMD} -e 's|-Wall -O3||' ${WRKSRC}/${CONFIGURE_SCRIPT} diff --git a/net-mgmt/tcpreplay/distinfo b/net-mgmt/tcpreplay/distinfo index 777ff6f1fb90..7a0a03dba812 100644 --- a/net-mgmt/tcpreplay/distinfo +++ b/net-mgmt/tcpreplay/distinfo @@ -1,3 +1,3 @@ -MD5 (tcpreplay-3.4.0.tar.gz) = 7c6bd87d293db7a7dfcda352197f874e -SHA256 (tcpreplay-3.4.0.tar.gz) = 028d6244fd794eb0d02f5ade2fe3506dfb03f9f7d106658d8b69593de63a6e63 -SIZE (tcpreplay-3.4.0.tar.gz) = 877986 +MD5 (tcpreplay-3.4.1.tar.gz) = 7fe8e133aea69d3ed554e13202cc51af +SHA256 (tcpreplay-3.4.1.tar.gz) = 29ac0dfbea60f69f30b1f77a65bdb79e7023eabe82eaac73d32fef022460b1db +SIZE (tcpreplay-3.4.1.tar.gz) = 872412 |