From owner-svn-ports-head@freebsd.org Mon Aug 3 15:53:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F8FB9B208B; Mon, 3 Aug 2015 15:53:55 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.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 406BEBF5; Mon, 3 Aug 2015 15:53:55 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t73FrtK8079944; Mon, 3 Aug 2015 15:53:55 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t73FrrDM079935; Mon, 3 Aug 2015 15:53:53 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201508031553.t73FrrDM079935@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Mon, 3 Aug 2015 15:53:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393474 - in head/sysutils/linux-crashplan: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Aug 2015 15:53:55 -0000 Author: wg Date: Mon Aug 3 15:53:52 2015 New Revision: 393474 URL: https://svnweb.freebsd.org/changeset/ports/393474 Log: sysutils/linux-crashplan: update to 4.3.0 - Pass maintainership to submitter PR: 202027 Submitted by: Nuno Subtil Added: head/sysutils/linux-crashplan/pkg-message (contents, props changed) Modified: head/sysutils/linux-crashplan/Makefile head/sysutils/linux-crashplan/distinfo head/sysutils/linux-crashplan/files/patch-CrashPlanDesktop head/sysutils/linux-crashplan/files/patch-CrashPlanEngine head/sysutils/linux-crashplan/pkg-plist Modified: head/sysutils/linux-crashplan/Makefile ============================================================================== --- head/sysutils/linux-crashplan/Makefile Mon Aug 3 15:19:00 2015 (r393473) +++ head/sysutils/linux-crashplan/Makefile Mon Aug 3 15:53:52 2015 (r393474) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= linux-crashplan -DISTVERSION= 3.7.0 +DISTVERSION= 4.3.0 CATEGORIES= sysutils linux MASTER_SITES= http://download.crashplan.com/installs/linux/install/CrashPlan/ DISTNAME= CrashPlan_${DISTVERSION}_Linux -MAINTAINER= wg@FreeBSD.org +MAINTAINER= subtil@gmail.com COMMENT= Backs up data to remote servers or hard drives RUN_DEPENDS= linux-sun-jre17>=0:${PORTSDIR}/java/linux-sun-jre17 \ Modified: head/sysutils/linux-crashplan/distinfo ============================================================================== --- head/sysutils/linux-crashplan/distinfo Mon Aug 3 15:19:00 2015 (r393473) +++ head/sysutils/linux-crashplan/distinfo Mon Aug 3 15:53:52 2015 (r393474) @@ -1,2 +1,2 @@ -SHA256 (CrashPlan_3.7.0_Linux.tgz) = 596cbbd2d852229a726c44caeae5ef79b7c0fc8e092286c867b401669eb19c16 -SIZE (CrashPlan_3.7.0_Linux.tgz) = 22110542 +SHA256 (CrashPlan_4.3.0_Linux.tgz) = 4fbb23ccd47db8aef7029c923520a22a7dfe6e5585d27ff29ef395752934b0d3 +SIZE (CrashPlan_4.3.0_Linux.tgz) = 26368468 Modified: head/sysutils/linux-crashplan/files/patch-CrashPlanDesktop ============================================================================== --- head/sysutils/linux-crashplan/files/patch-CrashPlanDesktop Mon Aug 3 15:19:00 2015 (r393473) +++ head/sysutils/linux-crashplan/files/patch-CrashPlanDesktop Mon Aug 3 15:53:52 2015 (r393474) @@ -1,8 +1,8 @@ ---- scripts/CrashPlanDesktop.orig 2013-09-23 11:40:09.770062319 -0300 -+++ scripts/CrashPlanDesktop 2013-09-23 12:08:29.635060972 -0300 -@@ -4,9 +4,11 @@ - SCRIPTDIR=$(dirname $SCRIPT) +--- scripts/CrashPlanDesktop ++++ scripts/CrashPlanDesktop +@@ -5,9 +5,11 @@ SCRIPTDIR=$(dirname $SCRIPT) TARGETDIR="$SCRIPTDIR/.." + export SWT_GTK3=0 -. ${TARGETDIR}/install.vars -. ${TARGETDIR}/bin/run.conf @@ -12,6 +12,6 @@ -${JAVACOMMON} ${GUI_JAVA_OPTS} -classpath "./lib/com.backup42.desktop.jar:./lang:./skin" com.backup42.desktop.CPDesktop > ${TARGETDIR}/log/ui_output.log 2> ${TARGETDIR}/log/ui_error.log & +. bin/run.conf -+: ${LOGDIR=/var/log/crashplan} ++${LOGDIR=/var/log/crashplan} + +${JAVACOMMON} ${GUI_JAVA_OPTS} -classpath "./lib/com.backup42.desktop.jar:./lang:./skin" com.backup42.desktop.CPDesktop > ${LOGDIR}/ui_output.log 2> ${LOGDIR}/ui_error.log & Modified: head/sysutils/linux-crashplan/files/patch-CrashPlanEngine ============================================================================== --- head/sysutils/linux-crashplan/files/patch-CrashPlanEngine Mon Aug 3 15:19:00 2015 (r393473) +++ head/sysutils/linux-crashplan/files/patch-CrashPlanEngine Mon Aug 3 15:53:52 2015 (r393474) @@ -1,6 +1,6 @@ ---- scripts/CrashPlanEngine.orig 2013-04-08 20:36:04.000000000 -0300 -+++ scripts/CrashPlanEngine 2013-09-23 10:54:57.806062403 -0300 -@@ -11,7 +11,7 @@ +--- scripts/CrashPlanEngine ++++ scripts/CrashPlanEngine +@@ -11,7 +11,7 @@ standard_startup() { cd $TARGETDIR @@ -9,7 +9,7 @@ if [[ $! -gt 0 ]]; then echo $! > $PIDFILE -@@ -80,7 +80,7 @@ +@@ -80,7 +80,7 @@ do_startup() { } _findpid() { @@ -18,13 +18,3 @@ } SCRIPT=$(ls -l $0 | awk '{ print $NF }') -@@ -91,7 +91,8 @@ - DESC="CrashPlan Engine" - NAME=CrashPlanEngine - DAEMON=$TARGETDIR/lib/com.backup42.desktop.jar --PIDFILE="$TARGETDIR/${NAME}.pid" -+PIDFILE="/var/run/${NAME}.pid" -+: ${LOGDIR=/var/log/crashplan} - - if [[ -f $TARGETDIR/install.vars ]]; then - . $TARGETDIR/install.vars Added: head/sysutils/linux-crashplan/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/linux-crashplan/pkg-message Mon Aug 3 15:53:52 2015 (r393474) @@ -0,0 +1,8 @@ +For users upgrading from previous versions of CrashPlan, note that the headless +mode configuration has been changed significantly and older clients will no +longer connect. Please check the Code42 website for up to date instructions on +setting up a headless CrashPlan server. + +On FreeBSD, the authentication token file can be found in +/compat/linux/var/lib/CrashPlan/.ui_info + Modified: head/sysutils/linux-crashplan/pkg-plist ============================================================================== --- head/sysutils/linux-crashplan/pkg-plist Mon Aug 3 15:19:00 2015 (r393473) +++ head/sysutils/linux-crashplan/pkg-plist Mon Aug 3 15:53:52 2015 (r393474) @@ -38,6 +38,7 @@ share/crashplan/lang/txt_th.properties share/crashplan/lang/txt_tr.properties share/crashplan/lang/txt_zh.properties share/crashplan/lang/txt_zh_TW.properties +share/crashplan/lib/bcprov-jdk15on.jar share/crashplan/lib/c42_protolib.jar share/crashplan/lib/com.backup42.desktop.jar share/crashplan/lib/com.jniwrapper.jniwrap.jar @@ -45,6 +46,7 @@ share/crashplan/lib/com.jniwrapper.macpa share/crashplan/lib/com.jniwrapper.winpack.jar share/crashplan/lib/commons-collections-3.2.1-mini.jar share/crashplan/lib/commons-jxpath-1.1.jar +share/crashplan/lib/guava-18.0.jar share/crashplan/lib/jna-3.2.5.jar share/crashplan/lib/json-20070829.jar share/crashplan/lib/json-lib-2.4.jar @@ -88,13 +90,5 @@ share/crashplan/upgrade/startDesktopSola share/crashplan/upgrade/startFirst.sh share/crashplan/upgrade/startLinux.sh share/crashplan/upgrade/startSolaris.sh -@dirrmtry share/crashplan/upgrade/UpgradeUI -@dirrmtry share/crashplan/upgrade -@dirrmtry share/crashplan/skin -@dirrmtry share/crashplan/log -@dirrmtry share/crashplan/lib -@dirrmtry share/crashplan/lang -@dirrmtry share/crashplan/doc -@dirrmtry share/crashplan/conf -@dirrmtry share/crashplan/bin -@dirrmtry share/crashplan +@dir share/crashplan/log +@dir share/crashplan/upgrade/UpgradeUI