archivers/urbackup-client: upgrade to 2.3.4 and cleanup
PR: 235440 Submitted by: freebsd@coombscloud.com (maintainer)
This commit is contained in:
parent
be76ecb179
commit
64387d9575
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492780
3 changed files with 9 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -9,8 +9,8 @@ UrBackup also continuously watches folders you want backed up in
|
|||
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.
|
||||
|
|
Loading…
Reference in a new issue