Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jul 2013 17:21:33 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323542 - in head/benchmarks/flowgrind: . files
Message-ID:  <201307231721.r6NHLXFt095012@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Tue Jul 23 17:21:32 2013
New Revision: 323542
URL: http://svnweb.freebsd.org/changeset/ports/323542

Log:
  - Update to version 0.6.1
  - Port now links dynamically to libpcap from ports, add it
    to LIB_DEPENDS with ABI version to prevent detecting
    libpcap from base
  
  PR:		ports/180756
  Submitted by:	Lars Eggert <lars@eggert.org> (maintainer)

Deleted:
  head/benchmarks/flowgrind/files/
Modified:
  head/benchmarks/flowgrind/Makefile   (contents, props changed)
  head/benchmarks/flowgrind/distinfo   (contents, props changed)

Modified: head/benchmarks/flowgrind/Makefile
==============================================================================
--- head/benchmarks/flowgrind/Makefile	Tue Jul 23 17:15:43 2013	(r323541)
+++ head/benchmarks/flowgrind/Makefile	Tue Jul 23 17:21:32 2013	(r323542)
@@ -2,17 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	flowgrind
-PORTVERSION=	0.6.0
-PORTREVISION=	2
+PORTVERSION=	0.6.1
 CATEGORIES=	benchmarks
-MASTER_SITES=	https://launchpad.net/flowgrind/trunk/${PORTNAME}-0.6/+download/
+MASTER_SITES=	https://launchpad.net/flowgrind/trunk/${PORTNAME}-0.6.1/+download/
 
 MAINTAINER=	lars@eggert.org
 COMMENT=	Measure throughput and other metrics for TCP
 
 LIB_DEPENDS=	xmlrpc++:${PORTSDIR}/net/xmlrpc-c \
-		gsl:${PORTSDIR}/math/gsl
-BUILD_DEPENDS=	${LOCALBASE}/lib/libpcap.so:${PORTSDIR}/net/libpcap
+		gsl:${PORTSDIR}/math/gsl \
+		pcap.1:${PORTSDIR}/net/libpcap
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
@@ -23,5 +22,4 @@ MAN1=		flowgrind-stop.1 \
 		flowgrind.1 \
 		flowgrindd.1
 
-.include <bsd.port.pre.mk>
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/benchmarks/flowgrind/distinfo
==============================================================================
--- head/benchmarks/flowgrind/distinfo	Tue Jul 23 17:15:43 2013	(r323541)
+++ head/benchmarks/flowgrind/distinfo	Tue Jul 23 17:21:32 2013	(r323542)
@@ -1,2 +1,2 @@
-SHA256 (flowgrind-0.6.0.tar.bz2) = 8a4018976cdcd63f304436fa25589687f2e2f1adebc67ee0ab4805efc290497a
-SIZE (flowgrind-0.6.0.tar.bz2) = 213142
+SHA256 (flowgrind-0.6.1.tar.bz2) = a0d0f34dc27b4ede320aac913bb2179fc1a307cfb9d3218b9d64d0aeac8a2cef
+SIZE (flowgrind-0.6.1.tar.bz2) = 211922



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