From owner-svn-ports-all@freebsd.org Tue Feb 12 11:56:50 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8531014E3C6D; Tue, 12 Feb 2019 11:56:50 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 270B788D36; Tue, 12 Feb 2019 11:56:50 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F34A8FA44; Tue, 12 Feb 2019 11:56:49 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1CBunH9085053; Tue, 12 Feb 2019 11:56:49 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1CBunV8085050; Tue, 12 Feb 2019 11:56:49 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201902121156.x1CBunV8085050@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 12 Feb 2019 11:56:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492780 - head/archivers/urbackup-client X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/archivers/urbackup-client X-SVN-Commit-Revision: 492780 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 270B788D36 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.96)[-0.958,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Tue, 12 Feb 2019 11:56:50 -0000 Author: swills Date: Tue Feb 12 11:56:49 2019 New Revision: 492780 URL: https://svnweb.freebsd.org/changeset/ports/492780 Log: archivers/urbackup-client: upgrade to 2.3.4 and cleanup PR: 235440 Submitted by: freebsd@coombscloud.com (maintainer) Modified: head/archivers/urbackup-client/Makefile (contents, props changed) head/archivers/urbackup-client/distinfo (contents, props changed) head/archivers/urbackup-client/pkg-descr (contents, props changed) Modified: head/archivers/urbackup-client/Makefile ============================================================================== --- head/archivers/urbackup-client/Makefile Tue Feb 12 11:49:15 2019 (r492779) +++ head/archivers/urbackup-client/Makefile Tue Feb 12 11:56:49 2019 (r492780) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= urbackup-client -DISTVERSION= 2.2.6 -PORTREVISION= 2 +DISTVERSION= 2.3.4 CATEGORIES= archivers MASTER_SITES= https://hndl.urbackup.org/Client/${DISTVERSION}/ @@ -14,15 +13,15 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcryptopp.so:security/cryptopp -USES= autoreconf compiler:c++11-lang dos2unix gettext localbase \ - pkgconfig +USES= autoreconf compiler:c++11-lang dos2unix gettext localbase libtool \ + pkgconfig sqlite:3 USE_RC_SUBR= urbackup_client USERS= urbackup GROUPS= urbackup GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-clientupdate +CONFIGURE_ARGS= --disable-clientupdate --without-embedded-sqlite3 CXXFLAGS+= `pkgconf --cflags-only-other libcryptopp` SUB_FILES= pkg-message urbackupclient.conf.sample-daemon Modified: head/archivers/urbackup-client/distinfo ============================================================================== --- head/archivers/urbackup-client/distinfo Tue Feb 12 11:49:15 2019 (r492779) +++ head/archivers/urbackup-client/distinfo Tue Feb 12 11:56:49 2019 (r492780) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533504834 -SHA256 (urbackup-client-2.2.6.tar.gz) = 95d5a8d4e8016c23171f12340a7fc28cd8d275d6c815604f28e978a4256eff6f -SIZE (urbackup-client-2.2.6.tar.gz) = 3370637 +TIMESTAMP = 1549130281 +SHA256 (urbackup-client-2.3.4.tar.gz) = 0016df892687c4f254877827253b0e493c85d273da8ab95edc00e99dce1f6b63 +SIZE (urbackup-client-2.3.4.tar.gz) = 4343843 Modified: head/archivers/urbackup-client/pkg-descr ============================================================================== --- head/archivers/urbackup-client/pkg-descr Tue Feb 12 11:49:15 2019 (r492779) +++ head/archivers/urbackup-client/pkg-descr Tue Feb 12 11:56:49 2019 (r492780) @@ -9,8 +9,8 @@ UrBackup also continuously watches folders you want ba order to quickly find differences to previous backups. Because of that, incremental file backups are really fast. -Your files can be restored through the web interface, via the client or the -Windows Explorer while the backups of drive volumes can be restored with a +Your files can be restored through the web interface, via the client or the +Windows Explorer while the backups of drive volumes can be restored with a bootable CD or USB-Stick (bare metal restore). A web interface makes setting up your own backup server really easy.