svn commit: r427872 - head/benchmarks/flowgrind

Emanuel Haupt ehaupt at FreeBSD.org
Mon Dec 5 08:06:04 UTC 2016


Author: ehaupt
Date: Mon Dec  5 08:06:02 2016
New Revision: 427872
URL: https://svnweb.freebsd.org/changeset/ports/427872

Log:
  - 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 at bsd.com.br

Modified:
  head/benchmarks/flowgrind/Makefile
  head/benchmarks/flowgrind/distinfo

Modified: head/benchmarks/flowgrind/Makefile
==============================================================================
--- head/benchmarks/flowgrind/Makefile	Mon Dec  5 07:24:10 2016	(r427871)
+++ head/benchmarks/flowgrind/Makefile	Mon Dec  5 08:06:02 2016	(r427872)
@@ -2,29 +2,26 @@
 # $FreeBSD$
 
 PORTNAME=	flowgrind
-PORTVERSION=	0.7.5
-PORTREVISION=	1
+PORTVERSION=	0.8.0
 DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=	benchmarks
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	dbaio at 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>

Modified: head/benchmarks/flowgrind/distinfo
==============================================================================
--- head/benchmarks/flowgrind/distinfo	Mon Dec  5 07:24:10 2016	(r427871)
+++ head/benchmarks/flowgrind/distinfo	Mon Dec  5 08:06:02 2016	(r427872)
@@ -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


More information about the svn-ports-all mailing list