On Fri, 11 Mar 2016 20:26:28 +0100 Frederic Cambus <f...@statdns.com> wrote:
> Hi ports@, > > Here is a diff to update jo to latest version (1.0). > > Besides adding some features, this version has been pledged upstream. > Also, jo now uses strlcpy instead of strcpy on systems supporting it, > so no more warnings at compile time. > > Note taken regarding DESCR, if it's not updated upstream, I will write > a custom one. > Tested on amd64 snapshot March 6th. The port builds clean, installs & works as expected. I'm OK to commit this if I get a second OK. > Index: Makefile > =================================================================== > RCS file: /cvs/ports/textproc/jo/Makefile,v > retrieving revision 1.1.1.1 > diff -u -p -u -p -r1.1.1.1 Makefile > --- Makefile 10 Mar 2016 01:11:58 -0000 1.1.1.1 > +++ Makefile 11 Mar 2016 20:28:44 -0000 > @@ -2,7 +2,7 @@ > > COMMENT = JSON output from a shell > > -V = 0.7 > +V = 1.0 > DISTNAME = jo-$V > > CATEGORIES = textproc > @@ -12,6 +12,7 @@ MAINTAINER = Frederic Cambus <fred@statd > # GPLv2+ > PERMIT_PACKAGE_CDROM = Yes > > +# uses pledge() > WANTLIB = c m > > MASTER_SITES = > https://github.com/jpmens/jo/releases/download/v$V/ Index: distinfo > =================================================================== > RCS file: /cvs/ports/textproc/jo/distinfo,v > retrieving revision 1.1.1.1 > diff -u -p -u -p -r1.1.1.1 distinfo > --- distinfo 10 Mar 2016 01:11:58 -0000 1.1.1.1 > +++ distinfo 11 Mar 2016 20:28:44 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (jo-0.7.tar.gz) = PJSOUDXs2QZm5Mrm7Z6urXCbWkgvLZ94ioG+WgbhQXY= > -SIZE (jo-0.7.tar.gz) = 102073 > +SHA256 (jo-1.0.tar.gz) = 1m7JcljRr60VZD+y1bXoBxU6cyukXCQXrcZmaay95S4= > +SIZE (jo-1.0.tar.gz) = 112488 >