diff options
author | marcus <marcus@FreeBSD.org> | 2002-11-24 07:56:10 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-11-24 07:56:10 +0800 |
commit | 1835e5aaa6e522026ceb33e3353896a65ebba5c2 (patch) | |
tree | de2f028478b3965fd281c13a647f7d9004fa8441 /net/gaim-snapshot/Makefile | |
parent | 343180327ec3be87e1290a44f48d697b571d4991 (diff) | |
download | freebsd-ports-gnome-1835e5aaa6e522026ceb33e3353896a65ebba5c2.tar.gz freebsd-ports-gnome-1835e5aaa6e522026ceb33e3353896a65ebba5c2.tar.zst freebsd-ports-gnome-1835e5aaa6e522026ceb33e3353896a65ebba5c2.zip |
Fix a segfault in the Yahoo protocol that can occur when a user receives
new email.
Reported by: Kenneth W Cochran <kwc@TheWorld.com>
Obtained from: gaim CVS
Diffstat (limited to 'net/gaim-snapshot/Makefile')
-rw-r--r-- | net/gaim-snapshot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/gaim-snapshot/Makefile b/net/gaim-snapshot/Makefile index ad9091594210..2f440eb81180 100644 --- a/net/gaim-snapshot/Makefile +++ b/net/gaim-snapshot/Makefile @@ -7,6 +7,7 @@ PORTNAME= gaim PORTVERSION= 0.59.6 +PORTREVISION= 1 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |