diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-05-01 10:50:02 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-05-01 10:50:02 +0000 |
commit | 1636a48fe2a0cde85dcb3a9835adc8924b167bbe (patch) | |
tree | a0e684d0f899b1e7756d0cbbaf171415a50dd179 /net-im/centericq | |
parent | 75a3786392704e17ba7a767feadb450b33bfdf6f (diff) | |
download | ports-1636a48fe2a0cde85dcb3a9835adc8924b167bbe.tar.gz ports-1636a48fe2a0cde85dcb3a9835adc8924b167bbe.zip |
Notes
Diffstat (limited to 'net-im/centericq')
-rw-r--r-- | net-im/centericq/Makefile | 3 | ||||
-rw-r--r-- | net-im/centericq/distinfo | 4 | ||||
-rw-r--r-- | net-im/centericq/files/patch-src::icqdialogs.cc | 10 |
3 files changed, 3 insertions, 14 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile index b2e9a2c839e0..f365b1227a1a 100644 --- a/net-im/centericq/Makefile +++ b/net-im/centericq/Makefile @@ -7,8 +7,7 @@ # PORTNAME= centericq -PORTVERSION= 4.9.11 -PORTREVISION= 1 +PORTVERSION= 4.9.12 CATEGORIES= net MASTER_SITES= http://centericq.de/archive/source/releases/ diff --git a/net-im/centericq/distinfo b/net-im/centericq/distinfo index a9ee09891892..77dfbb63c168 100644 --- a/net-im/centericq/distinfo +++ b/net-im/centericq/distinfo @@ -1,2 +1,2 @@ -MD5 (centericq-4.9.11.tar.gz) = 771786081471360d28b4baeaf294da76 -SIZE (centericq-4.9.11.tar.gz) = 1623174 +MD5 (centericq-4.9.12.tar.gz) = 8207170072d02a6eff8a23cc7f801c41 +SIZE (centericq-4.9.12.tar.gz) = 1631402 diff --git a/net-im/centericq/files/patch-src::icqdialogs.cc b/net-im/centericq/files/patch-src::icqdialogs.cc deleted file mode 100644 index 779877585b37..000000000000 --- a/net-im/centericq/files/patch-src::icqdialogs.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- src/icqdialogs.cc.orig Tue Mar 16 05:59:43 2004 -+++ src/icqdialogs.cc Sat Mar 27 13:13:51 2004 -@@ -33,6 +33,7 @@ - #include "ljhook.h" - - #include <libicq2000/userinfoconstants.h> -+#include <libicq2000/constants.h> - - const char *stragerange(ICQ2000::AgeRange r) { - switch(r) { |