diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-26 08:25:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-26 08:25:14 +0000 |
commit | 0e15f28f68af2f84381893d542f5ecbdaf1ebc11 (patch) | |
tree | a00f34c1a23a336039d52be1b7b26a7316db8275 /benchmarks | |
parent | 5239dcbc97ff2c4526297ed180f26251e7819266 (diff) | |
download | ports-0e15f28f68af2f84381893d542f5ecbdaf1ebc11.tar.gz ports-0e15f28f68af2f84381893d542f5ecbdaf1ebc11.zip |
Notes
Diffstat (limited to 'benchmarks')
-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 |