svn commit: r464817 - head/benchmarks/flowgrind

Danilo G. Baio dbaio at FreeBSD.org
Sat Mar 17 13:48:42 UTC 2018


Author: dbaio
Date: Sat Mar 17 13:48:41 2018
New Revision: 464817
URL: https://svnweb.freebsd.org/changeset/ports/464817

Log:
  benchmarks/flowgrind: Fix order of variables

Modified:
  head/benchmarks/flowgrind/Makefile

Modified: head/benchmarks/flowgrind/Makefile
==============================================================================
--- head/benchmarks/flowgrind/Makefile	Sat Mar 17 13:47:14 2018	(r464816)
+++ head/benchmarks/flowgrind/Makefile	Sat Mar 17 13:48:41 2018	(r464817)
@@ -3,8 +3,8 @@
 
 PORTNAME=	flowgrind
 PORTVERSION=	0.8.0
-PORTREVISION=	2
 DISTVERSIONPREFIX=	${PORTNAME}-
+PORTREVISION=	2
 CATEGORIES=	benchmarks
 
 MAINTAINER=	dbaio at FreeBSD.org
@@ -19,9 +19,10 @@ LIB_DEPENDS=	libgsl.so:math/gsl \
 		libwwwxml.so:www/libwww \
 		libuuid.so:misc/e2fsprogs-libuuid
 
+USES=		autoreconf ssl
+
 USE_GITHUB=	yes
 
-USES=		autoreconf ssl
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LIBS="${LIBS} -lpcap"
 


More information about the svn-ports-head mailing list