1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 3.0.

PR:		ports/119698
Submitted by:	Artem Naluzhnyy <tut@nhamon.com.ua> (maintainer)
Approved by:	itetcu (mentor, implicit)
This commit is contained in:
Marcelo Araujo 2008-01-16 22:43:01 +00:00
parent 6c5bd94ed4
commit 507d67300e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205732
4 changed files with 28 additions and 6 deletions

View File

@ -6,10 +6,10 @@
#
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= SF
DISTNAME= ${PORTNAME}-3.0.src
MAINTAINER= tut@nhamon.com.ua
COMMENT= SIP testing tool

View File

@ -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

View File

@ -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

View File

@ -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