Re: [repost][UPDATE] sysutils/tarsnap-gui

2017-08-05 Thread Josh Grosse
On Sat, Aug 05, 2017 at 12:19:38PM +0100, Stuart Henderson wrote:
> On 2017/08/04 22:03, Josh Grosse wrote:
> > Repost from 28 July:
> > 
> > sysutils/tarsnap-gui update from 0.9 to 1.0.
> > 
> > Tested on amd64.  Comments? Questions?
> 
> Updated diff, is this ok with you? switch to standard GH_* setup, standard
> WANTLIB output from check-lib-depends, and squashes some  to
>  to stop my syntax highlighting complaining.

Looks fine to me, Stuart.  

And $V isn't used twice any longer -- if it ever was -- so it may be
removed, too.

Thanks!!



Re: [repost][UPDATE] sysutils/tarsnap-gui

2017-08-05 Thread Stuart Henderson
On 2017/08/04 22:03, Josh Grosse wrote:
> Repost from 28 July:
> 
>   sysutils/tarsnap-gui update from 0.9 to 1.0.
> 
>   Tested on amd64.  Comments? Questions?

Updated diff, is this ok with you? switch to standard GH_* setup, standard
WANTLIB output from check-lib-depends, and squashes some  to
 to stop my syntax highlighting complaining.

(I'm not a tarsnap user so I can't say anything about runtime, but that's
no reason not to take the diff).

Index: Makefile
===
RCS file: /cvs/ports/sysutils/tarsnap-gui/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile27 Jul 2017 10:05:20 -  1.10
+++ Makefile5 Aug 2017 11:12:09 -
@@ -1,24 +1,20 @@
 # $OpenBSD: Makefile,v 1.10 2017/07/27 10:05:20 sthen Exp $
 
-COMMENT =  frontend to the popular Tarsnap backup service
+COMMENT =  frontend to the popular Tarsnap backup service
+
+GH_ACCOUNT =   Tarsnap
+GH_PROJECT =   tarsnap-gui
+GH_TAGNAME =   v1.0
 
-V =0.9
-DISTNAME = tarsnap-gui-${V}
 CATEGORIES =   sysutils
-REVISION = 2
 
 MAINTAINER =   Josh Grosse 
 
 # BSD
 PERMIT_PACKAGE_CDROM = Yes
 
-WANTLIB += GL Qt5Core Qt5Gui Qt5Network Qt5Sql Qt5Widgets c m
-WANTLIB += pthread
-WANTLIB += ${COMPILER_LIBCXX}
-
-GH_ACCOUNT =   Tarsnap
-GH_PROJECT =   tarsnap-gui
-GH_TAGNAME =   v${V}
+WANTLIB += ${COMPILER_LIBCXX} GL Qt5Core Qt5Gui Qt5Network Qt5Sql
+WANTLIB += Qt5Widgets c m
 
 MODULES =  devel/qmake x11/qt5
 RUN_DEPENDS =  sysutils/tarsnap
Index: distinfo
===
RCS file: /cvs/ports/sysutils/tarsnap-gui/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo30 May 2016 21:31:16 -  1.4
+++ distinfo5 Aug 2017 11:12:09 -
@@ -1,2 +1,2 @@
-SHA256 (tarsnap-gui-0.9.tar.gz) = 5H4eYR8se7URG8wdLYb6LARbpK8j+EMLvDxy9UZXLLg=
-SIZE (tarsnap-gui-0.9.tar.gz) = 433454
+SHA256 (tarsnap-gui-1.0.tar.gz) = zSHSqF8HPnLxCQBjL9y0mVaYUlWlcR+09tQ0QzsJ2sk=
+SIZE (tarsnap-gui-1.0.tar.gz) = 582190