Bug 178949 - [MAINTAINER] benchmarks/spp: update to 0.3.4
Summary: [MAINTAINER] benchmarks/spp: update to 0.3.4
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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-24 15:40 UTC by lars
Modified: 2013-05-26 14:41 UTC (History)
0 users

See Also:


Attachments
spp-0.3.4.patch (805 bytes, patch)
2013-05-24 15:40 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-05-24 15:40:00 UTC
- Update to 0.3.4

Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: suffix)
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2013-05-24 16:46:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-05-26 13:42:43 UTC
Author: culot
Date: Sun May 26 12:42:35 2013
New Revision: 319106
URL: http://svnweb.freebsd.org/changeset/ports/319106

Log:
  - Update to 0.3.4
  
  PR:		ports/178949
  Submitted by:	Lars Eggert <lars@eggert.org> (maintainer)

Modified:
  head/benchmarks/spp/Makefile
  head/benchmarks/spp/distinfo

Modified: head/benchmarks/spp/Makefile
==============================================================================
--- head/benchmarks/spp/Makefile	Sun May 26 12:36:34 2013	(r319105)
+++ head/benchmarks/spp/Makefile	Sun May 26 12:42:35 2013	(r319106)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	spp
-PORTVERSION=	0.3.2
+PORTVERSION=	0.3.4
 CATEGORIES=	benchmarks
 MASTER_SITES=	http://caia.swin.edu.au/tools/spp/downloads/
 
@@ -10,6 +10,7 @@ MAINTAINER=	lars@eggert.org
 COMMENT=	Calculates round trip time from pcap files or live capture
 
 PLIST_FILES=	bin/spp
+MAN1=		spp.1
 
 post-patch:
 	@${REINPLACE_CMD} -E '/(-DDEBUG|-g)/s|^|#|g' \

Modified: head/benchmarks/spp/distinfo
==============================================================================
--- head/benchmarks/spp/distinfo	Sun May 26 12:36:34 2013	(r319105)
+++ head/benchmarks/spp/distinfo	Sun May 26 12:42:35 2013	(r319106)
@@ -1,2 +1,2 @@
-SHA256 (spp-0.3.2.tar.gz) = bcb83c05142c243f27a1132f43528d27fe4accb650207040d03770c215e5dd91
-SIZE (spp-0.3.2.tar.gz) = 38462
+SHA256 (spp-0.3.4.tar.gz) = 588e6646fbbd8009e4fdb372e7cb49854532f816ad7c3c14d2c1d9b90112fd0d
+SIZE (spp-0.3.4.tar.gz) = 42091
_______________________________________________
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 Frederic Culot freebsd_committer freebsd_triage 2013-05-26 14:41:41 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!