Re: git: 7843e8c44a2e - main - graphics/libepoxy: update to 1.5.10
- In reply to: Jan Beich : "Re: git: 7843e8c44a2e - main - graphics/libepoxy: update to 1.5.10"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Jul 2024 12:09:59 UTC
On Sat, Jul 13, 2024 at 4:40 PM Jan Beich <jbeich@freebsd.org> wrote:
>
> Gleb Popov <arrowd@FreeBSD.org> writes:
>
> > -MASTER_SITES= https://github.com/anholt/${PORTNAME}/releases/download/${DISTVERSION}/
> > +MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/\.([0-9]+)$$//}
>
> - Tabs (previous) vs. spaces (current)
> - :C/\.([0-9]+)$$// looks like :R
Fixed, thanks for catching this.