On 2018/09/08 13:24, Gleydson Soares wrote: > > the following diff updates luasec to 0.7. > > > > changelog: > > https://github.com/brunoos/luasec/blob/master/CHANGELOG > > +regen patches
> Index: Makefile > =================================================================== > RCS file: /cvs/ports/security/luasec/Makefile,v > retrieving revision 1.20 > diff -u -p -r1.20 Makefile > --- Makefile 16 Oct 2016 23:21:23 -0000 1.20 > +++ Makefile 8 Sep 2018 16:23:19 -0000 > @@ -2,10 +2,12 @@ > > COMMENT= lua binding to OpenSSL to provide TLS/SSL communication > > -VERSION= 0.6 > -REVISION= 0 > +VERSION= 0.7 > DISTNAME= luasec-${VERSION} > > +GH_ACCOUNT= brunoos > +GH_PROJECT= luasec > + If you're using these, you also need GH_TAGNAME (or GH_COMMIT, but it would be GH_TAGNAME here - and no need for DISTNAME/VERSION).