From ohauer@FreeBSD.org  Mon Dec 20 16:06:10 2010
Return-Path: <ohauer@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C26B6106567A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Dec 2010 16:06:10 +0000 (UTC)
	(envelope-from ohauer@FreeBSD.org)
Received: from u18-124.dslaccess.de (unknown [194.231.39.124])
	by mx1.freebsd.org (Postfix) with ESMTP id 6CE1D8FC1B
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Dec 2010 16:06:10 +0000 (UTC)
Received: by u18-124.dslaccess.de (Postfix, from userid 1100)
	id 43FC920586; Mon, 20 Dec 2010 17:06:09 +0100 (CET)
Message-Id: <20101220160609.43FC920586@u18-124.dslaccess.de>
Date: Mon, 20 Dec 2010 17:06:09 +0100 (CET)
From: olli hauer <ohauer@FreeBSD.org>
Reply-To: olli hauer <ohauer@FreeBSD.org>
To: <FreeBSD-gnats-submit@freebsd.org>
Cc: <ohauer@gmx.de>
Subject: [patch] port net/sflowtool update to version 3.17
X-Send-Pr-Version: 3.113
X-GNATS-Notify: greg@bestnet.kharkov.ua

>Number:         153311
>Category:       ports
>Synopsis:       [patch] port net/sflowtool update to version 3.17
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ohauer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 20 16:10:10 UTC 2010
>Closed-Date:    Thu Dec 30 17:57:03 UTC 2010
>Last-Modified:  Thu Dec 30 18:00:23 UTC 2010
>Originator:     Olli Hauer <ohauer@FreeBSD.org>
>Release:        
>Organization:
>Environment:


>Description:
 - update sflowtool to version 3.17
 - install sample scrips to EXAMPLESDIR

Changelog: 
==========
Sep-23-2010
       3.17 - add decodes for sflow-memcached (experimental)
        - add decodes for virtual host-sflow structs
May-17-2010
       3.16 - host-sflow memory counters changed to 64-bit
April-8-2010
       3.15 - add host-sflow structure decodes
        - add more wifi-sflow structure decodes
        - fix bug/overrun vulnerability in getData32 - thanks to Sven Eshenberg
April-22-2009
       3.14 -  clear dst_peer_as,dst_as every time - thanks to Marc Lavine


>How-To-Repeat:
>Fix:


--- patch_sflowtool.txt begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/sflowtool/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	28 Jul 2009 17:40:28 -0000	1.4
+++ Makefile	20 Dec 2010 15:28:20 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	sflowtool
-PORTVERSION=	3.13
+PORTVERSION=	3.17
 CATEGORIES=	net
 MASTER_SITES=	http://www.inmon.com/bin/
 
@@ -18,11 +18,19 @@
 
 PLIST_FILES=	bin/sflowtool
 PORTDOCS=	README
+PORTEXAMPLES=	README ipTopTalkers ipTrafficMatrix sflowRRDChart.cgi \
+		sflowRRDLoad sflowenable
 
 post-install:
 .ifndef(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
+.endif
+.ifndef(NOPORTEXAMPLES)
+	@${MKDIR} ${EXAMPLESDIR}
+. for f in ${PORTEXAMPLES}
+	@${INSTALL_DATA} ${WRKSRC}/scripts/$f ${EXAMPLESDIR}/
+. endfor
 .endif
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/net/sflowtool/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	28 Jul 2009 17:40:28 -0000	1.4
+++ distinfo	20 Dec 2010 15:28:20 -0000
@@ -1,3 +1,2 @@
-MD5 (sflowtool-3.13.tar.gz) = 62761a36d3545d4c27449ba227cbc7ad
-SHA256 (sflowtool-3.13.tar.gz) = e0f40fa0ab60cbd72564f221e904943de2235c0ef6cdc378510c6ef2805f3a36
-SIZE (sflowtool-3.13.tar.gz) = 124946
+SHA256 (sflowtool-3.17.tar.gz) = e102c4edcc9dde91cd6f020ce4699fbf55f43fa5ffd215809436da5e6848af0b
+SIZE (sflowtool-3.17.tar.gz) = 153277
--- patch_sflowtool.txt ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ohauer 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Dec 20 16:10:31 UTC 2010 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153311 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Dec 20 16:10:36 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153311 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: greg@bestnet.kharkov.ua
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/153311: [patch] port net/sflowtool update to version 3.17
Date: Mon, 20 Dec 2010 16:10:34 UT

 Maintainer of net/sflowtool,
 
 Please note that PR ports/153311 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/153311
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: ohauer 
State-Changed-When: Thu Dec 30 17:56:32 UTC 2010 
State-Changed-Why:  
Committed! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153311 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/153311: commit references a PR
Date: Thu, 30 Dec 2010 17:56:08 +0000 (UTC)

 ohauer      2010-12-30 17:56:02 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/sflowtool        Makefile distinfo 
   Log:
    - update to version 3.17
    - take maintainer
   
    I got OK from old maintainer per PM
   
   PR:             153311
   Submitted by:   ohauer
   Approved by:    Gregory Edigarov <greg _at_ bestnet.kharkov.ua> (old maintainer)
   
   Revision  Changes    Path
   1.5       +11 -3     ports/net/sflowtool/Makefile
   1.5       +2 -3      ports/net/sflowtool/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
