Date: Sat, 08 Dec 2007 22:19:44 -0800 From: Doug Barton <dougb@FreeBSD.org> To: Lockdown <lockdown@thegeekzone.com> Cc: ports@FreeBSD.org, marcus@FreeBSD.org Subject: Re: FreeBSD Port: pidgin-2.2.2 Message-ID: <475B8900.7030908@FreeBSD.org> In-Reply-To: <47585B4D.2030208@thegeekzone.com> References: <47585B4D.2030208@thegeekzone.com>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------070207000302020405090606 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Lockdown wrote: > Hello, I was just wondering if you were working on the port for > pidgin-2.3.0. 2.3.1 is already out, and the upgrade is pretty simple. Apply the attached with the --remove-empty-files option to patch. hth, Doug -- This .signature sanitized for your protection --------------070207000302020405090606 Content-Type: text/plain; name="pidgin-231.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="pidgin-231.patch" Index: libpurple/Makefile =================================================================== RCS file: /usr/local/ncvs/ports/net-im/libpurple/Makefile,v retrieving revision 1.36 diff -u -r1.36 Makefile --- libpurple/Makefile 29 Oct 2007 15:02:02 -0000 1.36 +++ libpurple/Makefile 9 Dec 2007 06:18:03 -0000 @@ -7,7 +7,7 @@ # PORTNAME?= libpurple -PORTVERSION= 2.2.2 +PORTVERSION= 2.3.1 PORTREVISION?= 0 CATEGORIES?= net-im MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} Index: libpurple/distinfo =================================================================== RCS file: /usr/local/ncvs/ports/net-im/libpurple/distinfo,v retrieving revision 1.15 diff -u -r1.15 distinfo --- libpurple/distinfo 29 Oct 2007 15:02:02 -0000 1.15 +++ libpurple/distinfo 9 Dec 2007 06:18:10 -0000 @@ -1,3 +1,3 @@ -MD5 (pidgin-2.2.2.tar.bz2) = 7c8fc5a55959b84c6e4c57a11bc0707a -SHA256 (pidgin-2.2.2.tar.bz2) = 610efaefb869cb9b16ca0bb9b92779c41584f8965988a61a81e593d0510377ac -SIZE (pidgin-2.2.2.tar.bz2) = 8901875 +MD5 (pidgin-2.3.1.tar.bz2) = 0a593c2c343d5b854bd2cd2be7542f40 +SHA256 (pidgin-2.3.1.tar.bz2) = 2d083687734b232c18b9d4500a314cff5ba1a2584350832c9688ecec668eb79e +SIZE (pidgin-2.3.1.tar.bz2) = 9358563 Index: libpurple/files/patch-finch_libgnt_gntmain.c =================================================================== RCS file: libpurple/files/patch-finch_libgnt_gntmain.c diff -N libpurple/files/patch-finch_libgnt_gntmain.c --- libpurple/files/patch-finch_libgnt_gntmain.c 16 Aug 2007 06:29:34 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- finch/libgnt/gntmain.c.orig 2007-08-16 02:18:26.000000000 -0400 -+++ finch/libgnt/gntmain.c 2007-08-16 02:18:42.000000000 -0400 -@@ -21,7 +21,7 @@ - */ - - #define _GNU_SOURCE --#if defined(__APPLE__) || defined(__unix__) -+#if (defined(__APPLE__) || defined(__unix__)) && !defined(__FreeBSD__) - #define _XOPEN_SOURCE_EXTENDED - #endif - Index: libpurple/files/patch-finch_libgnt_gntwm.c =================================================================== RCS file: libpurple/files/patch-finch_libgnt_gntwm.c diff -N libpurple/files/patch-finch_libgnt_gntwm.c --- libpurple/files/patch-finch_libgnt_gntwm.c 16 Aug 2007 06:29:34 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- finch/libgnt/gntwm.c.orig 2007-08-16 02:19:22.000000000 -0400 -+++ finch/libgnt/gntwm.c 2007-08-16 02:19:38.000000000 -0400 -@@ -21,7 +21,7 @@ - */ - - #define _GNU_SOURCE --#if defined(__APPLE__) || defined(__unix__) -+#if (defined(__APPLE__) || defined(__unix__)) && !defined(__FreeBSD__) - #define _XOPEN_SOURCE_EXTENDED - #endif - Index: pidgin/Makefile =================================================================== RCS file: /usr/local/ncvs/ports/net-im/pidgin/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- pidgin/Makefile 29 Oct 2007 15:02:03 -0000 1.16 +++ pidgin/Makefile 9 Dec 2007 06:17:42 -0000 @@ -13,7 +13,7 @@ COMMENT= Pidgin multi-protocol messaging client (GTK+ UI) LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ - purple.2:${PORTSDIR}/net-im/libpurple + purple.3:${PORTSDIR}/net-im/libpurple MASTERDIR= ${.CURDIR}/../libpurple BUILD_WRKSRC= ${WRKSRC}/pidgin --------------070207000302020405090606--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?475B8900.7030908>