svn commit: r404973 - head/x11-fonts/py-bdflib

Sunpoet Po-Chuan Hsieh sunpoet at freebsd.org
Fri Jan 1 08:44:46 UTC 2016


 On Fri, Jan 1, 2016 at 3:25 PM, Kubilay Kocak <koobs at 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


More information about the svn-ports-head mailing list