From 3132e1b1a8c73c028764be9fd105146791d9e894 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Fri, 17 Oct 2008 12:40:12 +0000 Subject: - Change JAVA_VERSION from 1.5 to 1.5+, as the port is reported to work with jdk16 PR: 128174 Submitted by: Jan Henrik Sylvester Approved by: Jonathan Belson (maintainer) --- sysutils/jdiskreport/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/jdiskreport/Makefile b/sysutils/jdiskreport/Makefile index 6ca95b530c34..d1b2a9abc367 100644 --- a/sysutils/jdiskreport/Makefile +++ b/sysutils/jdiskreport/Makefile @@ -7,7 +7,7 @@ PORTNAME= jdiskreport PORTVERSION= 1.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils java MASTER_SITES= http://www.jGoodies.com/download/${PORTNAME}/ DISTNAME= ${PORTNAME}-${PORTVERSION:S,.,_,g} @@ -19,7 +19,7 @@ RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/javavmwrapper USE_ZIP= YES USE_JAVA= YES -JAVA_VERSION= 1.5 +JAVA_VERSION= 1.5+ PLIST_SUB= JDISKDIR=${JDISKDIR:S,${PREFIX}/,,g} PLIST_SUB+= PORTVERSION=${PORTVERSION} -- cgit