From owner-svn-ports-all@FreeBSD.ORG Mon Dec 10 13:54:33 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DB68C338; Mon, 10 Dec 2012 13:54:33 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A594B8FC13; Mon, 10 Dec 2012 13:54:33 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBADsXp7026065; Mon, 10 Dec 2012 13:54:33 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBADsXB9026060; Mon, 10 Dec 2012 13:54:33 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201212101354.qBADsXB9026060@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 10 Dec 2012 13:54:33 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 13:54:34 -0000 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= #