View | Details | Raw Unified | Return to bug 97870 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (-5 / +9 lines)
Lines 6-21 Link Here
6
#
6
#
7
7
8
PORTNAME=	sipp
8
PORTNAME=	sipp
9
PORTVERSION=	1.1.r4
9
PORTVERSION=	1.1.r5
10
CATEGORIES=	net
10
CATEGORIES=	net
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
12
MASTER_SITE_SUBDIR=	sipp
12
MASTER_SITE_SUBDIR=	sipp
13
DISTNAME=	${PORTNAME}-1.1rc4
13
DISTNAME=	${PORTNAME}-1.1rc5
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	tut@nhamon.com.ua
16
COMMENT=	SIP testing tool
16
COMMENT=	SIP testing tool
17
17
18
WRKSRC=		${WRKDIR}/${PORTNAME}.cumulus.2005-12-21
18
WRKSRC=		${WRKDIR}/${PORTNAME}.cumulus.2006-03-20
19
19
20
PLIST_FILES=	bin/sipp
20
PLIST_FILES=	bin/sipp
21
MAN1=		sipp.1
21
MAN1=		sipp.1
Lines 25-31 Link Here
25
.include <bsd.port.pre.mk>
25
.include <bsd.port.pre.mk>
26
26
27
.if ${ARCH} == "ia64"
27
.if ${ARCH} == "ia64"
28
BROKEN=		"Does not compile - patch needed by someone who can test it"
28
BROKEN=		Does not compile - patch needed by someone who can test it
29
.endif
30
31
.if !defined(WITHOUT_DIGEST_AUTH)
32
ALL_TARGET=ossl
29
.endif
33
.endif
30
34
31
do-install:
35
do-install:
(-)./distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (sipp-1.1rc4.tar.gz) = cf70c1e10057a032b96fb2023732c0ad
1
MD5 (sipp-1.1rc5.tar.gz) = 081412e2a31431dec8c00d8ec0895dbf
2
SHA256 (sipp-1.1rc4.tar.gz) = f0a55e2cec27e9cc9a2f5c985ecb4135639fce467d0a57d00ebec4d9a4c00616
2
SHA256 (sipp-1.1rc5.tar.gz) = 0d094682d60aaf8579f70dccd4c144ea35b95028ae6140fd66dcebca862f9279
3
SIZE (sipp-1.1rc4.tar.gz) = 130699
3
SIZE (sipp-1.1rc5.tar.gz) = 136055

Return to bug 97870