From 84fc55901592fbaf821e36dcad5e7c99c9cc72b9 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Tue, 20 Aug 2002 06:59:52 +0000 Subject: [PATCH] upgrade to 4.8.2 --- net-im/centericq/Makefile | 2 +- net-im/centericq/distinfo | 2 +- net-im/centericq/files/patch-conscommon.cc | 19 +++++-------------- net/centericq/Makefile | 2 +- net/centericq/distinfo | 2 +- net/centericq/files/patch-conscommon.cc | 19 +++++-------------- 6 files changed, 14 insertions(+), 32 deletions(-) diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile index 04aef11d4e64..1d991c3eebb7 100644 --- a/net-im/centericq/Makefile +++ b/net-im/centericq/Makefile @@ -7,7 +7,7 @@ # PORTNAME= centericq -PORTVERSION= 4.8.0 +PORTVERSION= 4.8.2 PORTREVISION= 0 CATEGORIES= net MASTER_SITES= http://konst.org.ua/download/ diff --git a/net-im/centericq/distinfo b/net-im/centericq/distinfo index 3028944b4dba..e728cf9d8a35 100644 --- a/net-im/centericq/distinfo +++ b/net-im/centericq/distinfo @@ -1 +1 @@ -MD5 (centericq-4.8.0.tar.gz) = 0c9710d6b07fe6fc193c0a4215d9761e +MD5 (centericq-4.8.2.tar.gz) = 9f707e4928f8491e4042f09030b57eef diff --git a/net-im/centericq/files/patch-conscommon.cc b/net-im/centericq/files/patch-conscommon.cc index ca2d8b24232d..bc6575ed790b 100644 --- a/net-im/centericq/files/patch-conscommon.cc +++ b/net-im/centericq/files/patch-conscommon.cc @@ -1,20 +1,11 @@ ---- kkconsui-0.1/src/conscommon.cc.orig Tue Jul 16 19:18:01 2002 -+++ kkconsui-0.1/src/conscommon.cc Tue Jul 16 19:20:11 2002 -@@ -28,6 +28,8 @@ - #include - #endif - -+#include -+ - bool kintf_graph = true, kintf_refresh = true; - - void (*kt_resize_event)(void); -@@ -255,7 +257,7 @@ +--- kkconsui-0.1/src/conscommon.cc.orig Tue Aug 20 14:50:35 2002 ++++ kkconsui-0.1/src/conscommon.cc Tue Aug 20 14:51:10 2002 +@@ -256,7 +256,7 @@ #include } -string makebidi(const string &buf, int lpad = 0) { +string makebidi(const string &buf, int lpad) { + if(!use_fribidi) return buf; + FriBidiChar *us, *out_us; - char *outstring, *cbuf; - int size; diff --git a/net/centericq/Makefile b/net/centericq/Makefile index 04aef11d4e64..1d991c3eebb7 100644 --- a/net/centericq/Makefile +++ b/net/centericq/Makefile @@ -7,7 +7,7 @@ # PORTNAME= centericq -PORTVERSION= 4.8.0 +PORTVERSION= 4.8.2 PORTREVISION= 0 CATEGORIES= net MASTER_SITES= http://konst.org.ua/download/ diff --git a/net/centericq/distinfo b/net/centericq/distinfo index 3028944b4dba..e728cf9d8a35 100644 --- a/net/centericq/distinfo +++ b/net/centericq/distinfo @@ -1 +1 @@ -MD5 (centericq-4.8.0.tar.gz) = 0c9710d6b07fe6fc193c0a4215d9761e +MD5 (centericq-4.8.2.tar.gz) = 9f707e4928f8491e4042f09030b57eef diff --git a/net/centericq/files/patch-conscommon.cc b/net/centericq/files/patch-conscommon.cc index ca2d8b24232d..bc6575ed790b 100644 --- a/net/centericq/files/patch-conscommon.cc +++ b/net/centericq/files/patch-conscommon.cc @@ -1,20 +1,11 @@ ---- kkconsui-0.1/src/conscommon.cc.orig Tue Jul 16 19:18:01 2002 -+++ kkconsui-0.1/src/conscommon.cc Tue Jul 16 19:20:11 2002 -@@ -28,6 +28,8 @@ - #include - #endif - -+#include -+ - bool kintf_graph = true, kintf_refresh = true; - - void (*kt_resize_event)(void); -@@ -255,7 +257,7 @@ +--- kkconsui-0.1/src/conscommon.cc.orig Tue Aug 20 14:50:35 2002 ++++ kkconsui-0.1/src/conscommon.cc Tue Aug 20 14:51:10 2002 +@@ -256,7 +256,7 @@ #include } -string makebidi(const string &buf, int lpad = 0) { +string makebidi(const string &buf, int lpad) { + if(!use_fribidi) return buf; + FriBidiChar *us, *out_us; - char *outstring, *cbuf; - int size;