From owner-svn-ports-all@FreeBSD.ORG Sun May 11 13:22:07 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E3EC68C2; Sun, 11 May 2014 13:22:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D14E5229E; Sun, 11 May 2014 13:22:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4BDM7g4077232; Sun, 11 May 2014 13:22:07 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4BDM7HS077231; Sun, 11 May 2014 13:22:07 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201405111322.s4BDM7HS077231@svn.freebsd.org> From: Rene Ladan Date: Sun, 11 May 2014 13:22:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353683 - head/sysutils/linux-crashplan 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.18 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: Sun, 11 May 2014 13:22:08 -0000 Author: rene Date: Sun May 11 13:22:07 2014 New Revision: 353683 URL: http://svnweb.freebsd.org/changeset/ports/353683 QAT: https://qat.redports.org/buildarchive/r353683/ Log: sysutils/linux-crashplan: Depend on linux-sun-jre17 instead of expired linux-sun-jre16 and bump PORTREVISION Modified: head/sysutils/linux-crashplan/Makefile Modified: head/sysutils/linux-crashplan/Makefile ============================================================================== --- head/sysutils/linux-crashplan/Makefile Sun May 11 13:19:46 2014 (r353682) +++ head/sysutils/linux-crashplan/Makefile Sun May 11 13:22:07 2014 (r353683) @@ -3,7 +3,7 @@ PORTNAME= linux-crashplan DISTVERSION= 3.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils linux MASTER_SITES= http://download.crashplan.com/installs/linux/install/CrashPlan/ DISTNAME= CrashPlan_3.5.3_Linux @@ -12,7 +12,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= wg@FreeBSD.org COMMENT= Backs up data to remote servers or hard drives -RUN_DEPENDS= linux-sun-jre>=0:${PORTSDIR}/java/linux-sun-jre16 \ +RUN_DEPENDS= linux-sun-jre>=0:${PORTSDIR}/java/linux-sun-jre17 \ bash>=0:${PORTSDIR}/shells/bash WRKSRC= ${WRKDIR}/CrashPlan-install