aboutsummaryrefslogtreecommitdiffstats
path: root/net/gaim
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-01-11 05:43:18 +0800
committermarcus <marcus@FreeBSD.org>2003-01-11 05:43:18 +0800
commit1cdb4afaeae7bf68a6a2d16c83f723d4cb1b578d (patch)
tree8fb77674ff5cbff0455ab24d7f5bc3a01170fb84 /net/gaim
parentb4e6b429512c39885993122b57a8ed7bb1058a1b (diff)
downloadfreebsd-ports-gnome-1cdb4afaeae7bf68a6a2d16c83f723d4cb1b578d.tar.gz
freebsd-ports-gnome-1cdb4afaeae7bf68a6a2d16c83f723d4cb1b578d.tar.zst
freebsd-ports-gnome-1cdb4afaeae7bf68a6a2d16c83f723d4cb1b578d.zip
Update to 0.59.8.
Diffstat (limited to 'net/gaim')
-rw-r--r--net/gaim/Makefile3
-rw-r--r--net/gaim/distinfo2
-rw-r--r--net/gaim/files/patch-src_protocols_yahoo_yahoo.c20
3 files changed, 2 insertions, 23 deletions
diff --git a/net/gaim/Makefile b/net/gaim/Makefile
index 9b4f1090142d..a146954ba164 100644
--- a/net/gaim/Makefile
+++ b/net/gaim/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gaim
-PORTVERSION= 0.59.7
-PORTREVISION= 1
+PORTVERSION= 0.59.8
CATEGORIES?= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/net/gaim/distinfo b/net/gaim/distinfo
index 0a802f60487b..19b7dcd2ff68 100644
--- a/net/gaim/distinfo
+++ b/net/gaim/distinfo
@@ -1 +1 @@
-MD5 (gaim-0.59.7.tar.bz2) = 65155b1da1fd5262671a9f21eeaf5e54
+MD5 (gaim-0.59.8.tar.bz2) = dbaa33562c6f88b60f55dc44b0503ba0
diff --git a/net/gaim/files/patch-src_protocols_yahoo_yahoo.c b/net/gaim/files/patch-src_protocols_yahoo_yahoo.c
deleted file mode 100644
index f9eabbd409b6..000000000000
--- a/net/gaim/files/patch-src_protocols_yahoo_yahoo.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/protocols/yahoo/yahoo.c.orig Sat Dec 7 12:54:15 2002
-+++ src/protocols/yahoo/yahoo.c Mon Jan 6 18:48:24 2003
-@@ -87,6 +87,8 @@
- #define USEROPT_PAGERPORT 4
- #define YAHOO_PAGER_PORT 5050
-
-+#define YAHOO_PROTO_VER 0x0900
-+
- enum yahoo_service { /* these are easier to see in hex */
- YAHOO_SERVICE_LOGON = 1,
- YAHOO_SERVICE_LOGOFF,
-@@ -352,7 +354,7 @@
- data = g_malloc0(len + 1);
-
- memcpy(data + pos, "YMSG", 4); pos += 4;
-- pos += yahoo_put16(data + pos, 0x0600);
-+ pos += yahoo_put16(data + pos, YAHOO_PROTO_VER);
- pos += yahoo_put16(data + pos, 0x0000);
- pos += yahoo_put16(data + pos, pktlen);
- pos += yahoo_put16(data + pos, pkt->service);
002-03-26 10:18:22 +0800'>2002-03-261-1/+1 * Add ftp.rediris.es to master sites.trevor2002-03-091-0/+1 * Remove seven FTP sites which do not carry version 6.2.1 (found intrevor2002-03-071-8/+0 * Generate all three lines of the netscape6 script (STARTUP_CMD) within the Mak...trevor2002-03-042-8/+7 * Only set MAINTAINER if it is not already defined, so slave portstrevor2002-03-041-1/+1 * Make changes to enable localized slave ports:trevor2002-03-041-36/+37 * Install the browser component if the mail component is requested.trevor2002-03-041-5/+6 * Allow packages to be built, but warn that they should not betrevor2002-02-241-1/+5 * Test for existence of components.conf (fenner).trevor2002-02-241-1/+54 * Revert my attempt at making this port quiet; it broke "make install"fenner2002-01-311-2/+0 * Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-5/+5 * Don't be noisy when work/netscape-installer/xpi/components.conf doesn'tfenner2002-01-281-0/+2 * Fix a bug I created when I added the component-selection dialog:trevor2002-01-281-1/+2 * Add dialog(1) technology, cribbed from the ghostscript-gnu andtrevor2002-01-262-18/+72 * Advise users that the Java plugin is incompatible with linux_base-7.trevor2002-01-241-0/+3 * Remove extra ".".trevor2002-01-201-1/+1 * Tidy up dependencies by using LINUXBASE and USE_LINUX macros.trevor2002-01-201-4/+3 * Update to 6.2.1. Fix RESTRICTED line. Shorten list of broken features.trevor2001-12-206-161/+581 * Add all available components except AIM. Remove "BROKEN" line.trevor2001-11-141-6/+19 * # New ports collection makefile for: netscape-linux-6trevor2001-11-142-7/+17 * Add warning about bookmark files getting clobbered.trevor2001-11-142-0/+8 * Add LATEST_LINK to avoid conflict with www/linux-netscape4 package.trevor2001-11-121-0/+1 * Update to 6.2. Some menus still do not display or work properly.trevor2001-11-122-9/+9 * Add Web page.trevor2001-10-311-0/+2 * Trim broken FTP sites.trevor2001-08-281-8/+1 * Update to 6.1.trevor2001-08-193-19/+15 * Remove defunct FTP sites.trevor2001-05-021-7/+0 * Warn users about problems with Netscape Messenger. Warn them thattrevor2001-03-311-1/+2 * Add a UK master site.trevor2001-03-311-0/+1 * This isn't called "Communicator" any more.trevor2001-03-061-1/+1 * Instead of running the browser in order to generate the component.regtrevor2001-03-062-4/+9 * Update to 6.01. Install from .xpi (zip archive) distfiles. Don'ttrevor2001-02-203-33/+77 * Correct breakage caused by my hasty addition of DIST_SUBDIR. Addtrevor2000-12-272-2/+4 * Add some FTP sites. Add a DIST_SUBDIR, because the name of thetrevor2000-12-271-2/+16 * Update to version 6.0. Take maintainership.trevor2000-12-267-1710/+232