Bug 180756 - [MAINTAINER] benchmarks/flowgrind: update to 0.6.1
Summary: [MAINTAINER] benchmarks/flowgrind: update to 0.6.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-23 10:50 UTC by lars
Modified: 2013-07-23 18:30 UTC (History)
0 users

See Also:


Attachments
flowgrind-0.6.1.patch (3.68 KB, patch)
2013-07-23 10:50 UTC, lars
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description lars 2013-07-23 10:50:01 UTC
- Update to 0.6.1

Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: suffix)
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2013-07-23 17:31:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-07-23 18:21:40 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2013-07-23 18:21:51 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!