Friday, November 03, 2023

Re: [WIP] (new) emulators/dosbox-x-v2023.10.06

Hi,

On Fri, Nov 03, 2023 at 05:21:39PM +0900, SASANO Takayoshi wrote:
> framboise# make makesum
> ===> Checking files for dosbox-x-2023.10.06
> >> Fetch https://github.com/joncampbell123/dosbox-x/archive/refs/tags/dosbox-x-v2023.10.06/dosbox-x-v2023.10.06
> ftp: Error retrieving https://github.com/joncampbell123/dosbox-x/archive/refs/tags/dosbox-x-v2023.10.06/dosbox-x-v2023.10.06: 404 Not Found
>
> In Makefile,
>
> VERSION= 2023.10.06
^
There is a dangling space after 06. Because of that, you end up with a
botched DISTFILES:

darjeeling$ make show=DISTFILES
dosbox-x-v2023.10.06 .tar.gz

> DISTNAME= dosbox-x-v${VERSION}
> PKGNAME= dosbox-x-${VERSION}
> CATEGORIES= games x11 emulators
>
> GH_ACCOUNT= joncampbell123
> GH_PROJECT= dosbox-x
> GH_TAGNAME= dosbox-x-v${VERSION}
> #GH_COMMIT= f719635d57dc43099ba01129c188c8e0a7c89d78

No comments:

Post a Comment