diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-12-05 16:06:02 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-12-05 16:06:02 +0800 |
commit | dc22d8dea57a0f6effc22132f6abfe3fa662f1ea (patch) | |
tree | cb1021356878135e53812764bbd0b9b9ff680439 /benchmarks | |
parent | fb931938b3b8815a33de181129c231dcaada782d (diff) | |
download | freebsd-ports-gnome-dc22d8dea57a0f6effc22132f6abfe3fa662f1ea.tar.gz freebsd-ports-gnome-dc22d8dea57a0f6effc22132f6abfe3fa662f1ea.tar.zst freebsd-ports-gnome-dc22d8dea57a0f6effc22132f6abfe3fa662f1ea.zip |
- Update to 0.8.0
- Add new dependency: misc/e2fsprogs-libuuid
- Add ftp/curl and www/libwww as dependencies (Q/A reported):
They are dependencies of net/xmlrpc-c, but flowgrind is linking with them
- Add USES=ssl
- Remove CONFIGURE_ARGS: pcap and gsl are enabled by default
- Remove post-patch entry: not necessary anymore
- Pass maintainer'ship to submitter
PR: 214529
Submitted by: dbaio@bsd.com.br
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/flowgrind/Makefile | 19 | ||||
-rw-r--r-- | benchmarks/flowgrind/distinfo | 5 |
2 files changed, 11 insertions, 13 deletions
diff --git a/benchmarks/flowgrind/Makefile b/benchmarks/flowgrind/Makefile index c6ad32ff976d..d7d4abb3c4cf 100644 --- a/benchmarks/flowgrind/Makefile +++ b/benchmarks/flowgrind/Makefile @@ -2,29 +2,26 @@ # $FreeBSD$ PORTNAME= flowgrind -PORTVERSION= 0.7.5 -PORTREVISION= 1 +PORTVERSION= 0.8.0 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= benchmarks -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dbaio@bsd.com.br COMMENT= Measure throughput and other metrics for TCP LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgsl.so:math/gsl \ - libxmlrpc.so:net/xmlrpc-c + libxmlrpc.so:net/xmlrpc-c \ + libcurl.so:ftp/curl \ + libwwwxml.so:www/libwww \ + libuuid.so:misc/e2fsprogs-libuuid USE_GITHUB= yes -USES= autoreconf +USES= autoreconf ssl GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-pcap --enable-gsl -CONFIGURE_ENV= LIBS="${LIBS} -lpcap" - -post-patch: - @${RM} -r ${WRKSRC}/build-aux - @${REINPLACE_CMD} -e 's|AC_LIB_RPATH||g' ${WRKSRC}/configure.ac +CONFIGURE_ENV= LIBS="${LIBS} -lpcap" .include <bsd.port.mk> diff --git a/benchmarks/flowgrind/distinfo b/benchmarks/flowgrind/distinfo index 0e31d0a9721a..b3565ac59505 100644 --- a/benchmarks/flowgrind/distinfo +++ b/benchmarks/flowgrind/distinfo @@ -1,2 +1,3 @@ -SHA256 (flowgrind-flowgrind-flowgrind-0.7.5_GH0.tar.gz) = 714d958340ac89339404fd0b2acd42dcb67277c7e9e4443903a9f85ab6c6342b -SIZE (flowgrind-flowgrind-flowgrind-0.7.5_GH0.tar.gz) = 146499 +TIMESTAMP = 1478561627 +SHA256 (flowgrind-flowgrind-flowgrind-0.8.0_GH0.tar.gz) = 1b0c6c571f11430e170ee5d654ff10ba095f627f50509b6c678681566ead8cb6 +SIZE (flowgrind-flowgrind-flowgrind-0.8.0_GH0.tar.gz) = 152977 |