diff options
author | marcus <marcus@FreeBSD.org> | 2004-05-04 22:11:53 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-05-04 22:11:53 +0000 |
commit | 2202cd27678e01c874dfc07e5a66c9e3f89538ba (patch) | |
tree | c55450391fac723e1c6bf48f69adcadb7f65537a /net-im/gaim/Makefile | |
parent | 389778d034d341e29879c03f68859b32a2728368 (diff) | |
download | FreeBSD-ports-2202cd27678e01c874dfc07e5a66c9e3f89538ba.zip FreeBSD-ports-2202cd27678e01c874dfc07e5a66c9e3f89538ba.tar.gz |
Fix the rich text copy/paste problem. Basically, text from any rich text
application (e.g. gaim itself, Mozilla, Galeon, etc.) would fail to paste
or paste incorrectly into Gaim. This has been fixed, and has been committed
to Gaim CVS.
Diffstat (limited to 'net-im/gaim/Makefile')
-rw-r--r-- | net-im/gaim/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index 105a48e9..a0dcea0 100644 --- a/net-im/gaim/Makefile +++ b/net-im/gaim/Makefile @@ -6,6 +6,7 @@ PORTNAME= gaim PORTVERSION= 0.77 +PORTREVISION= 1 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |