Date: Fri, 1 Jan 2016 16:44:05 +0800 From: Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org> To: Kubilay Kocak <koobs@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r404973 - head/x11-fonts/py-bdflib Message-ID: <CAMHz58Rkc0Sf5BUeTJUd31_drMy0=KEtbST8RyEnC_NMXOiEsQ@mail.gmail.com> In-Reply-To: <568629DD.5070701@FreeBSD.org> References: <201601010636.u016a4os025641@repo.freebsd.org> <568629DD.5070701@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jan 1, 2016 at 3:25 PM, Kubilay Kocak <koobs@freebsd.org> wrote: > On 1/01/2016 5:36 PM, Sunpoet Po-Chuan Hsieh wrote: > > MASTER_SITES= CHEESESHOP/source/b/${PORTNAME} > > Can this go, or does it have a weird dist path / file name? > > I think we need to fix this line: CHEESESHOP:source/${DISTNAME:C/(.).*/\1/}/${DISTNAME:C/(.*)-[0-9].*/\1/} It does not recognize DISTVERSIONPREFIX and DISTVERSIONSUFFIX which are usually non-digit. It might work if we replace [0-9].* with DISTVERSIONFULL. (at least it works for this port) Regards, sunpoet
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58Rkc0Sf5BUeTJUd31_drMy0=KEtbST8RyEnC_NMXOiEsQ>