diff options
-rw-r--r-- | benchmarks/sipp/Makefile | 14 | ||||
-rw-r--r-- | benchmarks/sipp/distinfo | 6 | ||||
-rw-r--r-- | net/sipp/Makefile | 14 | ||||
-rw-r--r-- | net/sipp/distinfo | 6 |
4 files changed, 24 insertions, 16 deletions
diff --git a/benchmarks/sipp/Makefile b/benchmarks/sipp/Makefile index 5390615..e7ae570 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 71e3f17..6e53e30 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 diff --git a/net/sipp/Makefile b/net/sipp/Makefile index 5390615..e7ae570 100644 --- a/net/sipp/Makefile +++ b/net/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/net/sipp/distinfo b/net/sipp/distinfo index 71e3f17..6e53e30 100644 --- a/net/sipp/distinfo +++ b/net/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 |