From joe@claire.ber.rewt.org.uk  Sun Jan 14 22:46:38 2007
Return-Path: <joe@claire.ber.rewt.org.uk>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 10A7C16A412
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 14 Jan 2007 22:46:38 +0000 (UTC)
	(envelope-from joe@claire.ber.rewt.org.uk)
Received: from claire.ber.rewt.org.uk (claire.ber.rewt.org.uk [217.160.200.67])
	by mx1.freebsd.org (Postfix) with ESMTP id 8D01D13C448
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 14 Jan 2007 22:46:37 +0000 (UTC)
	(envelope-from joe@claire.ber.rewt.org.uk)
Received: from localhost (localhost [127.0.0.1])
	by claire.ber.rewt.org.uk (Postfix) with ESMTP id 8D788B81B;
	Sun, 14 Jan 2007 22:46:39 +0000 (GMT)
Received: from claire.ber.rewt.org.uk ([127.0.0.1])
	by localhost (claire.ber.rewt.org.uk [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id KRe5m1CCLLf7; Sun, 14 Jan 2007 22:46:33 +0000 (GMT)
Received: by claire.ber.rewt.org.uk (Postfix, from userid 1001)
	id 2FD39B814; Sun, 14 Jan 2007 22:46:33 +0000 (GMT)
Message-Id: <20070114224633.2FD39B814@claire.ber.rewt.org.uk>
Date: Sun, 14 Jan 2007 22:46:33 +0000 (GMT)
From: Joe Holden <joe@joeholden.co.uk>
To: FreeBSD-gnats-submit@freebsd.org
Cc: joe@joeholden.co.uk
Subject: [PATCH] irc/ezbounce: update to 1.04c
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         107932
>Category:       ports
>Synopsis:       [PATCH] irc/ezbounce: update to 1.04c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 14 22:50:30 GMT 2007
>Closed-Date:    Tue Jan 16 09:21:40 GMT 2007
>Last-Modified:  Tue Jan 16 09:30:32 GMT 2007
>Originator:     Joe Holden
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD claire.ber.rewt.org.uk 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Sun Jan 14 19:41:12 GMT 2007
>Description:
- Update to 1.04c
- Fixed MASTER_SITES

Removed file(s):
- files/patch-linkedlist.h

Port maintainer (joe@joeholden.co.uk) is cc'd.

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

--- ezbounce-1.04c.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/irc/ezbounce/Makefile /usr/home/joe/ezbounce/Makefile
--- /usr/ports/irc/ezbounce/Makefile	Mon May  8 11:31:59 2006
+++ /usr/home/joe/ezbounce/Makefile	Sun Jan 14 21:26:21 2007
@@ -6,11 +6,11 @@
 #
 
 PORTNAME=	ezbounce
-PORTVERSION=	1.04.b
+PORTVERSION=	1.04c
 CATEGORIES=	irc
-MASTER_SITES=	http://druglord.freelsd.org/ezbounce/ \
-		http://ezbounce.dc-team.com/
-DISTNAME=	${PORTNAME}-${PORTVERSION:S/.b/b/}
+MASTER_SITES=	http://druglord.freelsd.org/ezbounce/files/ \
+		ftp://ftp.rewt.org.uk/pub/distfiles/
+DISTNAME=	${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	joe@joeholden.co.uk
 COMMENT=	A highly configurable IRC Proxy
diff -ruN --exclude=CVS /usr/ports/irc/ezbounce/distinfo /usr/home/joe/ezbounce/distinfo
--- /usr/ports/irc/ezbounce/distinfo	Sat Nov 26 01:48:13 2005
+++ /usr/home/joe/ezbounce/distinfo	Sun Jan 14 22:45:37 2007
@@ -1,3 +1,3 @@
-MD5 (ezbounce-1.04b.tar.gz) = 13fea5284067214d975d97845a082d6f
-SHA256 (ezbounce-1.04b.tar.gz) = f733a3c8ffb0953788a9191311af2e52348efe7c6abbabdedcdbce4f5e08901e
-SIZE (ezbounce-1.04b.tar.gz) = 190837
+MD5 (ezbounce-1.04c.tar.gz) = d3cc3bbd162a0ba7d22a0a9fc629bfd6
+SHA256 (ezbounce-1.04c.tar.gz) = 5be7b903e3682aee9d1758f60957486e4aa08da717fc763caab1415454eaebd8
+SIZE (ezbounce-1.04c.tar.gz) = 192630
diff -ruN --exclude=CVS /usr/ports/irc/ezbounce/files/patch-linkedlist.h /usr/home/joe/ezbounce/files/patch-linkedlist.h
--- /usr/ports/irc/ezbounce/files/patch-linkedlist.h	Mon Aug 16 16:18:19 2004
+++ /usr/home/joe/ezbounce/files/patch-linkedlist.h	Thu Jan  1 01:00:00 1970
@@ -1,20 +0,0 @@
---- lib/linkedlist.h.orig	Mon Aug 16 16:53:58 2004
-+++ lib/linkedlist.h	Mon Aug 16 17:08:25 2004
-@@ -89,7 +89,7 @@
-     list_iterator(__list_core * x) : __list_iter(x) { }
-     T * next()          { return (T *) __list_iter::next(); }
-     T * remove()        { return (T *) __list_iter::remove(); }
--    T * get(void)       { return (T *) __list_iter::get(); }
-+    //T * get(void)       { return (T *) __list_iter::get(); }
-     T * set(int x)      { return (T *) __list_iter::set(x); }
- };
-     
-@@ -97,7 +97,7 @@
- {    
- public:
-     int add(T *x)         { return __list_core::add((void *) x); }
--    int add(int w, T * x) { return __list_core::insert(w, (void *) x); }
-+    //int add(int w, T * x) { return __list_core::insert(w, (void *) x); }
-     T * get(int idx)      { return (T *) __list_core::get(idx); }
-     T * remove(int idx)   { return (T *) __list_core::remove(idx); }
-     bool remove(T * d)    { return __list_core::remove(d); }
--- ezbounce-1.04c.patch ends here ---

>Release-Note:
>Audit-Trail:
Class-Changed-From-To: update->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Sun Jan 14 22:50:39 UTC 2007 
Class-Changed-Why:  
Fix category (submitter is maintainer) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107932 
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Sun Jan 14 22:56:36 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107932 
State-Changed-From-To: open->closed 
State-Changed-By: itetcu 
State-Changed-When: Tue Jan 16 09:21:35 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/107932: commit references a PR
Date: Tue, 16 Jan 2007 09:21:20 +0000 (UTC)

 itetcu      2007-01-16 09:21:14 UTC
 
   FreeBSD ports repository
 
   Modified files:
     irc/ezbounce         Makefile distinfo 
   Removed files:
     irc/ezbounce/files   patch-linkedlist.h 
   Log:
   - Update to 1.04c
   - Fixed MASTER_SITES
   
   PR:             ports/107932
   Submitted by:   Joe Holden (maintainer)
   
   Revision  Changes    Path
   1.36      +4 -4      ports/irc/ezbounce/Makefile
   1.19      +3 -3      ports/irc/ezbounce/distinfo
   1.2       +0 -20     ports/irc/ezbounce/files/patch-linkedlist.h (dead)
 _______________________________________________
 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:
