Date: Tue, 12 Feb 2019 11:56:49 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492780 - head/archivers/urbackup-client Message-ID: <201902121156.x1CBunV8085050@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902121156.x1CBunV8085050>