Index: head/net/meanwhile/files/patch-srvc_im.c =================================================================== --- head/net/meanwhile/files/patch-srvc_im.c (revision 134751) +++ head/net/meanwhile/files/patch-srvc_im.c (nonexistent) @@ -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); - } Property changes on: head/net/meanwhile/files/patch-srvc_im.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net/meanwhile/Makefile =================================================================== --- head/net/meanwhile/Makefile (revision 134751) +++ head/net/meanwhile/Makefile (revision 134752) @@ -1,23 +1,22 @@ # New ports collection makefile for: meanwhile # Date created: 24 June 2004 # Whom: Joe Marcus Clarke # # $FreeBSD$ # PORTNAME= meanwhile -PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTVERSION= 0.4.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= marcus@FreeBSD.org COMMENT= Open Source implementation of the Lotus Sametime protocol USE_GMAKE= yes USE_GNOME= gnomehack glib20 INSTALLS_SHLIB= yes USE_LIBTOOL_VER=15 .include Property changes on: head/net/meanwhile/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/net/meanwhile/distinfo =================================================================== --- head/net/meanwhile/distinfo (revision 134751) +++ head/net/meanwhile/distinfo (revision 134752) @@ -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 Property changes on: head/net/meanwhile/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net/meanwhile/pkg-plist =================================================================== --- head/net/meanwhile/pkg-plist (revision 134751) +++ head/net/meanwhile/pkg-plist (revision 134752) @@ -1,19 +1,20 @@ include/meanwhile/mw_channel.h include/meanwhile/mw_cipher.h include/meanwhile/mw_common.h include/meanwhile/mw_error.h include/meanwhile/mw_message.h include/meanwhile/mw_service.h 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 include/meanwhile/mw_st_list.h lib/libmeanwhile.a lib/libmeanwhile.so lib/libmeanwhile.so.0 libdata/pkgconfig/meanwhile.pc @dirrm include/meanwhile Property changes on: head/net/meanwhile/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net-im/meanwhile/files/patch-srvc_im.c =================================================================== --- head/net-im/meanwhile/files/patch-srvc_im.c (revision 134751) +++ head/net-im/meanwhile/files/patch-srvc_im.c (nonexistent) @@ -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); - } Property changes on: head/net-im/meanwhile/files/patch-srvc_im.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net-im/meanwhile/Makefile =================================================================== --- head/net-im/meanwhile/Makefile (revision 134751) +++ head/net-im/meanwhile/Makefile (revision 134752) @@ -1,23 +1,22 @@ # New ports collection makefile for: meanwhile # Date created: 24 June 2004 # Whom: Joe Marcus Clarke # # $FreeBSD$ # PORTNAME= meanwhile -PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTVERSION= 0.4.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= marcus@FreeBSD.org COMMENT= Open Source implementation of the Lotus Sametime protocol USE_GMAKE= yes USE_GNOME= gnomehack glib20 INSTALLS_SHLIB= yes USE_LIBTOOL_VER=15 .include Property changes on: head/net-im/meanwhile/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/net-im/meanwhile/distinfo =================================================================== --- head/net-im/meanwhile/distinfo (revision 134751) +++ head/net-im/meanwhile/distinfo (revision 134752) @@ -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 Property changes on: head/net-im/meanwhile/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net-im/meanwhile/pkg-plist =================================================================== --- head/net-im/meanwhile/pkg-plist (revision 134751) +++ head/net-im/meanwhile/pkg-plist (revision 134752) @@ -1,19 +1,20 @@ include/meanwhile/mw_channel.h include/meanwhile/mw_cipher.h include/meanwhile/mw_common.h include/meanwhile/mw_error.h include/meanwhile/mw_message.h include/meanwhile/mw_service.h 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 include/meanwhile/mw_st_list.h lib/libmeanwhile.a lib/libmeanwhile.so lib/libmeanwhile.so.0 libdata/pkgconfig/meanwhile.pc @dirrm include/meanwhile Property changes on: head/net-im/meanwhile/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property