summaryrefslogtreecommitdiff
path: root/net-p2p/azureus
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-04-10 21:06:41 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-04-10 21:06:41 +0000
commit44afb345fcfec22564905b4d50b2321ae983ff3c (patch)
treeaf8a0ef82ff9bb344546a8189287af96c1acf9a0 /net-p2p/azureus
parentNow builds on !i386 (diff)
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
Notes
Notes: svn path=/head/; revision=132939
Diffstat (limited to 'net-p2p/azureus')
-rw-r--r--net-p2p/azureus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/azureus/Makefile b/net-p2p/azureus/Makefile
index d24de3ebe43d..90300f43f993 100644
--- a/net-p2p/azureus/Makefile
+++ b/net-p2p/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