Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Mar 2018 13:48:41 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464817 - head/benchmarks/flowgrind
Message-ID:  <201803171348.w2HDmfEN053046@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803171348.w2HDmfEN053046>