summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>2000-03-27 06:07:33 +0000
committerJim Mock <jim@FreeBSD.org>2000-03-27 06:07:33 +0000
commit650210eba271a1a0d3680b9696e04512e04eefa0 (patch)
tree851ae6a90546bf514f2dbc7c2e0ea4aa0c0d9473 /net-im
parentUpdate nedit to nedit-5.1.1. Nedit is now under the GPL, as opposed (diff)
Update to version 0.9.12
Notes
Notes: svn path=/head/; revision=27076
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gaim/Makefile5
-rw-r--r--net-im/gaim/distinfo2
-rw-r--r--net-im/gaim/files/patch-aa11
3 files changed, 4 insertions, 14 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile
index 61739f86cf09..b0bbe785e13d 100644
--- a/net-im/gaim/Makefile
+++ b/net-im/gaim/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: gaim
-# Version required: 0.9.11
+# Version required: 0.9.12
# Date created: 26 Mar 1999
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= gaim-0.9.11
+DISTNAME= gaim-0.9.12
CATEGORIES= net
MASTER_SITES= ftp://ftp.marko.net/pub/gaim/
@@ -21,6 +21,7 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
CONFIGURE_ARGS= --disable-esd
+
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
GLIB_CONFIG="${GLIB_CONFIG}"
diff --git a/net-im/gaim/distinfo b/net-im/gaim/distinfo
index 92a53723c34f..19e80d262807 100644
--- a/net-im/gaim/distinfo
+++ b/net-im/gaim/distinfo
@@ -1 +1 @@
-MD5 (gaim-0.9.11.tar.gz) = a6e6aa86a18ad2c8530dc9709af35e8e
+MD5 (gaim-0.9.12.tar.gz) = d2e2f110f68c832bea3c6711e71e51cd
diff --git a/net-im/gaim/files/patch-aa b/net-im/gaim/files/patch-aa
deleted file mode 100644
index 75d06bf45537..000000000000
--- a/net-im/gaim/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/buddy.c.orig Wed Nov 3 20:00:06 1999
-+++ src/buddy.c Fri Dec 17 18:55:24 1999
-@@ -202,7 +202,7 @@
-
-
- pct = last_lag_us/100000;
-- pct = 25 * log(pct);
-+ pct = 25 * log(pct+1.0);
-
- if (pct < 0)
- pct = 0;