diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-12-22 15:25:03 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-12-22 15:25:03 +0000 |
commit | 55aef566cc77c219533d7d67476d7ed01f8c41df (patch) | |
tree | f483c337493024f6047aa366dc46952b3c460435 /chat | |
parent | 23bcd38f5728e52dcfe7c3501a23f7b5187382bb (diff) | |
download | pkgsrc-55aef566cc77c219533d7d67476d7ed01f8c41df.tar.gz |
Apply patch from cvs to fix memory leak. Bump PKGREVISION to 4.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/gaim/Makefile | 7 | ||||
-rw-r--r-- | chat/gaim/distinfo | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/chat/gaim/Makefile b/chat/gaim/Makefile index 883278b3e00..0cc428ebb32 100644 --- a/chat/gaim/Makefile +++ b/chat/gaim/Makefile @@ -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 @@ MAINTAINER= mjl@luckie.org.nz 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 --git a/chat/gaim/distinfo b/chat/gaim/distinfo index 11d12d3907d..e113eb07f41 100644 --- a/chat/gaim/distinfo +++ b/chat/gaim/distinfo @@ -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 |