aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-16 08:09:40 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-16 08:09:40 +0000
commit39ae0f2585b76bd9cc2623ed76998eb48726bfa5 (patch)
tree459d7444ed2c25e6cba1b9b8a10cff756ef95e1f /net-im
parent942db0947e105831611ad92ebb69d93492987759 (diff)
downloadports-39ae0f2585b76bd9cc2623ed76998eb48726bfa5.tar.gz
ports-39ae0f2585b76bd9cc2623ed76998eb48726bfa5.zip
- Update to 2.3
Changes: - Added panels system - Completed Invite and multi conversation system PR: 98968 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=165546
Diffstat (limited to 'net-im')
-rw-r--r--net-im/cli-msn/Makefile2
-rw-r--r--net-im/cli-msn/distinfo6
-rw-r--r--net-im/cli-msn/files/patch-src_defs.c4
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