diff options
author | pav <pav@FreeBSD.org> | 2006-05-26 16:25:14 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-26 16:25:14 +0800 |
commit | d11b6c55de6da3145ee1f2f2abdc1a01aa34c01f (patch) | |
tree | 1751bc6232cd3e0047ec13a5c2a5b3c1f4310412 /benchmarks/sipp | |
parent | 541087a145a7f3f4937b761d672176ce60e8edff (diff) | |
download | freebsd-ports-gnome-d11b6c55de6da3145ee1f2f2abdc1a01aa34c01f.tar.gz freebsd-ports-gnome-d11b6c55de6da3145ee1f2f2abdc1a01aa34c01f.tar.zst freebsd-ports-gnome-d11b6c55de6da3145ee1f2f2abdc1a01aa34c01f.zip |
- Update to 1.1.r5
- Take maintainership
PR: ports/97870
Submitted by: Artem Naluzhny <tut@nhamon.com.ua>
Diffstat (limited to 'benchmarks/sipp')
-rw-r--r-- | benchmarks/sipp/Makefile | 14 | ||||
-rw-r--r-- | benchmarks/sipp/distinfo | 6 |
2 files changed, 12 insertions, 8 deletions
diff --git a/benchmarks/sipp/Makefile b/benchmarks/sipp/Makefile index 5390615276ca..e7ae5701a655 100644 --- a/benchmarks/sipp/Makefile +++ b/benchmarks/sipp/Makefile @@ -6,16 +6,16 @@ # PORTNAME= sipp -PORTVERSION= 1.1.r4 +PORTVERSION= 1.1.r5 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= sipp -DISTNAME= ${PORTNAME}-1.1rc4 +DISTNAME= ${PORTNAME}-1.1rc5 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tut@nhamon.com.ua COMMENT= SIP testing tool -WRKSRC= ${WRKDIR}/${PORTNAME}.cumulus.2005-12-21 +WRKSRC= ${WRKDIR}/${PORTNAME}.cumulus.2006-03-20 PLIST_FILES= bin/sipp MAN1= sipp.1 @@ -25,7 +25,11 @@ MAKE_ENV+= CPP="${CXX}" CPPFLAGS="${CXXFLAGS}" CCLINK="${CXX}" .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" -BROKEN= "Does not compile - patch needed by someone who can test it" +BROKEN= Does not compile - patch needed by someone who can test it +.endif + +.if !defined(WITHOUT_DIGEST_AUTH) +ALL_TARGET=ossl .endif do-install: diff --git a/benchmarks/sipp/distinfo b/benchmarks/sipp/distinfo index 71e3f171e46c..6e53e309f364 100644 --- a/benchmarks/sipp/distinfo +++ b/benchmarks/sipp/distinfo @@ -1,3 +1,3 @@ -MD5 (sipp-1.1rc4.tar.gz) = cf70c1e10057a032b96fb2023732c0ad -SHA256 (sipp-1.1rc4.tar.gz) = f0a55e2cec27e9cc9a2f5c985ecb4135639fce467d0a57d00ebec4d9a4c00616 -SIZE (sipp-1.1rc4.tar.gz) = 130699 +MD5 (sipp-1.1rc5.tar.gz) = 081412e2a31431dec8c00d8ec0895dbf +SHA256 (sipp-1.1rc5.tar.gz) = 0d094682d60aaf8579f70dccd4c144ea35b95028ae6140fd66dcebca862f9279 +SIZE (sipp-1.1rc5.tar.gz) = 136055 |