diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-07 05:31:25 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-07 05:31:25 +0000 |
commit | c13d5c5712b193bab43ce039d40f07b3e4467d40 (patch) | |
tree | 905384d82e45b52351387d8637e41d85ad48d06d /net/gaim | |
parent | 5c289db73b83ff3d76f60102ea4441e7b7595a57 (diff) | |
download | FreeBSD-ports-c13d5c5712b193bab43ce039d40f07b3e4467d40.zip FreeBSD-ports-c13d5c5712b193bab43ce039d40f07b3e4467d40.tar.gz |
Update the MSN crash patch to add some more sanity checks.
Submitted by: Matthew Luckie <mjl@luckie.org.nz>
Obtained from: http://www.chipx86.com/
Diffstat (limited to 'net/gaim')
-rw-r--r-- | net/gaim/Makefile | 8 | ||||
-rw-r--r-- | net/gaim/distinfo | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/gaim/Makefile b/net/gaim/Makefile index 60288a2..6d8ed82 100644 --- a/net/gaim/Makefile +++ b/net/gaim/Makefile @@ -6,14 +6,14 @@ PORTNAME= gaim PORTVERSION= 0.64 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -PATCH_SITES= ftp://ftp.nuug.no/pub/anders/distfiles/ -PATCHFILES= ${DISTNAME}-msncrashes.diff -PATCH_DIST_STRIP= -p1 +PATCH_SITES= http://www.chipx86.com/ +PATCHFILES= ${DISTNAME}-msncrashes-20030705-0044.diff +PATCH_DIST_STRIP= -p0 MAINTAINER?= marcus@FreeBSD.org COMMENT= Gtk+-2.0 open-source 'clone' of AOL's Instant Messenger client diff --git a/net/gaim/distinfo b/net/gaim/distinfo index f48f402..62e17ab 100644 --- a/net/gaim/distinfo +++ b/net/gaim/distinfo @@ -1,2 +1,2 @@ MD5 (gaim-0.64.tar.gz) = eca0919cdf92a6c78556983b87ce4fa1 -MD5 (gaim-0.64-msncrashes.diff) = 7ee1928a7ea4663ffc005f0e036a3e54 +MD5 (gaim-0.64-msncrashes-20030705-0044.diff) = e486c7a8cf2dc79d03a0a08c6aeaab64 |