Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Aug 2015 15:53:53 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
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
Message-ID:  <201508031553.t73FrrDM079935@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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