From adox@mcx2.org  Sat Jan 24 13:15:28 2009
Return-Path: <adox@mcx2.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5E54E1065670
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 Jan 2009 13:15:28 +0000 (UTC)
	(envelope-from adox@mcx2.org)
Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157])
	by mx1.freebsd.org (Postfix) with ESMTP id EC6BA8FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 Jan 2009 13:15:27 +0000 (UTC)
	(envelope-from adox@mcx2.org)
Received: by fg-out-1718.google.com with SMTP id l26so3506525fgb.35
        for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 Jan 2009 05:15:26 -0800 (PST)
Received: by 10.223.106.73 with SMTP id w9mr1024209fao.21.1232802925888;
        Sat, 24 Jan 2009 05:15:25 -0800 (PST)
Received: from localhost (p579DC7EE.dip.t-dialin.net [87.157.199.238])
        by mx.google.com with ESMTPS id 5sm10702786fxm.92.2009.01.24.05.15.25
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sat, 24 Jan 2009 05:15:25 -0800 (PST)
Message-Id: <497b146d.050db80a.2372.ffffe8da@mx.google.com>
Date: Sat, 24 Jan 2009 05:15:25 -0800 (PST)
From: Dennis Herrmann <adox@mcx2.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: mjl@luckie.org.nz
Subject: [PATCH] net/scamper: update to 20080808b
X-Send-Pr-Version: 3.113
X-GNATS-Notify: mjl@luckie.org.nz

>Number:         130944
>Category:       ports
>Synopsis:       [PATCH] net/scamper: update to 20080808b
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 24 13:20:01 UTC 2009
>Closed-Date:    Thu Jan 29 16:38:14 UTC 2009
>Last-Modified:  Thu Jan 29 16:38:14 UTC 2009
>Originator:     Dennis Herrmann
>Release:        FreeBSD 7.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD dhn.homeunix.com 7.1-STABLE FreeBSD 7.1-STABLE #4: Sat Jan 10 13:45:30 CET 2009
>Description:
- Update to 20080808b
- Tested with a Tinderbox ( http://tb.4bit.ws/index.php?action=describe_port&id=255 )

Port maintainer (mjl@luckie.org.nz) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- scamper-20080808b.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/scamper/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	26 Dec 2008 06:20:03 -0000	1.7
+++ Makefile	24 Jan 2009 01:22:12 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	scamper
-PORTVERSION=	20070523o
+PORTVERSION=	20080808b
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.wand.net.nz/scamper/
 DISTNAME=	${PORTNAME}-cvs-${PORTVERSION}
@@ -17,6 +17,7 @@
 MAN1=		scamper.1
 
 PLIST_FILES=	bin/scamper
+WRKSRC=	${WRKDIR}/${PORTNAME}-cvs-${PORTVERSION:S/b//g}
 
 post-install:
 	${INSTALL_MAN} ${WRKSRC}/scamper.1 ${PREFIX}/man/man1
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/net/scamper/distinfo,v
retrieving revision 1.7
diff -u -u -r1.7 distinfo
--- distinfo	26 Dec 2008 06:20:03 -0000	1.7
+++ distinfo	24 Jan 2009 01:15:48 -0000
@@ -1,3 +1,3 @@
-MD5 (scamper-cvs-20070523o.tar.gz) = ed46f45789a11b3fa43d4ca1dede38b5
-SHA256 (scamper-cvs-20070523o.tar.gz) = 38762c71bf30e341fa9800c9546e24eef7569d1a32d2cd8daaabe3eb499229e6
-SIZE (scamper-cvs-20070523o.tar.gz) = 216835
+MD5 (scamper-cvs-20080808b.tar.gz) = 60282fd98d52cbdb7e8f8de6754b28fe
+SHA256 (scamper-cvs-20080808b.tar.gz) = e3098d7859ebd0ad74260352ac59bd7107ea767816e658737c77ce3588eb4a9f
+SIZE (scamper-cvs-20080808b.tar.gz) = 277035
--- scamper-20080808b.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Jan 24 13:20:18 UTC 2009 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130944 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Jan 24 13:20:22 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: mjl@luckie.org.nz
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/130944: [PATCH] net/scamper: update to 20080808b
Date: Sat, 24 Jan 2009 13:20:20 UT

 Maintainer of net/scamper,
 
 Please note that PR ports/130944 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/130944
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Matthew Luckie <mjl@luckie.org.nz>
To: bug-followup@FreeBSD.org
Cc: adox@mcx2.org
Subject: Re: ports/130944: [PATCH] net/scamper: update to 20080808b
Date: Tue, 27 Jan 2009 09:47:03 +1300

 I'm the author of scamper its port maintainer on FreeBSD.  I would
 prefer that this commit not be made.  I released 20080808b with a
 paper I wrote so the code I used was there for all to see, and I'm
 not really happy to support this branch of scamper at this time.  If
 there is a particular feature in 20080808b that is not found in
 20070523o then I could look at backporting to that branch, or make
 a release I'm prepared to support.
State-Changed-From-To: feedback->closed 
State-Changed-By: jadawin 
State-Changed-When: Thu Jan 29 16:38:06 UTC 2009 
State-Changed-Why:  
Closed at maintainer's request 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130944 
>Unformatted:
