diff -ruN sipp.bak/Makefile sipp/Makefile --- sipp.bak/Makefile 2008-01-14 15:09:36.000000000 +0200 +++ sipp/Makefile 2008-01-15 22:20:13.000000000 +0200 @@ -6,10 +6,11 @@ # PORTNAME= sipp -PORTVERSION= 2.0.20071129 +PORTVERSION= 3.0 CATEGORIES= benchmarks net -MASTER_SITES= http://sipp.sourceforge.net/snapshots/ -DISTNAME= ${PORTNAME}.2007-11-29 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} +MASTER_SITE_SUBDIR= sipp +DISTNAME= ${PORTNAME}-3.0.src MAINTAINER= tut@nhamon.com.ua COMMENT= SIP testing tool diff -ruN sipp.bak/distinfo sipp/distinfo --- sipp.bak/distinfo 2008-01-14 15:09:36.000000000 +0200 +++ sipp/distinfo 2008-01-15 22:20:21.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (sipp.2007-11-29.tar.gz) = d2fc59fd2e19b21f56c62096a52e168b -SHA256 (sipp.2007-11-29.tar.gz) = 27346eb27ee530368fa36f2e85487c0c8d5faaadc16cd6a0b451e13fd87d2fec -SIZE (sipp.2007-11-29.tar.gz) = 198168 +MD5 (sipp-3.0.src.tar.gz) = 31906c63eb5efa09e0b148c27435cdac +SHA256 (sipp-3.0.src.tar.gz) = bb7622e64e0cf971a2b1931b0a0f6d93a4e25ad95dad0bbd64f077d2c35f07dd +SIZE (sipp-3.0.src.tar.gz) = 195692 diff -ruN sipp.bak/files/patch-sipp.cpp sipp/files/patch-sipp.cpp --- sipp.bak/files/patch-sipp.cpp 1970-01-01 03:00:00.000000000 +0300 +++ sipp/files/patch-sipp.cpp 2008-01-15 23:04:27.000000000 +0200 @@ -0,0 +1,11 @@ +--- sipp.cpp.orig 2007-11-28 17:09:53.000000000 +0200 ++++ sipp.cpp 2008-01-15 22:57:14.000000000 +0200 +@@ -3627,7 +3627,7 @@ + } + exit(EXIT_OTHER); + case SIPP_OPTION_VERSION: +- printf("\n SIPp v2.0" ++ printf("\n SIPp v3.0" + #ifdef _USE_OPENSSL + "-TLS" + #endif diff -ruN sipp.bak/files/patch-sipp.hpp sipp/files/patch-sipp.hpp --- sipp.bak/files/patch-sipp.hpp 1970-01-01 03:00:00.000000000 +0300 +++ sipp/files/patch-sipp.hpp 2008-01-15 23:04:37.000000000 +0200 @@ -0,0 +1,11 @@ +--- sipp.hpp.orig 2007-11-28 12:33:23.000000000 +0200 ++++ sipp.hpp 2008-01-15 22:57:46.000000000 +0200 +@@ -93,7 +93,7 @@ + + /************************** Constants **************************/ + +-#define SIPP_VERSION 20071128 ++#define SIPP_VERSION 20071204 + #define T_UDP 0 + #define T_TCP 1 + #define T_TLS 2