From 44afb345fcfec22564905b4d50b2321ae983ff3c Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Sun, 10 Apr 2005 21:06:41 +0000 Subject: o azureus uses kio API which memory leaks under jdk 1.4 but the issue has been "resolved" in 1.5. Furthermore, it's been stated that is a known problem within 1.4 that will not be fixed. o Therefore, to mitigate memory leaking issues with azureus (around 300 megabytes), depend on jdk 1.5+ instead of 1.4+. o Bump PORTEVISION to force updates --- net/azureus/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/azureus') diff --git a/net/azureus/Makefile b/net/azureus/Makefile index d24de3ebe43d..90300f43f993 100644 --- a/net/azureus/Makefile +++ b/net/azureus/Makefile @@ -7,7 +7,7 @@ PORTNAME= azureus PORTVERSION= 2.2.0.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -25,7 +25,7 @@ RUN_DEPENDS= \ ONLY_FOR_ARCHS= i386 USE_JAVA= yes -JAVA_VERSION= 1.4+ +JAVA_VERSION= 1.5+ JAVA_OS= native USE_ANT= yes USE_JIKES= no -- cgit v1.2.3