Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2007 11:53:39 -0500 (EST)
From:      Thomas Abthorpe <thomas@goodking.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        joe@joeholden.co.uk, thomas@goodking.ca
Subject:   ports/107955: [PATCH] irc/ezbounce: update to 1.04.c
Message-ID:  <200701151653.l0FGrdt0041515@goodking.goodking.ca>
Resent-Message-ID: <200701151700.l0FH0Xq7062796@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         107955
>Category:       ports
>Synopsis:       [PATCH] irc/ezbounce: update to 1.04.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 15 17:00:33 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Abthorpe
>Release:        FreeBSD 6.2-RC2 i386
>Organization:
GoodKing.Ca
>Environment:
System: FreeBSD goodking.goodking.ca 6.2-RC2 FreeBSD 6.2-RC2 #5: Thu Jan 11 18:08:29 EST 2007
>Description:
- Update to 1.04.c
- remove patch-linkedlist.h
- remove unstable mirror site

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.04.c.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/irc/ezbounce/Makefile /usr/local/tinderbox/portstrees/FreeBSD/ports/irc/ezbounce/Makefile
--- /usr/ports/irc/ezbounce/Makefile	Mon May  8 06:31:59 2006
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/irc/ezbounce/Makefile	Mon Jan 15 11:45:48 2007
@@ -6,11 +6,10 @@
 #
 
 PORTNAME=	ezbounce
-PORTVERSION=	1.04.b
+PORTVERSION=	1.04.c
 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/
+DISTNAME=	${PORTNAME}-${PORTVERSION:S/.c/c/}
 
 MAINTAINER=	joe@joeholden.co.uk
 COMMENT=	A highly configurable IRC Proxy
diff -ruN --exclude=CVS /usr/ports/irc/ezbounce/distinfo /usr/local/tinderbox/portstrees/FreeBSD/ports/irc/ezbounce/distinfo
--- /usr/ports/irc/ezbounce/distinfo	Fri Nov 25 20:48:13 2005
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/irc/ezbounce/distinfo	Mon Jan 15 11:45:48 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/local/tinderbox/portstrees/FreeBSD/ports/irc/ezbounce/files/patch-linkedlist.h
--- /usr/ports/irc/ezbounce/files/patch-linkedlist.h	Mon Aug 16 11:18:19 2004
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/irc/ezbounce/files/patch-linkedlist.h	Wed Dec 31 19:00:00 1969
@@ -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.04.c.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701151653.l0FGrdt0041515>