pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/tarsnap-gui Update tarsnap-gui to 1.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d005ce8d7261
branches:  trunk
changeset: 366046:d005ce8d7261
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Aug 01 15:51:53 2017 +0000

description:
Update tarsnap-gui to 1.0.

Fix RELRO.


Version 1.0

This release is the culmination of all the previous efforts to bring
Tarsnap GUI to a point where it is feature rich, reliable and robust
enough to be called "stable". We have been hard at work to bring
you the most complete cross-platform open-source and non-intrusive
secure online backup solution front-end on top of the tarsnap service
possible. This release adds many new features like support for
automatic job backup scheduling enable/disable, full I18N support,
full search/filter capabilities in Archives, Archive contents and
Job lists, detailed Archive contents using long ls list format with
sortable columns, save console log to file and running concurrent
restore operations and more, as well as many many improvements,
code refactoring, fixes and overall adjustments on speed, resource
usage, reliability, usability&accesibility and error management &
reporting.

diffstat:

 sysutils/tarsnap-gui/Makefile                  |   5 ++---
 sysutils/tarsnap-gui/distinfo                  |  12 ++++++------
 sysutils/tarsnap-gui/patches/patch-Tarsnap.pro |  10 +++++-----
 3 files changed, 13 insertions(+), 14 deletions(-)

diffs (52 lines):

diff -r c0ec9110569d -r d005ce8d7261 sysutils/tarsnap-gui/Makefile
--- a/sysutils/tarsnap-gui/Makefile     Tue Aug 01 15:51:52 2017 +0000
+++ b/sysutils/tarsnap-gui/Makefile     Tue Aug 01 15:51:53 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2017/04/22 21:03:58 adam Exp $
+# $NetBSD: Makefile,v 1.12 2017/08/01 15:51:53 wiz Exp $
 
-DISTNAME=      tarsnap-gui-0.8
-PKGREVISION=   9
+DISTNAME=      tarsnap-gui-1.0
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Tarsnap/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r c0ec9110569d -r d005ce8d7261 sysutils/tarsnap-gui/distinfo
--- a/sysutils/tarsnap-gui/distinfo     Tue Aug 01 15:51:52 2017 +0000
+++ b/sysutils/tarsnap-gui/distinfo     Tue Aug 01 15:51:53 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2016/05/07 10:10:46 joerg Exp $
+$NetBSD: distinfo,v 1.3 2017/08/01 15:51:53 wiz Exp $
 
-SHA1 (tarsnap-gui-0.8.tar.gz) = 85c4bb94fcbb1821136bb26feea68c582c386d35
-RMD160 (tarsnap-gui-0.8.tar.gz) = 0179694f8feb182793f071e09c2682052c35b9a8
-SHA512 (tarsnap-gui-0.8.tar.gz) = 8fc8afdd8a53efc843c2c82cc4872a7156fff8964793e3a5a80430380598f752a1ae488012c54809e345bda34a2c6a0afaca5504223effe2e332825cbea2b359
-Size (tarsnap-gui-0.8.tar.gz) = 544066 bytes
-SHA1 (patch-Tarsnap.pro) = e31d2ab6a6ec7890dabb368582cd4e4cced0b29d
+SHA1 (tarsnap-gui-1.0.tar.gz) = 8b2d356c71144100a52990bd1e98892d4babe478
+RMD160 (tarsnap-gui-1.0.tar.gz) = 4b5c1c9f7fcd376c7224141e6c96abd95d7ae494
+SHA512 (tarsnap-gui-1.0.tar.gz) = 0f79360e52685099a5270d0da0b19015d05b75102b52d2ae5d99be4db49016595841a2067aa2d42bb787a45754e1d3e5ce32dcff1e62a6dab57ab06f9a5ab4fc
+Size (tarsnap-gui-1.0.tar.gz) = 582190 bytes
+SHA1 (patch-Tarsnap.pro) = c2d6d5edafa2256ec4f8d0bbb17e14f22d058ae7
diff -r c0ec9110569d -r d005ce8d7261 sysutils/tarsnap-gui/patches/patch-Tarsnap.pro
--- a/sysutils/tarsnap-gui/patches/patch-Tarsnap.pro    Tue Aug 01 15:51:52 2017 +0000
+++ b/sysutils/tarsnap-gui/patches/patch-Tarsnap.pro    Tue Aug 01 15:51:53 2017 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-Tarsnap.pro,v 1.1 2016/05/07 10:10:46 joerg Exp $
+$NetBSD: patch-Tarsnap.pro,v 1.2 2017/08/01 15:51:53 wiz Exp $
 
---- Tarsnap.pro.orig   2016-05-06 18:45:38.000000000 +0000
+--- Tarsnap.pro.orig   2017-07-10 08:43:23.000000000 +0000
 +++ Tarsnap.pro
-@@ -12,6 +12,8 @@ DEFINES += APP_VERSION=\\\"$$VERSION\\\"
+@@ -14,6 +14,8 @@ DEFINES += APP_VERSION=\\\"$$VERSION\\\"
  #QMAKE_TARGET_DESCRIPTION = GUI frontend for Tarsnap
  #QMAKE_TARGET_COPYRIGHT = copyright Tarsnap Backup Inc.
  
-+QMAKE_LFLAGS += ${COMPILER_RPATH_FLAG}${X11BASE}/lib
++QMAKE_LFLAGS += ${COMPILER_RPATH_FLAG}${X11BASE}/lib ${LDFLAGS}
 +
  SOURCES += \
+     src/main.cpp \
      src/coreapplication.cpp \
-     src/main.cpp \



Home | Main Index | Thread Index | Old Index