diff -ruN --exclude=CVS /usr/ports/net-im/centericq/Makefile /var/tmp/centericq/Makefile --- /usr/ports/net-im/centericq/Makefile Wed Aug 23 01:42:49 2006 +++ /var/tmp/centericq/Makefile Wed Aug 23 01:43:43 2006 @@ -8,7 +8,7 @@ PORTNAME= centericq PORTVERSION= 4.21.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im MASTER_SITES= http://centericq.de/archive/source/releases/ \ http://thekonst.net/download/ diff -ruN --exclude=CVS /usr/ports/net-im/centericq/files/patch-libicq2000-0.1_libicq2000_sigslot.h /var/tmp/centericq/files/patch-libicq2000-0.1_libicq2000_sigslot.h --- /usr/ports/net-im/centericq/files/patch-libicq2000-0.1_libicq2000_sigslot.h Thu Jan 1 05:00:00 1970 +++ /var/tmp/centericq/files/patch-libicq2000-0.1_libicq2000_sigslot.h Wed Aug 23 01:41:17 2006 @@ -0,0 +1,10 @@ +--- ./libicq2000-0.1/libicq2000/sigslot.h.orig Wed Aug 23 01:30:57 2006 ++++ ./libicq2000-0.1/libicq2000/sigslot.h Wed Aug 23 01:34:04 2006 +@@ -616,7 +616,6 @@ + if((*it)->getdest() == pslot) + { + m_connected_slots.erase(it); +- delete *it; + } + + it = itNext;