Bug 183218 - port update: net/sflowtool-3.29 -> net/sflowtool-3.30
Summary: port update: net/sflowtool-3.29 -> net/sflowtool-3.30
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: Olli Hauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-23 05:30 UTC by Nick Hilliard
Modified: 2013-10-29 21:21 UTC (History)
0 users

See Also:


Attachments
file.diff (851 bytes, patch)
2013-10-23 05:30 UTC, Nick Hilliard
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Hilliard 2013-10-23 05:30:00 UTC
net/sflowtool update to 3.30
Comment 1 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-10-23 14:37:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danilo

I'll take it.
Comment 2 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-10-23 14:53:14 UTC
Responsible Changed
From-To: danilo->ohauer

Over to maintainer.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-10-29 21:04:44 UTC
Author: ohauer
Date: Tue Oct 29 21:04:37 2013
New Revision: 332004
URL: http://svnweb.freebsd.org/changeset/ports/332004

Log:
  - update to 3.30
  
  Changelog:
  Oct-18-2013:
  3.30 - exit if printf() fails. Important for detecting streaming errors.
         Thanks to Nick Hilliard.
       - add tunnel structures (http://sflow.org/sflow_tunnels.txt)
  
  PR:		ports/183218
  Submitted by:	Nick Hilliard <nick@foobar.org>

Modified:
  head/net/sflowtool/Makefile
  head/net/sflowtool/distinfo

Modified: head/net/sflowtool/Makefile
==============================================================================
--- head/net/sflowtool/Makefile	Tue Oct 29 20:57:21 2013	(r332003)
+++ head/net/sflowtool/Makefile	Tue Oct 29 21:04:37 2013	(r332004)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sflowtool
-PORTVERSION=	3.29
+PORTVERSION=	3.30
 CATEGORIES=	net
 MASTER_SITES=	http://www.inmon.com/bin/
 

Modified: head/net/sflowtool/distinfo
==============================================================================
--- head/net/sflowtool/distinfo	Tue Oct 29 20:57:21 2013	(r332003)
+++ head/net/sflowtool/distinfo	Tue Oct 29 21:04:37 2013	(r332004)
@@ -1,2 +1,2 @@
-SHA256 (sflowtool-3.29.tar.gz) = 5ee94480f072e33005a2853d8b3a0342a5fe663fcc79e11f1c5128230d2b734b
-SIZE (sflowtool-3.29.tar.gz) = 168454
+SHA256 (sflowtool-3.30.tar.gz) = 38e7929889ce4f9de6bc55b61dc209b842902434a822c60bc572a3d9f6c3843c
+SIZE (sflowtool-3.30.tar.gz) = 169194
_______________________________________________
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 4 Olli Hauer freebsd_committer freebsd_triage 2013-10-29 21:20:37 UTC
State Changed
From-To: open->closed

Committed, Thanks!