Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jan 2016 15:02:42 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405073 - in head/sysutils/zbackup: . files
Message-ID:  <201601021502.u02F2gbd004436@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevlo
Date: Sat Jan  2 15:02:42 2016
New Revision: 405073
URL: https://svnweb.freebsd.org/changeset/ports/405073

Log:
  Update to 1.4.4

Modified:
  head/sysutils/zbackup/Makefile
  head/sysutils/zbackup/distinfo
  head/sysutils/zbackup/files/patch-zcollector.cc

Modified: head/sysutils/zbackup/Makefile
==============================================================================
--- head/sysutils/zbackup/Makefile	Sat Jan  2 14:31:49 2016	(r405072)
+++ head/sysutils/zbackup/Makefile	Sat Jan  2 15:02:42 2016	(r405073)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	zbackup
-PORTVERSION=	1.4.1
+PORTVERSION=	1.4.4
 CATEGORIES=	sysutils
 MASTER_SITES=	https://github.com/zbackup/zbackup/archive/
 DISTNAME=	${PORTVERSION}

Modified: head/sysutils/zbackup/distinfo
==============================================================================
--- head/sysutils/zbackup/distinfo	Sat Jan  2 14:31:49 2016	(r405072)
+++ head/sysutils/zbackup/distinfo	Sat Jan  2 15:02:42 2016	(r405073)
@@ -1,2 +1,2 @@
-SHA256 (1.4.1.tar.gz) = a76d4cec6e027462c680ef1bbd143ad4c7d55a160a1474928d8caa792b13fac9
-SIZE (1.4.1.tar.gz) = 86570
+SHA256 (1.4.4.tar.gz) = efccccd2a045da91576c591968374379da1dc4ca2e3dec4d3f8f12628fa29a85
+SIZE (1.4.4.tar.gz) = 87118

Modified: head/sysutils/zbackup/files/patch-zcollector.cc
==============================================================================
--- head/sysutils/zbackup/files/patch-zcollector.cc	Sat Jan  2 14:31:49 2016	(r405072)
+++ head/sysutils/zbackup/files/patch-zcollector.cc	Sat Jan  2 15:02:42 2016	(r405073)
@@ -1,10 +1,11 @@
---- zcollector.cc.orig	2015-06-25 09:16:05.655102000 +0800
-+++ zcollector.cc	2015-06-25 09:16:28.606423000 +0800
-@@ -5,6 +5,7 @@
+--- zcollector.cc.orig	2016-01-02 22:43:40.800025000 +0800
++++ zcollector.cc	2016-01-02 22:44:51.222600000 +0800
+@@ -1,6 +1,8 @@
+ // Copyright (c) 2012-2014 Konstantin Isakov <ikm@zbackup.org> and ZBackup contributors, see CONTRIBUTORS
+ // Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE
  
- #include <string>
- #include <vector>
 +#include <unistd.h>
++
+ #include "zcollector.hh"
  
- #include "bundle.hh"
- #include "chunk_index.hh"
+ #include "backup_restorer.hh"



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