Index: head/archivers/urbackup-client/Makefile =================================================================== --- head/archivers/urbackup-client/Makefile (revision 492779) +++ head/archivers/urbackup-client/Makefile (revision 492780) @@ -1,75 +1,74 @@ # $FreeBSD$ PORTNAME= urbackup-client -DISTVERSION= 2.2.6 -PORTREVISION= 2 +DISTVERSION= 2.3.4 CATEGORIES= archivers MASTER_SITES= https://hndl.urbackup.org/Client/${DISTVERSION}/ MAINTAINER= freebsd@coombscloud.com COMMENT= Client component of the UrBackup backup system LICENSE= AGPLv3+ 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 WRKSRC= ${WRKDIR}/${DISTNAME}.0 OPTIONS_DEFINE= GUI OPTIONS_SUB= yes GUI_DESC= GTK2 Tray Icon GUI_USE= WX=3.0+ GUI_CONFIGURE_ON= --with-wx-config=${WX_CONFIG} GUI_CONFIGURE_OFF= --enable-headless CONFFILES= mariadbdump.conf \ mariadbxtrabackup.conf \ postgresbase.conf \ postgresqldump.conf post-patch: @(cd ${WRKSRC} && ${REINPLACE_CMD} -E -e 's|[[:<:]]byte[[:>:]]|CryptoPP::byte|g' \ cryptoplugin/AESDecryption.cpp \ cryptoplugin/AESEncryption.cpp \ cryptoplugin/AESGCMDecryption.cpp \ cryptoplugin/AESGCMEncryption.cpp \ cryptoplugin/CryptoFactory.cpp \ cryptoplugin/ECDHKeyExchange.cpp \ cryptoplugin/ZlibCompression.cpp \ cryptoplugin/ZlibDecompression.cpp \ md5.h \ ) post-stage: ${INSTALL_DATA} ${WRKDIR}/urbackupclient.conf.sample-daemon \ ${STAGEDIR}${PREFIX}/etc/urbackup/urbackupclient.conf.sample ${INSTALL_DATA} ${FILESDIR}/urbackupclient.conf-newsyslog \ ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/urbackupclient.conf ${INSTALL_MAN} ${WRKSRC}/docs/urbackupclientbackend.1 \ ${STAGEDIR}${MANPREFIX}/man/man1 .for f in ${CONFFILES} ${MV} ${STAGEDIR}${PREFIX}/etc/urbackup/${f} ${STAGEDIR}${PREFIX}/etc/urbackup/${f}.sample .endfor ${RM} ${STAGEDIR}/var/urbackup/version.txt ${RM} ${STAGEDIR}${PREFIX}/share/urbackup/urbackup_ecdsa409k1.pub .include Index: head/archivers/urbackup-client/distinfo =================================================================== --- head/archivers/urbackup-client/distinfo (revision 492779) +++ head/archivers/urbackup-client/distinfo (revision 492780) @@ -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 Index: head/archivers/urbackup-client/pkg-descr =================================================================== --- head/archivers/urbackup-client/pkg-descr (revision 492779) +++ head/archivers/urbackup-client/pkg-descr (revision 492780) @@ -1,18 +1,18 @@ UrBackup is an easy to setup Open Source client/server backup system, that through a combination of image and file backups accomplishes both data safety and a fast restoration time. File and image backups are made while the system is running without interrupting current processes. 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. WWW: https://www.urbackup.org