diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-07-11 10:52:17 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-07-11 10:52:17 +0000 |
commit | 703eb034d36bef255f81eb99f0f6b70d4f75f5ed (patch) | |
tree | 0b2dce4c42b4c8ffa46ba783656d54aca8cad39e /chat | |
parent | 507bd30ea82de9ee7219eb297920b06283ae4ee9 (diff) | |
download | pkgsrc-703eb034d36bef255f81eb99f0f6b70d4f75f5ed.tar.gz |
Apply two official patches, one to solve a cps problem in dcc and the other
to fix a crash when tinting is enabled. Bump PKGREVISION to 1.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/xchat2/Makefile | 7 | ||||
-rw-r--r-- | chat/xchat2/distinfo | 6 |
2 files changed, 11 insertions, 2 deletions
diff --git a/chat/xchat2/Makefile b/chat/xchat2/Makefile index cad2e77cd41..3579bfce6a9 100644 --- a/chat/xchat2/Makefile +++ b/chat/xchat2/Makefile @@ -1,11 +1,16 @@ -# $NetBSD: Makefile,v 1.7 2003/07/01 09:03:40 jmmv Exp $ +# $NetBSD: Makefile,v 1.8 2003/07/11 10:52:17 jmmv Exp $ # DISTNAME= xchat-2.0.3 +PKGREVISION= 1 CATEGORIES= chat gnome MASTER_SITES= http://www.xchat.org/files/source/2.0/ EXTRACT_SUFX= .tar.bz2 +PATCH_SITES= http://www.xchat.org/files/source/2.0/patches/ +PATCHFILES= xc203-fix-cps.diff xc203-fixtint.diff +PATCH_DIST_STRIP= -p1 + MAINTAINER= tech-pkg@netbsd.org HOMEPAGE= http://www.xchat.org/ COMMENT= X11 (X Window System) IRC client, using the GTK2 toolkit diff --git a/chat/xchat2/distinfo b/chat/xchat2/distinfo index 473c138a0a5..f22c1a2986a 100644 --- a/chat/xchat2/distinfo +++ b/chat/xchat2/distinfo @@ -1,4 +1,8 @@ -$NetBSD: distinfo,v 1.4 2003/07/01 09:03:40 jmmv Exp $ +$NetBSD: distinfo,v 1.5 2003/07/11 10:52:17 jmmv Exp $ SHA1 (xchat-2.0.3.tar.bz2) = 2f7c071a85cd98a9c890a352fe11e3263f141d4c Size (xchat-2.0.3.tar.bz2) = 812511 bytes +SHA1 (xc203-fix-cps.diff) = ae4d5022a02f7e7734fe1623b1d17447a4f2fb78 +Size (xc203-fix-cps.diff) = 438 bytes +SHA1 (xc203-fixtint.diff) = 56c8fe3ca2136e96a504498936aeab959d95bf75 +Size (xc203-fixtint.diff) = 558 bytes |