pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/sipp: upgraded to 3.5.1



Module Name:	pkgsrc-wip
Committed By:	Georg Schwarz <schwarz%NetBSD.org@localhost>
Pushed By:	schwarz
Date:		Fri Apr 28 16:51:30 2017 +0200
Changeset:	6b431064fc2939eff38e572ff31994f2cafb3e5b

Modified Files:
	sipp/Makefile
	sipp/distinfo

Log Message:
wip/sipp: upgraded to 3.5.1

upgraded to SIPp 3.5.1 which contains some bug fixes and a few new
features over 3.4.1

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6b431064fc2939eff38e572ff31994f2cafb3e5b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sipp/Makefile | 7 +++++--
 sipp/distinfo | 7 ++++---
 2 files changed, 9 insertions(+), 5 deletions(-)

diffs:
diff --git a/sipp/Makefile b/sipp/Makefile
index 0f34a6a6fd..5e7bd96007 100644
--- a/sipp/Makefile
+++ b/sipp/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.11 2014/12/30 16:37:05 gschwarz Exp $
 
-DISTNAME=	v3.4.1
+DISTNAME=	v3.5.1
 PKGNAME=	${DISTNAME:S/v/sipp-/}
 CATEGORIES=	net
 MASTER_SITES=	https://github.com/SIPp/sipp/archive/
@@ -10,13 +10,16 @@ HOMEPAGE=	http://sipp.sourceforge.net/
 COMMENT=	SIPp is a free Open Source SIP test tool/traffic generator
 LICENSE=	gnu-gpl-v2
 
-USE_TOOLS+=	gmake
+USE_TOOLS+=	gmake autoconf automake autoreconf
 USE_LANGUAGES=	c c++
 GNU_CONFIGURE=	yes
 
 WRKSRC=		${WRKDIR}/${PKGNAME}
 INSTALLATION_DIRS=	bin
 
+pre-configure:
+	cd ${WRKSRC} && autoreconf -vifs
+
 .include "../../devel/ncurses/buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
diff --git a/sipp/distinfo b/sipp/distinfo
index 98515ac03c..c44658bd7e 100644
--- a/sipp/distinfo
+++ b/sipp/distinfo
@@ -1,7 +1,8 @@
 $NetBSD: distinfo,v 1.11 2014/12/30 16:37:05 gschwarz Exp $
 
-SHA1 (v3.4.1.tar.gz) = 40a3a7b7549e578997a8f181e557c3cdae39474f
-RMD160 (v3.4.1.tar.gz) = 6ad5cd013c49402493ee79e04994e13a9657b6df
-Size (v3.4.1.tar.gz) = 439326 bytes
+SHA1 (v3.5.1.tar.gz) = 737c6dc9979c3f3321b3b7d575608307c1c449c9
+RMD160 (v3.5.1.tar.gz) = 75816952c15fdfb91c690d66949ae9451dbced5c
+SHA512 (v3.5.1.tar.gz) = f089ca6c3f04eec0b77fef3a711a289d63513238a3a1ceca3e2aba16bae226a9654b6f894a26f0dd7e918a1035e5a792b4eb72a3a4e4d550cf7f278cf9456967
+Size (v3.5.1.tar.gz) = 325613 bytes
 SHA1 (patch-ad) = 3b01ce256e3187d86446c9c1ba3259d7e444ad63
 SHA1 (patch-af) = bf6211f5ec3f5e2501076f1f2cadc2c99baea575


Home | Main Index | Thread Index | Old Index