On Thu, Sep 19, 2019 at 02:43:53PM +0200, Henry Jensen wrote: > Greetings, > > below is a trivial patch to update security/gopass from 1.8.4 to 1.8.6. > Tested on -current amd64. > > OK? > > > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/security/gopass/Makefile,v > retrieving revision 1.14 > diff -u -p -u -p -r1.14 Makefile > --- Makefile 12 Jul 2019 20:49:02 -0000 1.14 > +++ Makefile 19 Sep 2019 12:32:46 -0000 > @@ -2,7 +2,7 @@ > > COMMENT = pass compatible password manager written in go > > -V = 1.8.4 > +V = 1.8.6 > DISTNAME = gopass-$V > > CATEGORIES = security > Index: distinfo > =================================================================== > RCS file: /cvs/ports/security/gopass/distinfo,v > retrieving revision 1.11 > diff -u -p -u -p -r1.11 distinfo > --- distinfo 23 Jan 2019 00:56:46 -0000 1.11 > +++ distinfo 19 Sep 2019 12:32:46 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (gopass-1.8.4.tar.gz) = KgAmPdFptWDHVXIjm6NB7e7IrLZlGP3KM9VdgfuU/J8= > -SIZE (gopass-1.8.4.tar.gz) = 6616712 > +SHA256 (gopass-1.8.6.tar.gz) = +//g9y5R2eMKEBA/AN0S8EvKZXL1WXbG3HBJxzxltxU= > +SIZE (gopass-1.8.6.tar.gz) = 7302241 >
seems to work but I don't use it someone using it could check? PS: your diff was not appliable, tabs were transformed into spaces, maybe due to copy/paste (even tmux copy/paste does this) appliable diff Index: Makefile =================================================================== RCS file: /data/cvs/ports/security/gopass/Makefile,v retrieving revision 1.14 diff -u -p -r1.14 Makefile --- Makefile 12 Jul 2019 20:49:02 -0000 1.14 +++ Makefile 28 Sep 2019 08:24:17 -0000 @@ -2,7 +2,7 @@ COMMENT = pass compatible password manager written in go -V = 1.8.4 +V = 1.8.6 DISTNAME = gopass-$V CATEGORIES = security Index: distinfo =================================================================== RCS file: /data/cvs/ports/security/gopass/distinfo,v retrieving revision 1.11 diff -u -p -r1.11 distinfo --- distinfo 23 Jan 2019 00:56:46 -0000 1.11 +++ distinfo 28 Sep 2019 08:25:15 -0000 @@ -1,2 +1,2 @@ -SHA256 (gopass-1.8.4.tar.gz) = KgAmPdFptWDHVXIjm6NB7e7IrLZlGP3KM9VdgfuU/J8= -SIZE (gopass-1.8.4.tar.gz) = 6616712 +SHA256 (gopass-1.8.6.tar.gz) = +//g9y5R2eMKEBA/AN0S8EvKZXL1WXbG3HBJxzxltxU= +SIZE (gopass-1.8.6.tar.gz) = 7302241
