From mjl@caida.org  Sun Aug 25 06:07:40 2013
Return-Path: <mjl@caida.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 0BE2B670
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 25 Aug 2013 06:07:40 +0000 (UTC)
	(envelope-from mjl@caida.org)
Received: from caida.org (rommie.caida.org [192.172.226.78])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id E64AB2A29
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 25 Aug 2013 06:07:39 +0000 (UTC)
Received: from sorcerer.caida.org (sorcerer.caida.org [192.172.226.95])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by caida.org (Postfix) with ESMTP id 9F2B2BA56
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 Aug 2013 23:07:33 -0700 (PDT)
Received: from mjl by sorcerer.caida.org with local (Exim 4.80.1 (FreeBSD))
	(envelope-from <mjl@caida.org>)
	id 1VDTU5-00040X-BD
	for FreeBSD-gnats-submit@freebsd.org; Sat, 24 Aug 2013 23:07:33 -0700
Message-Id: <E1VDTU5-00040X-BD@sorcerer.caida.org>
Date: Sat, 24 Aug 2013 23:07:33 -0700
From: Matthew Luckie <mjl@luckie.org.nz>
Sender: Matthew Luckie <mjl@caida.org>
Reply-To: Matthew Luckie <mjl@luckie.org.nz>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] update net/scamper to 20130824
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         181518
>Category:       ports
>Synopsis:       [patch] update net/scamper to 20130824
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 25 06:10:00 UTC 2013
>Closed-Date:    Fri Aug 30 06:26:09 UTC 2013
>Last-Modified:  Fri Aug 30 06:30:00 UTC 2013
>Originator:     Matthew Luckie
>Release:        FreeBSD 9.1-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD sorcerer.caida.org 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:30:17 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
Update net/scamper to 20130824.  A list of changes is available at:
http://www.wand.net.nz/pipermail/scamper-announce/2013-August/000016.html
>How-To-Repeat:
	
>Fix:

	

--- patch-scamper-20130824 begins here ---
diff -uNr scamper.orig/Makefile scamper/Makefile
--- scamper.orig/Makefile	2012-11-16 22:00:19.000000000 -0800
+++ scamper/Makefile	2013-08-24 22:59:00.000000000 -0700
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	scamper
-PORTVERSION=	20111202b
+PORTVERSION=	20130824
 CATEGORIES=	net ipv6
-MASTER_SITES=	http://www.wand.net.nz/scamper/
+MASTER_SITES=	http://www.caida.org/tools/measurement/scamper/code/
 DISTNAME=	${PORTNAME}-cvs-${PORTVERSION}
 
 MAINTAINER=	mjl@luckie.org.nz
@@ -19,8 +19,8 @@
 USE_GMAKE=	yes
 
 MAN1=		scamper.1 sc_ally.1 sc_analysis_dump.1 sc_attach.1 \
-		sc_tracediff.1 sc_warts2pcap.1 sc_warts2text.1 \
-		sc_wartscat.1 sc_wartsdump.1
+		sc_ipiddump.1 sc_speedtrap.1 sc_tracediff.1 sc_warts2json.1 \
+		sc_warts2pcap.1 sc_warts2text.1 sc_wartscat.1 sc_wartsdump.1
 MAN3=		libscamperfile.3
 MAN5=		warts.5
 
diff -uNr scamper.orig/distinfo scamper/distinfo
--- scamper.orig/distinfo	2012-04-04 10:40:49.000000000 -0700
+++ scamper/distinfo	2013-08-24 22:59:07.000000000 -0700
@@ -1,2 +1,2 @@
-SHA256 (scamper-cvs-20111202b.tar.gz) = 8afa359bedd9eaf6369ad4106e90809aa02bccb10c218bfe39197cbc82c4d72f
-SIZE (scamper-cvs-20111202b.tar.gz) = 1118438
+SHA256 (scamper-cvs-20130824.tar.gz) = ec586382cfe80e2b8716d26a8794173153ef528b9080aa4682d5c6898a80a7b0
+SIZE (scamper-cvs-20130824.tar.gz) = 1209926
diff -uNr scamper.orig/pkg-descr scamper/pkg-descr
--- scamper.orig/pkg-descr	2010-05-07 15:56:32.000000000 -0700
+++ scamper/pkg-descr	2013-08-24 23:04:53.000000000 -0700
@@ -2,4 +2,4 @@
 as ping and traceroute to large numbers of IPv4 and IPv6 addresses in
 parallel to fill a specified packets-per-second rate.
 
-WWW: http://www.wand.net.nz/scamper/
+WWW: http://www.caida.org/tools/measurement/scamper/
diff -uNr scamper.orig/pkg-plist scamper/pkg-plist
--- scamper.orig/pkg-plist	2011-04-21 06:28:49.000000000 -0700
+++ scamper/pkg-plist	2013-08-24 22:59:54.000000000 -0700
@@ -2,7 +2,10 @@
 bin/sc_ally
 bin/sc_analysis_dump
 bin/sc_attach
+bin/sc_ipiddump
+bin/sc_speedtrap
 bin/sc_tracediff
+bin/sc_warts2json
 bin/sc_warts2pcap
 bin/sc_warts2text
 bin/sc_wartscat
--- patch-scamper-20130824 ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->culot 
Responsible-Changed-By: culot 
Responsible-Changed-When: Thu Aug 29 05:07:47 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181518 
State-Changed-From-To: open->closed 
State-Changed-By: culot 
State-Changed-When: Fri Aug 30 06:26:07 UTC 2013 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/181518: commit references a PR
Date: Fri, 30 Aug 2013 06:26:06 +0000 (UTC)

 Author: culot
 Date: Fri Aug 30 06:25:58 2013
 New Revision: 325662
 URL: http://svnweb.freebsd.org/changeset/ports/325662
 
 Log:
   - Update to 20130824 [1]
   - Trim Makefile's header
   
   Changes:	http://www.wand.net.nz/pipermail/scamper-announce/2013-August/000016.html
   PR:		ports/181518 [1]
   Submitted by:	Matthew Luckie <mjl@luckie.org.nz> (maintainer)
 
 Modified:
   head/net/scamper/Makefile
   head/net/scamper/distinfo
   head/net/scamper/pkg-descr
   head/net/scamper/pkg-plist
 
 Modified: head/net/scamper/Makefile
 ==============================================================================
 --- head/net/scamper/Makefile	Fri Aug 30 04:45:28 2013	(r325661)
 +++ head/net/scamper/Makefile	Fri Aug 30 06:25:58 2013	(r325662)
 @@ -1,14 +1,9 @@
 -# New ports collection makefile for:  scamper
 -# Date created:        18 Mey 2005
 -# Whom:                dikshie
 -#
  # $FreeBSD$
 -#
  
  PORTNAME=	scamper
 -PORTVERSION=	20111202b
 +PORTVERSION=	20130824
  CATEGORIES=	net ipv6
 -MASTER_SITES=	http://www.wand.net.nz/scamper/
 +MASTER_SITES=	http://www.caida.org/tools/measurement/scamper/code/
  DISTNAME=	${PORTNAME}-cvs-${PORTVERSION}
  
  MAINTAINER=	mjl@luckie.org.nz
 @@ -19,8 +14,8 @@ USE_LDCONFIG=	yes
  USE_GMAKE=	yes
  
  MAN1=		scamper.1 sc_ally.1 sc_analysis_dump.1 sc_attach.1 \
 -		sc_tracediff.1 sc_warts2pcap.1 sc_warts2text.1 \
 -		sc_wartscat.1 sc_wartsdump.1
 +		sc_ipiddump.1 sc_speedtrap.1 sc_tracediff.1 sc_warts2json.1 \
 +		sc_warts2pcap.1 sc_warts2text.1 sc_wartscat.1 sc_wartsdump.1
  MAN3=		libscamperfile.3
  MAN5=		warts.5
  
 
 Modified: head/net/scamper/distinfo
 ==============================================================================
 --- head/net/scamper/distinfo	Fri Aug 30 04:45:28 2013	(r325661)
 +++ head/net/scamper/distinfo	Fri Aug 30 06:25:58 2013	(r325662)
 @@ -1,2 +1,2 @@
 -SHA256 (scamper-cvs-20111202b.tar.gz) = 8afa359bedd9eaf6369ad4106e90809aa02bccb10c218bfe39197cbc82c4d72f
 -SIZE (scamper-cvs-20111202b.tar.gz) = 1118438
 +SHA256 (scamper-cvs-20130824.tar.gz) = ec586382cfe80e2b8716d26a8794173153ef528b9080aa4682d5c6898a80a7b0
 +SIZE (scamper-cvs-20130824.tar.gz) = 1209926
 
 Modified: head/net/scamper/pkg-descr
 ==============================================================================
 --- head/net/scamper/pkg-descr	Fri Aug 30 04:45:28 2013	(r325661)
 +++ head/net/scamper/pkg-descr	Fri Aug 30 06:25:58 2013	(r325662)
 @@ -2,4 +2,4 @@ Scamper is a program that conducts Inter
  as ping and traceroute to large numbers of IPv4 and IPv6 addresses in
  parallel to fill a specified packets-per-second rate.
  
 -WWW: http://www.wand.net.nz/scamper/
 +WWW: http://www.caida.org/tools/measurement/scamper/
 
 Modified: head/net/scamper/pkg-plist
 ==============================================================================
 --- head/net/scamper/pkg-plist	Fri Aug 30 04:45:28 2013	(r325661)
 +++ head/net/scamper/pkg-plist	Fri Aug 30 06:25:58 2013	(r325662)
 @@ -2,7 +2,10 @@ bin/scamper
  bin/sc_ally
  bin/sc_analysis_dump
  bin/sc_attach
 +bin/sc_ipiddump
 +bin/sc_speedtrap
  bin/sc_tracediff
 +bin/sc_warts2json
  bin/sc_warts2pcap
  bin/sc_warts2text
  bin/sc_wartscat
 _______________________________________________
 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"
 
>Unformatted:
