ports/107932: [PATCH] irc/ezbounce: update to 1.04c

Joe Holden joe at joeholden.co.uk
Sun Jan 14 22:50:31 UTC 2007


>Number:         107932
>Category:       ports
>Synopsis:       [PATCH] irc/ezbounce: update to 1.04c
>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:   Sun Jan 14 22:50:30 GMT 2007
>Closed-Date:
>Last-Modified:
>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 at 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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list