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
This commit is contained in:
parent
9c526f7217
commit
2fa3ecb599
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308606
3 changed files with 4 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= mapyrus
|
||||
PORTVERSION= 1.202
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics print java
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: jdictionary (plugins)
|
||||
# Date created: 15.12.2004
|
||||
# Whom: hq@FreeBSD.org
|
||||
#
|
||||
# Created by: hq@FreeBSD.org
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
EXTRACT_SUFX= #
|
||||
|
||||
|
@ -15,7 +11,7 @@ RUN_DEPENDS+= jdictionary:${PORTSDIR}/textproc/jdictionary
|
|||
# WARNING: USE_JAVA is set to be able to use JAVASHAREDIR.
|
||||
# Please make sure that JAVA_VERSION here is the same as in Makefile.
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VERSION= 1.6+
|
||||
|
||||
EXTRACT_CMD= ${CP}
|
||||
EXTRACT_BEFORE_ARGS= #
|
||||
|
|
Loading…
Reference in a new issue