aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-08-29 16:58:56 +0800
committerijliao <ijliao@FreeBSD.org>2002-08-29 16:58:56 +0800
commitc92c001c5abce857c33311224f7bc24e694e93c6 (patch)
treed494d30a7b210cf7f226e90e7900e6b2bf9cf2a7 /net
parentd6b75c7034738a209aea0caae48834f2f8758715 (diff)
downloadfreebsd-ports-graphics-c92c001c5abce857c33311224f7bc24e694e93c6.tar.gz
freebsd-ports-graphics-c92c001c5abce857c33311224f7bc24e694e93c6.tar.zst
freebsd-ports-graphics-c92c001c5abce857c33311224f7bc24e694e93c6.zip
upgrade to 4.8.3
Diffstat (limited to 'net')
-rw-r--r--net/centericq/Makefile2
-rw-r--r--net/centericq/distinfo2
-rw-r--r--net/centericq/files/patch-conscommon.cc11
3 files changed, 2 insertions, 13 deletions
diff --git a/net/centericq/Makefile b/net/centericq/Makefile
index 1d991c3eebb..6d9e5405a58 100644
--- a/net/centericq/Makefile
+++ b/net/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/centericq/distinfo b/net/centericq/distinfo
index e728cf9d8a3..c271531ecd0 100644
--- a/net/centericq/distinfo
+++ b/net/centericq/distinfo
@@ -1 +1 @@
-MD5 (centericq-4.8.2.tar.gz) = 9f707e4928f8491e4042f09030b57eef
+MD5 (centericq-4.8.3.tar.gz) = 57c827732cf0543092e24d1e6e24f178
diff --git a/net/centericq/files/patch-conscommon.cc b/net/centericq/files/patch-conscommon.cc
deleted file mode 100644
index bc6575ed790..00000000000
--- a/net/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;