laffer1 | 21 May 2008 18:15
Favicon

mports: net-im/libpurple: Update libpurple to 2.4.2

Log Message:
-----------
Update libpurple to 2.4.2

Modified Files:
--------------
    mports/net-im/libpurple:
        Makefile (r1.7 -> r1.8)
        distinfo (r1.5 -> r1.6)
        pkg-plist (r1.6 -> r1.7)

Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/net-im/libpurple/pkg-plist,v
retrieving revision 1.6
retrieving revision 1.7
diff -L net-im/libpurple/pkg-plist -L net-im/libpurple/pkg-plist -u -r1.6 -r1.7
--- net-im/libpurple/pkg-plist
+++ net-im/libpurple/pkg-plist
 <at>  <at>  -182,6 +182,7  <at>  <at> 
 share/locale/ne/LC_MESSAGES/pidgin.mo
 share/locale/nl/LC_MESSAGES/pidgin.mo
 share/locale/nn/LC_MESSAGES/pidgin.mo
+share/locale/oc/LC_MESSAGES/pidgin.mo
 share/locale/pa/LC_MESSAGES/pidgin.mo
 share/locale/pl/LC_MESSAGES/pidgin.mo
 share/locale/ps/LC_MESSAGES/pidgin.mo
 <at>  <at>  -236,6 +237,8  <at>  <at> 
(Continue reading)

laffer1 | 21 May 2008 18:22
Favicon

mports: net-im/pidgin: Update to 2.4.2.

Log Message:
-----------
Update to 2.4.2.  

Add missing dependancy on libxml2.Explicitly disable several features if they are not enabled such as
avahi, meanwhile, etc. 

>From their changelog:

libpurple 
In MySpaceIM, messages from spambots are discarded (Justin Williams) 
Strip mIRC formatting codes from quit and part messages. 
IRC now displays ban lists in-channel for joined channels. 
Fixed a bug where the list of loaded plugins would get removed when switching between different operating
systems. 
Fix reception of IRC PART without a part message on Undernet (fixes a problem with litter in the channel user
list). 
IRC no longer crashes on /list on servers which erroneously omit RPL_LISTSTART. 
Update the NetworkManager support to use D-Bus directly, instead of libnm-glib. Hopefully it's stable
now. It will now compile by default if you have D-Bus support and NetworkManager.h. (Elliott Sales de
Andrade) 
MSN buddy list synchronization is now more forgiving, only asking about buddies who have disappeared
completely from the server list and not those that have simply moved groups. 
IRC will now try to append 1-9 to your nick if it is in use, instead of substituting the last character with 1-9
where possible. 
Bonjour buddies will be saved persistently if they're moved out of the "Bonjour" group. (Eion Robb) 
Pidgin 
The typing notification in the conversation history can be disabled or customized (font, color etc.) in
.gtkrc-2.0. 
Added a plugin (not installed by default) which adds a Send button back to the conversation window. People
(Continue reading)

laffer1 | 21 May 2008 19:28
Favicon

mports: net-im/pidgin: This fixes most of the problems with the port not

Log Message:
-----------
This fixes most of the problems with the port not faking right

Modified Files:
--------------
    mports/net-im/pidgin:
        Makefile (r1.7 -> r1.8)
        pkg-plist (r1.7 -> r1.8)

Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/net-im/pidgin/pkg-plist,v
retrieving revision 1.7
retrieving revision 1.8
diff -L net-im/pidgin/pkg-plist -L net-im/pidgin/pkg-plist -u -r1.7 -r1.8
--- net-im/pidgin/pkg-plist
+++ net-im/pidgin/pkg-plist
 <at>  <at>  -215,7 +215,6  <at>  <at> 
 %%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Purple/autosplit.ix
 %%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Purple/Purple.so
 %%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Purple/Purple.bs
-%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Purple/.packlist
 %%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/Purple.pm
 %%DBUS%%lib/libpurple-client.la
 %%DBUS%%lib/libpurple-client.so
Index: Makefile
===================================================================
(Continue reading)

laffer1 | 21 May 2008 19:37
Favicon

mports: Makefile: Fix typo.

Log Message:
-----------
Fix typo.  Cleanup makefile some more.

Modified Files:
--------------
    mports/net-im/pidgin:
        Makefile (r1.8 -> r1.9)

Index: Makefile
===================================================================
RCS file: /home/cvs/mports/net-im/pidgin/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -L net-im/pidgin/Makefile -L net-im/pidgin/Makefile -u -r1.8 -r1.9
--- net-im/pidgin/Makefile
+++ net-im/pidgin/Makefile
 <at>  <at>  -21,20 +21,16  <at>  <at> 

 CONFLICTS=	libpurple-[0-9*] gaim-1*

+FAKE_OPTS=	trueprefix
+
+#gstreamer support seems to cause segfaults
 WITHOUT_GSTREAMER=	yes

 USE_LDCONFIG=	yes
-USE_GNOME=	gnomeprefix gnomehack intlhack gtk20 libxml2
(Continue reading)

laffer1 | 21 May 2008 19:56
Favicon

mports: Makefile: Remove gaim conflict.

Log Message:
-----------
Remove gaim conflict.  we deleted that awhile ago.

Modified Files:
--------------
    mports/net-im/libpurple:
        Makefile (r1.8 -> r1.9)

Index: Makefile
===================================================================
RCS file: /home/cvs/mports/net-im/libpurple/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -L net-im/libpurple/Makefile -L net-im/libpurple/Makefile -u -r1.8 -r1.9
--- net-im/libpurple/Makefile
+++ net-im/libpurple/Makefile
 <at>  <at>  -9,6 +9,7  <at>  <at> 

 PORTNAME=	libpurple
 PORTVERSION=	2.4.2
+PORTREVISION=	1
 CATEGORIES=	net-im
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	pidgin
 <at>  <at>  -18,7 +19,7  <at>  <at> 
 COMMENT=	Backend library for the Pidgin multi-protocol messaging client
 LICENSE=	gpl2
(Continue reading)

laffer1 | 21 May 2008 21:45
Favicon

mports: net-im/kopete: Update to 0.12.7 based on kde 3.5.8 sources

Log Message:
-----------
Update to 0.12.7 based on kde 3.5.8 sources

Modified Files:
--------------
    mports/net-im/kopete:
        Makefile (r1.3 -> r1.4)
        distinfo (r1.2 -> r1.3)
        pkg-plist (r1.2 -> r1.3)

Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/net-im/kopete/pkg-plist,v
retrieving revision 1.2
retrieving revision 1.3
diff -L net-im/kopete/pkg-plist -L net-im/kopete/pkg-plist -u -r1.2 -r1.3
--- net-im/kopete/pkg-plist
+++ net-im/kopete/pkg-plist
 <at>  <at>  -33,6 +33,7  <at>  <at> 
 include/kopete/kopetepasswordedaccount.h
 include/kopete/kopetepicture.h
 include/kopete/kopeteplugin.h
+include/kopete/kopetepluginmanager.h
 include/kopete/kopeteprefs.h
 include/kopete/kopeteprotocol.h
 include/kopete/kopetesimplemessagehandler.h
Index: Makefile
(Continue reading)

crash | 21 May 2008 22:13
Favicon

mports: devel/bouml: update to 4.3.4

Log Message:
-----------
update to 4.3.4

Modified Files:
--------------
    mports/devel/bouml:
        Makefile (r1.1 -> r1.2)
        distinfo (r1.1 -> r1.2)

Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/bouml/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L devel/bouml/Makefile -L devel/bouml/Makefile -u -r1.1 -r1.2
--- devel/bouml/Makefile
+++ devel/bouml/Makefile
 <at>  <at>  -6,8 +6,7  <at>  <at> 
 # $MidnightBSD$

 PORTNAME=	bouml
-PORTVERSION=	4.3.3
-PORTEPOCH=	1
+PORTVERSION=	4.3.4
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}	\
 		http://bouml.free.fr/
(Continue reading)

crash | 21 May 2008 23:13
Favicon

mports: Makefile: add license

Log Message:
-----------
add license

Modified Files:
--------------
    mports/finance/wmstock:
        Makefile (r1.1 -> r1.2)

Index: Makefile
===================================================================
RCS file: /home/cvs/mports/finance/wmstock/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L finance/wmstock/Makefile -L finance/wmstock/Makefile -u -r1.1 -r1.2
--- finance/wmstock/Makefile
+++ finance/wmstock/Makefile
 <at>  <at>  -13,7 +13,7  <at>  <at> 

 MAINTAINER=	ports <at> MidnightBSD.org
 COMMENT=	WindowMaker Dockapp that shows stock ticker(s)
-
+LICENSE=        gpl2
 USE_XLIB=	yes
 USE_X_PREFIX=	yes
 USE_XPM=	yes
_______________________________________________
(Continue reading)

crash | 21 May 2008 23:14
Favicon

mports: Makefile: add license

Log Message:
-----------
add license

Modified Files:
--------------
    mports/finance/libofx:
        Makefile (r1.1 -> r1.2)

Index: Makefile
===================================================================
RCS file: /home/cvs/mports/finance/libofx/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L finance/libofx/Makefile -L finance/libofx/Makefile -u -r1.1 -r1.2
--- finance/libofx/Makefile
+++ finance/libofx/Makefile
 <at>  <at>  -13,7 +13,7  <at>  <at> 

 MAINTAINER=	ports <at> MidnightBSD.org
 COMMENT=	OpenSource implementation of the OFX (Open Financial eXchange)
-
+LICENSE=        gpl2
 LIB_DEPENDS=	curl.4:${PORTSDIR}/ftp/curl \
 		xml\\+\\+-1.0.1:${PORTSDIR}/textproc/libxml++ \
 		osp.5:${PORTSDIR}/textproc/opensp
_______________________________________________
(Continue reading)

crash | 21 May 2008 23:17
Favicon

mports: Makefile: add license

Log Message:
-----------
add license

Modified Files:
--------------
    mports/emulators/yape:
        Makefile (r1.1 -> r1.2)

Index: Makefile
===================================================================
RCS file: /home/cvs/mports/emulators/yape/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L emulators/yape/Makefile -L emulators/yape/Makefile -u -r1.1 -r1.2
--- emulators/yape/Makefile
+++ emulators/yape/Makefile
 <at>  <at>  -15,7 +15,7  <at>  <at> 

 MAINTAINER=	ports <at> MidnightBSD.org
 COMMENT=	Yet Another Commodore +4 Emulator
-
+LICENSE=        gpl3
 USE_SDL=	sdl
 USE_GMAKE=	yes
 NO_WRKSUBDIR=	yes
_______________________________________________
(Continue reading)


Gmane