summaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorjim <jim@FreeBSD.org>2000-03-27 06:07:33 +0000
committerjim <jim@FreeBSD.org>2000-03-27 06:07:33 +0000
commit621af0b79a09db185bcdff35d4e38437b3077a77 (patch)
treee95a89682267b2870e7892d15d170f9bc4887e27 /net-im
parentb0f281dff57ae89f418ec6cd949a0fe26882e90e (diff)
downloadFreeBSD-ports-621af0b79a09db185bcdff35d4e38437b3077a77.zip
FreeBSD-ports-621af0b79a09db185bcdff35d4e38437b3077a77.tar.gz
Update to version 0.9.12
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 61739f8..b0bbe78 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 92a5372..19e80d2 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 75d06bf..0000000
--- 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;
OpenPOWER on IntegriCloud