diff options
-rw-r--r-- | net-im/cli-msn/Makefile | 2 | ||||
-rw-r--r-- | net-im/cli-msn/distinfo | 6 | ||||
-rw-r--r-- | net-im/cli-msn/files/patch-src_defs.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-im/cli-msn/Makefile b/net-im/cli-msn/Makefile index e239caae6b41..d4e51c6ef381 100644 --- a/net-im/cli-msn/Makefile +++ b/net-im/cli-msn/Makefile @@ -6,7 +6,7 @@ # PORTNAME= msn -PORTVERSION= 2.2 +PORTVERSION= 2.3 CATEGORIES= net-im MASTER_SITES= http://mor-pah.net/code/ PKGNAMEPREFIX= cli- diff --git a/net-im/cli-msn/distinfo b/net-im/cli-msn/distinfo index fb886cbc50c1..025dbe401c48 100644 --- a/net-im/cli-msn/distinfo +++ b/net-im/cli-msn/distinfo @@ -1,3 +1,3 @@ -MD5 (CLI-MSN-2.2.tar.gz) = 0e75a3cfb86d71acde63623169488180 -SHA256 (CLI-MSN-2.2.tar.gz) = ff46c6445ea415f41535bfb2dd8338f84fec794414a60fbe3ad5a9286742ed42 -SIZE (CLI-MSN-2.2.tar.gz) = 215672 +MD5 (CLI-MSN-2.3.tar.gz) = 8c573200138bf2bfc7765fce8a24d9f7 +SHA256 (CLI-MSN-2.3.tar.gz) = 14e03aa250a3b2ef66b59adf594a38a30fa7b7ebefed3400f853e9ee95b4c6f6 +SIZE (CLI-MSN-2.3.tar.gz) = 220402 diff --git a/net-im/cli-msn/files/patch-src_defs.c b/net-im/cli-msn/files/patch-src_defs.c index e3fbe7a4e3d8..88ab62b63701 100644 --- a/net-im/cli-msn/files/patch-src_defs.c +++ b/net-im/cli-msn/files/patch-src_defs.c @@ -1,9 +1,9 @@ --- src/headers/defs.h Wed Jan 4 10:52:17 2006 +++ src/headers/defs.h Fri Mar 31 20:29:12 2006 @@ -1,7 +1,6 @@ - #define VERSION "CLI-MSN-2.2" + #define VERSION "CLI-MSN-2.3" #define MAX_LINE_LENGTH 255 /* Config File line length */ - #define MAX_NO_LINES 4 /* Config File No. Lines */ + #define MAX_NO_LINES 5 /* Config File No. Lines */ -#define CONF_LOCATION "msn.conf" /* Default locality of msn.conf */ #define MAX_LIST_SIZE 150 #define MAX_ACCOUNT_LEN 130 |