aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-29 08:58:56 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-29 08:58:56 +0000
commit0f4bbf74627d25c625f61204a4da55ebdbc1357c (patch)
tree0fd8ce467b6588d3945e7a8474d4e2c7d81f6996 /net-im
parenta76685108b77a751e70c84d212c0f91d2f935e55 (diff)
downloadports-0f4bbf74627d25c625f61204a4da55ebdbc1357c.tar.gz
ports-0f4bbf74627d25c625f61204a4da55ebdbc1357c.zip
Notes
Diffstat (limited to 'net-im')
-rw-r--r--net-im/centericq/Makefile2
-rw-r--r--net-im/centericq/distinfo2
-rw-r--r--net-im/centericq/files/patch-conscommon.cc11
3 files changed, 2 insertions, 13 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile
index 1d991c3eebb7..6d9e5405a58c 100644
--- a/net-im/centericq/Makefile
+++ b/net-im/centericq/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= centericq
-PORTVERSION= 4.8.2
+PORTVERSION= 4.8.3
PORTREVISION= 0
CATEGORIES= net
MASTER_SITES= http://konst.org.ua/download/
diff --git a/net-im/centericq/distinfo b/net-im/centericq/distinfo
index e728cf9d8a35..c271531ecd0f 100644
--- a/net-im/centericq/distinfo
+++ b/net-im/centericq/distinfo
@@ -1 +1 @@
-MD5 (centericq-4.8.2.tar.gz) = 9f707e4928f8491e4042f09030b57eef
+MD5 (centericq-4.8.3.tar.gz) = 57c827732cf0543092e24d1e6e24f178
diff --git a/net-im/centericq/files/patch-conscommon.cc b/net-im/centericq/files/patch-conscommon.cc
deleted file mode 100644
index bc6575ed790b..000000000000
--- a/net-im/centericq/files/patch-conscommon.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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 <fribidi/fribidi.h>
- }
-
--string makebidi(const string &buf, int lpad = 0) {
-+string makebidi(const string &buf, int lpad) {
- if(!use_fribidi) return buf;
-
- FriBidiChar *us, *out_us;