Re: [update] sysutils/tarsnap-gui: add desktop entry

2024-07-03 Thread Jag Talon
Thank you, Stuart! Apologies I had missed the diff that you sent initially thank you for all the help. On Thu, 2024-07-04 at 00:27 +0100, Stuart Henderson wrote: > I'll just commit the one I sent, seeing as the only difference > is I used one INSTALL_DATA_DIR instead of two. > > On 2024/07/03 18:

Re: [update] sysutils/tarsnap-gui: add desktop entry

2024-07-03 Thread Jag Talon
Oh gotcha thank you. Yes that was my problem I was trying to add a file in a new directory that wasn't added yet! On Wed, 2024-07-03 at 21:48 -0400, Thomas Frohwein wrote: > On Wed, Jul 03, 2024 at 07:22:46PM -0400, Jag Talon wrote: > > Thank you for adjusting the REVISION! I should've read the ma

Re: [update] sysutils/tarsnap-gui: add desktop entry

2024-07-03 Thread Thomas Frohwein
On Wed, Jul 03, 2024 at 07:22:46PM -0400, Jag Talon wrote: > Thank you for adjusting the REVISION! I should've read the man page > first. > > How do you get the diff of a new file, btw? Speaking mainly for cvs(1), after I `cvs add path/to/file`, the file is now included in the diff (all + compare

Re: [update] sysutils/tarsnap-gui: add desktop entry

2024-07-03 Thread Josh Grosse
On Wed, Jul 03, 2024 at 07:22:46PM -0400, Jag Talon wrote: > Thank you for adjusting the REVISION! I should've read the man page > first. > > How do you get the diff of a new file, btw? See the "Directory comparison options" in the diff(1) man page. CVS, got, and git all have diff subcommands, to

Re: [update] sysutils/tarsnap-gui: add desktop entry

2024-07-03 Thread Stuart Henderson
I'll just commit the one I sent, seeing as the only difference is I used one INSTALL_DATA_DIR instead of two. On 2024/07/03 18:31, Josh Grosse wrote: > On Wed, Jul 03, 2024 at 02:48:28PM -0400, Jag Talon wrote: > > ah i reconfigured my editor and it should have less whitespace now :) > > > > i ad

Re: [update] sysutils/tarsnap-gui: add desktop entry

2024-07-03 Thread Jag Talon
Thank you for adjusting the REVISION! I should've read the man page first. How do you get the diff of a new file, btw? On Wed, 2024-07-03 at 18:31 -0400, Josh Grosse wrote: > On Wed, Jul 03, 2024 at 02:48:28PM -0400, Jag Talon wrote: > > ah i reconfigured my editor and it should have less whitesp

Re: [update] sysutils/tarsnap-gui: add desktop entry

2024-07-03 Thread Josh Grosse
On Wed, Jul 03, 2024 at 02:48:28PM -0400, Jag Talon wrote: > ah i reconfigured my editor and it should have less whitespace now :) > > i added the revision as well thank you. OK? I've got some minor changes to Jag's latest diff: 1. REVISION=0 as recommended by bsd.port.mk(5). 2. Two extra blan

Re: [update] sysutils/tarsnap-gui: add desktop entry

2024-07-03 Thread Jag Talon
ah i reconfigured my editor and it should have less whitespace now :) i added the revision as well thank you. OK? Index: Makefile === RCS file: /cvs/ports/sysutils/tarsnap-gui/Makefile,v diff -u -p -u -r1.17 Makefile --- Makefile

Re: [update] sysutils/tarsnap-gui: add desktop entry

2024-07-03 Thread Rafael Sadowski
On Wed Jul 03, 2024 at 05:44:12PM GMT, Stuart Henderson wrote: > On 2024/07/03 11:41, Jag Talon wrote: > > adding a desktop entry to tarsnap-gui to make it easy to find for users. > > it also helps with automation in environments like gnome where it's easy > > to select programs with an associated

Re: [update] sysutils/tarsnap-gui: add desktop entry

2024-07-03 Thread Stuart Henderson
On 2024/07/03 11:41, Jag Talon wrote: > adding a desktop entry to tarsnap-gui to make it easy to find for users. > it also helps with automation in environments like gnome where it's easy > to select programs with an associated .desktop file. > > attaching the .desktop file and below is the diff.

[update] sysutils/tarsnap-gui: add desktop entry

2024-07-03 Thread Jag Talon
adding a desktop entry to tarsnap-gui to make it easy to find for users. it also helps with automation in environments like gnome where it's easy to select programs with an associated .desktop file. attaching the .desktop file and below is the diff. OK? Index: Makefile ==

Re: [update] sysutils/tarsnap-gui

2019-08-17 Thread Theo de Raadt
Josh Grosse wrote: > Since we're on 6.6-beta, I thought I'd ping. The tree goes to -beta halfway through the 6-month cycle. -current for 3 months, -beta for 3 months. It is not a marker of urgency.

Re: [update] sysutils/tarsnap-gui

2019-08-17 Thread Josh Grosse
Since we're on 6.6-beta, I thought I'd ping. On Sun, May 26, 2019 at 10:50:54AM -0400, Josh Grosse wrote: > Update to 1.0.2. Tested on amd64. > Index: Makefile > === > RCS file: /systems/cvs/ports/sysutils/tarsnap-gui/Makefile,v > r

[update] sysutils/tarsnap-gui

2019-05-26 Thread Josh Grosse
Update to 1.0.2. Tested on amd64. Index: Makefile === RCS file: /systems/cvs/ports/sysutils/tarsnap-gui/Makefile,v retrieving revision 1.14 diff -u -p -r1.14 Makefile --- Makefile8 Mar 2019 20:00:51 - 1.14 +++ Makefile

Re: [update] sysutils/tarsnap-gui

2018-06-04 Thread Josh Grosse
On Mon, Jun 04, 2018 at 11:46:01PM -0400, Josh Grosse wrote: > Update to v1.0.1 - "This is a small release which > fixes build problems with Qt 5.10 and 5.11." Neglected to mention: tested on amd64.

[update] sysutils/tarsnap-gui

2018-06-04 Thread Josh Grosse
Update to v1.0.1 - "This is a small release which fixes build problems with Qt 5.10 and 5.11." Index: Makefile === RCS file: /systems/cvs/ports/sysutils/tarsnap-gui/Makefile,v retrieving revision 1.11 diff -u -p -r1.11 Makefile --- Mak

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 standa

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 so

[repost][UPDATE] sysutils/tarsnap-gui

2017-08-04 Thread Josh Grosse
Repost from 28 July: sysutils/tarsnap-gui update from 0.9 to 1.0. Tested on amd64. Comments? Questions? Index: Makefile === RCS file: /systems/cvs/ports/sysutils/tarsnap-gui/Makefile,v retrieving revision 1.10 diff -

[UPDATE] sysutils/tarsnap-gui

2017-07-28 Thread Josh Grosse
sysutils/tarsnap-gui update from 0.9 to 1.0. Changes are detailed in ${WRKSRC}/CHANGELOG or: https://github.com/Tarsnap/tarsnap-gui/blob/master/CHANGELOG Tested on amd64. One typgraphic is included to align COMPILER_LIBCXX. Comments? Questions? OKs? Index: Makefile

Re: update: sysutils/tarsnap-gui

2016-05-30 Thread James Turner
On Thu, May 12, 2016 at 06:06:51AM -0400, Josh Grosse wrote: > Repost of http://marc.info/?l=openbsd-ports&m=146258861514872&w=2 > > Update version 0.8 -> 0.9. > Ok jturner. Or I'll be happy to update with another ok. > Index: Makefile > =

Re: update: sysutils/tarsnap-gui

2016-05-12 Thread Josh Grosse
Repost of http://marc.info/?l=openbsd-ports&m=146258861514872&w=2 Update version 0.8 -> 0.9. Index: Makefile === RCS file: /systems/cvs/ports/sysutils/tarsnap-gui/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makef

update: sysutils/tarsnap-gui

2016-05-06 Thread Josh Grosse
Update version 0.8 -> 0.9. While here, remove unneeded $HOMEPAGE, and fix rcsid in pkg/README. Thanks to Vadim Zhukov for looking at a qmake issue I had during update testing. He was right, it turned out to be a qt5 sync issue on the build box. Index: Makefile ==

[update] sysutils/tarsnap-gui

2016-01-27 Thread Josh Grosse
Update to version 0.8. Tested on amd64. Index: Makefile === RCS file: /systems/cvs/ports/sysutils/tarsnap-gui/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- Makefile3 Nov 2015 20:14:50 - 1.3 +++ Makef

Re: [UPDATE] sysutils/tarsnap-gui

2015-11-03 Thread James Turner
On Mon, Nov 02, 2015 at 11:07:11PM -0500, Josh Grosse wrote: > Updated to version 0.7. Tested on amd64, with both a simple tiling > window manager and also with Gnome, to test a new notification feature. > > A pkg-readme was added with one paragraph of upgrade notes, excerpted > from the upstream

[UPDATE] sysutils/tarsnap-gui

2015-11-02 Thread Josh Grosse
Updated to version 0.7. Tested on amd64, with both a simple tiling window manager and also with Gnome, to test a new notification feature. A pkg-readme was added with one paragraph of upgrade notes, excerpted from the upstream CHANGELOG. OK? Index: Makefile ==