Date: Tue, 4 Dec 2018 16:28:53 +0000 (UTC) From: Babak Farrokhi <farrokhi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486612 - head/benchmarks/sipp Message-ID: <201812041628.wB4GSrDU015778@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812041628.wB4GSrDU015778>