Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Dec 2012 13:54:33 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308606 - in head: graphics/mapyrus graphics/mapyrus/files textproc/jdictionary
Message-ID:  <201212101354.qBADsXB9026060@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Dec 10 13:54:32 2012
New Revision: 308606
URL: http://svnweb.freebsd.org/changeset/ports/308606

Log:
  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

Modified:
  head/graphics/mapyrus/Makefile
  head/graphics/mapyrus/files/mapyrus.in
  head/textproc/jdictionary/Makefile.plugin

Modified: head/graphics/mapyrus/Makefile
==============================================================================
--- head/graphics/mapyrus/Makefile	Mon Dec 10 13:43:43 2012	(r308605)
+++ head/graphics/mapyrus/Makefile	Mon Dec 10 13:54:32 2012	(r308606)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mapyrus
 PORTVERSION=	1.202
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	graphics print java
 MASTER_SITES=	SF
 

Modified: head/graphics/mapyrus/files/mapyrus.in
==============================================================================
--- head/graphics/mapyrus/files/mapyrus.in	Mon Dec 10 13:43:43 2012	(r308605)
+++ head/graphics/mapyrus/files/mapyrus.in	Mon Dec 10 13:54:32 2012	(r308606)
@@ -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}

Modified: head/textproc/jdictionary/Makefile.plugin
==============================================================================
--- head/textproc/jdictionary/Makefile.plugin	Mon Dec 10 13:43:43 2012	(r308605)
+++ head/textproc/jdictionary/Makefile.plugin	Mon Dec 10 13:54:32 2012	(r308606)
@@ -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}/te
 # 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=	#



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212101354.qBADsXB9026060>