diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-08-29 08:58:56 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-08-29 08:58:56 +0000 |
commit | c92c001c5abce857c33311224f7bc24e694e93c6 (patch) | |
tree | d494d30a7b210cf7f226e90e7900e6b2bf9cf2a7 /net-im/centericq | |
parent | d6b75c7034738a209aea0caae48834f2f8758715 (diff) | |
download | FreeBSD-ports-c92c001c5abce857c33311224f7bc24e694e93c6.zip FreeBSD-ports-c92c001c5abce857c33311224f7bc24e694e93c6.tar.gz |
upgrade to 4.8.3
Diffstat (limited to 'net-im/centericq')
-rw-r--r-- | net-im/centericq/Makefile | 2 | ||||
-rw-r--r-- | net-im/centericq/distinfo | 2 | ||||
-rw-r--r-- | net-im/centericq/files/patch-conscommon.cc | 11 |
3 files changed, 2 insertions, 13 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile index 1d991c3..6d9e540 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 e728cf9..c271531 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 bc6575e..0000000 --- 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; |