diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-05-07 05:03:31 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-05-07 05:03:31 +0000 |
commit | 3e25ff3bcc0bb03a5e617080cabd19588eba2f80 (patch) | |
tree | e98b570a4359df430713de821989bbd7a2c94c56 /net-im/meanwhile | |
parent | 0bc453c3e644edfc1514f310a3360766f95d0fb2 (diff) | |
download | ports-3e25ff3bcc0bb03a5e617080cabd19588eba2f80.tar.gz ports-3e25ff3bcc0bb03a5e617080cabd19588eba2f80.zip |
Notes
Diffstat (limited to 'net-im/meanwhile')
-rw-r--r-- | net-im/meanwhile/Makefile | 3 | ||||
-rw-r--r-- | net-im/meanwhile/distinfo | 4 | ||||
-rw-r--r-- | net-im/meanwhile/files/patch-srvc_im.c | 19 | ||||
-rw-r--r-- | net-im/meanwhile/pkg-plist | 1 |
4 files changed, 4 insertions, 23 deletions
diff --git a/net-im/meanwhile/Makefile b/net-im/meanwhile/Makefile index b6e741dda6c9..ea4b3695609f 100644 --- a/net-im/meanwhile/Makefile +++ b/net-im/meanwhile/Makefile @@ -6,8 +6,7 @@ # PORTNAME= meanwhile -PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTVERSION= 0.4.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net-im/meanwhile/distinfo b/net-im/meanwhile/distinfo index 7175188c134d..fa09f766f9a2 100644 --- a/net-im/meanwhile/distinfo +++ b/net-im/meanwhile/distinfo @@ -1,2 +1,2 @@ -MD5 (meanwhile-0.4.0.tar.gz) = 57be89738f987fd0834735865795261d -SIZE (meanwhile-0.4.0.tar.gz) = 388902 +MD5 (meanwhile-0.4.1.tar.gz) = 817936592c2179e3e20ddcfe137adadb +SIZE (meanwhile-0.4.1.tar.gz) = 398277 diff --git a/net-im/meanwhile/files/patch-srvc_im.c b/net-im/meanwhile/files/patch-srvc_im.c deleted file mode 100644 index acca3e34e73e..000000000000 --- a/net-im/meanwhile/files/patch-srvc_im.c +++ /dev/null @@ -1,19 +0,0 @@ ---- src/srvc_im.c.orig Fri Apr 29 23:38:46 2005 -+++ src/srvc_im.c Fri Apr 29 23:39:28 2005 -@@ -272,7 +272,6 @@ - static int send_accept(struct mwConversation *c) { - struct mwChannel *chan = c->channel; - struct mwSession *s = mwChannel_getSession(chan); -- struct mwUserStatus *stat = mwSession_getUserStatus(s); - struct mwPutBuffer *b; - struct mwOpaque *o; - -@@ -284,8 +283,6 @@ - o = mwChannel_getAddtlAccept(chan); - mwOpaque_clear(o); - mwPutBuffer_finalize(o, b); -- -- mwUserStatus_put(b, stat); - - return mwChannel_accept(chan); - } diff --git a/net-im/meanwhile/pkg-plist b/net-im/meanwhile/pkg-plist index c05a994dc30b..1337db497faa 100644 --- a/net-im/meanwhile/pkg-plist +++ b/net-im/meanwhile/pkg-plist @@ -8,6 +8,7 @@ include/meanwhile/mw_session.h include/meanwhile/mw_srvc_aware.h include/meanwhile/mw_srvc_conf.h include/meanwhile/mw_srvc_dir.h +include/meanwhile/mw_srvc_ft.h include/meanwhile/mw_srvc_im.h include/meanwhile/mw_srvc_resolve.h include/meanwhile/mw_srvc_store.h |