Re: update databases/pgtcl

2023-08-17 Thread Omar Polo
On 2023/08/05 10:19:21 +0200, Omar Polo wrote: > Hello, > > This updates databases/pgtcl to 3.0.0. I've just started to use it, > so only briefly tested so far, but it appears to work fine. > > Being hosted on github without official tarballs we need to regenerate > the autoconf stuff. > > The

Re: update databases/pgtcl

2023-08-05 Thread Omar Polo
On 2023/08/05 11:06:48 +0100, Stuart Henderson wrote: > btw, instead of the ugly "PKGNAME= ${GH_PROJECT:L}-${GH_TAGNAME:S/v//}" you > could use "PKGNAME = ${DISTNAME:L}" that's indeed better. I've changed it in my tree, thanks!

Re: update databases/pgtcl

2023-08-05 Thread Stuart Henderson
btw, instead of the ugly "PKGNAME= ${GH_PROJECT:L}-${GH_TAGNAME:S/v//}" you could use "PKGNAME = ${DISTNAME:L}" -- Sent from a phone, apologies for poor formatting. On 5 August 2023 09:19:50 Omar Polo wrote: Hello, This updates databases/pgtcl to 3.0.0. I've just started to use it, so onl