svn commit: r486612 - head/benchmarks/sipp

Babak Farrokhi farrokhi at FreeBSD.org
Tue Dec 4 16:28:54 UTC 2018


Author: farrokhi
Date: Tue Dec  4 16:28:53 2018
New Revision: 486612
URL: https://svnweb.freebsd.org/changeset/ports/486612

Log:
  benchmarks/sipp: Fix dependencies
  
  - Add missing pkgconfig dependency
  - Bump portrevision
  - Pet portlint
  
  PR:	233779
  Reported by:	sobomax

Modified:
  head/benchmarks/sipp/Makefile

Modified: head/benchmarks/sipp/Makefile
==============================================================================
--- head/benchmarks/sipp/Makefile	Tue Dec  4 16:13:26 2018	(r486611)
+++ head/benchmarks/sipp/Makefile	Tue Dec  4 16:28:53 2018	(r486612)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sipp
 PORTVERSION=	3.5.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	benchmarks net
 MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/
 
@@ -18,9 +18,10 @@ BROKEN_powerpc64=	fails to compile: stat.hpp:307: erro
 
 BUILD_DEPENDS=	help2man:misc/help2man
 
+USES=		autoreconf gmake ncurses pkgconfig
+
 PLIST_FILES=	bin/sipp man/man1/sipp.1.gz
 
-USES=		autoreconf gmake ncurses
 GNU_CONFIGURE=	yes
 
 OPTIONS_DEFINE=	OPENSSL GSL PCAP RTPSTREAM SCTP


More information about the svn-ports-all mailing list