diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-10 21:54:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-10 21:54:32 +0800 |
commit | 48f0ac2a88a564b8def166773cd57e12a07b5ae6 (patch) | |
tree | 70437e0225bac8f4fae0cb276608db9d8cfe809f /graphics | |
parent | df5a796633ee6560f64caf12574c554e0cdbb659 (diff) | |
download | freebsd-ports-gnome-48f0ac2a88a564b8def166773cd57e12a07b5ae6.tar.gz freebsd-ports-gnome-48f0ac2a88a564b8def166773cd57e12a07b5ae6.tar.zst freebsd-ports-gnome-48f0ac2a88a564b8def166773cd57e12a07b5ae6.zip |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (final)
Bump revision of graphics/mapyrus because package is modified
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mapyrus/Makefile | 2 | ||||
-rw-r--r-- | graphics/mapyrus/files/mapyrus.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mapyrus/Makefile b/graphics/mapyrus/Makefile index bddabffe11d1..5e07f10324a9 100644 --- a/graphics/mapyrus/Makefile +++ b/graphics/mapyrus/Makefile @@ -3,7 +3,7 @@ PORTNAME= mapyrus PORTVERSION= 1.202 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics print java MASTER_SITES= SF diff --git a/graphics/mapyrus/files/mapyrus.in b/graphics/mapyrus/files/mapyrus.in index 02b966a82b12..b7b9de1ab618 100644 --- a/graphics/mapyrus/files/mapyrus.in +++ b/graphics/mapyrus/files/mapyrus.in @@ -10,5 +10,5 @@ if [ -z "$1" ]; then else MAPYRUS_ARGS="$@" fi -JAVA_VERSION="1.5+" \ +JAVA_VERSION="1.6+" \ exec "%%LOCALBASE%%/bin/java" ${JAVA_AWT_HEADLESS} -jar "%%DATADIR%%/mapyrus.jar" ${MAPYRUS_ARGS} |