aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/azureus2
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2005-04-11 05:06:41 +0800
committerlioux <lioux@FreeBSD.org>2005-04-11 05:06:41 +0800
commitea0e163066046ff21a7bb5d95813e32b36e3cb1a (patch)
treebd3edd29352c6764d50a22c5bf9c9584867b36ed /net-p2p/azureus2
parentc2edeb52550e66b42be8c806551813e1d67debbc (diff)
downloadfreebsd-ports-gnome-ea0e163066046ff21a7bb5d95813e32b36e3cb1a.tar.gz
freebsd-ports-gnome-ea0e163066046ff21a7bb5d95813e32b36e3cb1a.tar.zst
freebsd-ports-gnome-ea0e163066046ff21a7bb5d95813e32b36e3cb1a.zip
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
Diffstat (limited to 'net-p2p/azureus2')
-rw-r--r--net-p2p/azureus2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/azureus2/Makefile b/net-p2p/azureus2/Makefile
index d24de3ebe43d..90300f43f993 100644
--- a/net-p2p/azureus2/Makefile
+++ b/net-p2p/azureus2/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