Date: Tue, 29 Oct 2013 21:04:37 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332004 - head/net/sflowtool Message-ID: <201310292104.r9TL4bps035347@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310292104.r9TL4bps035347>