Re: git: bab6510ea15f - main - multimedia/winff: fix a typo
- In reply to: Thierry Thomas : "git: bab6510ea15f - main - multimedia/winff: fix a typo"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 Feb 2024 20:44:46 UTC
On 2024-02-20T21:40:57.000+01:00, Thierry Thomas <thierry@FreeBSD.org> wrote: > The branch main has been updated by thierry: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=bab6510ea15f393d43e75774c0d98e2b7dbb45fb > > commit bab6510ea15f393d43e75774c0d98e2b7dbb45fb > > Author: Thierry Thomas <thierry@FreeBSD.org> > > AuthorDate: 2024-02-20 20:33:42 +0000 > > Commit: Thierry Thomas <thierry@FreeBSD.org> > > CommitDate: 2024-02-20 20:40:54 +0000 > > multimedia/winff: fix a typo > > > > MASTER_SITES was put into comment. > > > > Reported by: diizzy > > --- > > multimedia/winff/Makefile | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/multimedia/winff/Makefile b/multimedia/winff/Makefile > > index 665731fce3fa..0b4471281513 100644 > > --- a/multimedia/winff/Makefile > > +++ b/multimedia/winff/Makefile > > @@ -1,7 +1,7 @@ > > PORTNAME= WinFF > > PORTVERSION= 1.6.3 > > CATEGORIES= multimedia > > -#MASTER_SITES= https://github.com/WinFF/winff/archive/refs/tags/ > > +MASTER_SITES= https://github.com/WinFF/winff/archive/refs/tags/ > > PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} > > > > DISTNAME= ${_PORTNAME}-${PORTVERSION} Hi, This should use USE_GITHUB as it's not a static tarball attached to a release. Best regards, Daniel