diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-20 05:19:09 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-20 05:19:09 +0800 |
commit | 4326da0b1b3524388025924420658c63b174961b (patch) | |
tree | 964fd6757083a06439262a9626d5e91a12be06df /net-im/gaim/Makefile | |
parent | 9efa5cc4c81f96991b1b7be6d5129b53fafdd209 (diff) | |
download | freebsd-ports-gnome-4326da0b1b3524388025924420658c63b174961b.tar.gz freebsd-ports-gnome-4326da0b1b3524388025924420658c63b174961b.tar.zst freebsd-ports-gnome-4326da0b1b3524388025924420658c63b174961b.zip |
Add a patch to fix MSN crashes.
Submitted by: Matthew Luckie <mjl@luckie.org.nz>
Obtained from: Gaim developers
Diffstat (limited to 'net-im/gaim/Makefile')
-rw-r--r-- | net-im/gaim/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index ff972633242d..c94969fe890f 100644 --- a/net-im/gaim/Makefile +++ b/net-im/gaim/Makefile @@ -6,10 +6,15 @@ PORTNAME= gaim PORTVERSION= 0.64 +PORTREVISION= 1 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} +PATCH_SITES= http://www.chipx86.com/ +PATCHFILES= ${DISTNAME}-msncrashes.diff +PATCH_DIST_STRIP= -p1 + MAINTAINER?= marcus@FreeBSD.org COMMENT= Gtk+-2.0 open-source 'clone' of AOL's Instant Messenger client |