pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/gaim Apply patch from cvs to fix memory leak. Bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db187883df04
branches:  trunk
changeset: 465148:db187883df04
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Mon Dec 22 15:25:03 2003 +0000

description:
Apply patch from cvs to fix memory leak.  Bump PKGREVISION to 4.

diffstat:

 chat/gaim/Makefile |  7 +++++--
 chat/gaim/distinfo |  4 +++-
 2 files changed, 8 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 10b6748d59ec -r db187883df04 chat/gaim/Makefile
--- a/chat/gaim/Makefile        Mon Dec 22 10:57:42 2003 +0000
+++ b/chat/gaim/Makefile        Mon Dec 22 15:25:03 2003 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.46 2003/12/19 09:43:39 jmmv Exp $
+# $NetBSD: Makefile,v 1.47 2003/12/22 15:25:03 jmmv Exp $
 #
 
 DISTNAME=      gaim-0.74
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    chat x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gaim/}
 EXTRACT_SUFX=  .tar.bz2
@@ -11,6 +11,9 @@
 HOMEPAGE=      http://gaim.sourceforge.net/
 COMMENT=       GTK2 based client for the AOL Instant Messenger chat system
 
+PATCHFILES=    gaim-0.75cvs-gaim_log_free.diff
+PATCH_SITES=   http://web.ics.purdue.edu/~eblanton/gaim/
+
 BUILD_USES_MSGFMT=     YES
 DEPENDS+=      gnome2-dirs>=1.1:../../misc/gnome2-dirs
 
diff -r 10b6748d59ec -r db187883df04 chat/gaim/distinfo
--- a/chat/gaim/distinfo        Mon Dec 22 10:57:42 2003 +0000
+++ b/chat/gaim/distinfo        Mon Dec 22 15:25:03 2003 +0000
@@ -1,4 +1,6 @@
-$NetBSD: distinfo,v 1.35 2003/12/19 09:43:39 jmmv Exp $
+$NetBSD: distinfo,v 1.36 2003/12/22 15:25:03 jmmv Exp $
 
 SHA1 (gaim-0.74.tar.bz2) = f9df2adbd49e0dba95eb0442fdd7b75b7177dcbd
 Size (gaim-0.74.tar.bz2) = 3285757 bytes
+SHA1 (gaim-0.75cvs-gaim_log_free.diff) = bc15075a773a81fcff526338b883eef3d7641040
+Size (gaim-0.75cvs-gaim_log_free.diff) = 1492 bytes



Home | Main Index | Thread Index | Old Index