git: adb7b0687e25 - main - Cleanup: for ports under d* categories, drop redundant GH_{ACCOUNT,PROJECT}.

Kyle Evans kevans at freebsd.org
Thu Sep 9 04:02:10 UTC 2021


On Sun, Aug 29, 2021 at 9:55 AM Alexey Dokuchaev <danfe at freebsd.org> wrote:
>
> The branch main has been updated by danfe:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=adb7b0687e256219563428386c0b082f7145c795
>
> commit adb7b0687e256219563428386c0b082f7145c795
> Author:     Alexey Dokuchaev <danfe at FreeBSD.org>
> AuthorDate: 2021-08-29 14:53:58 +0000
> Commit:     Alexey Dokuchaev <danfe at FreeBSD.org>
> CommitDate: 2021-08-29 14:54:01 +0000
>
>     Cleanup: for ports under d* categories, drop redundant GH_{ACCOUNT,PROJECT}.
> ---
> [... snip ..]
> diff --git a/devel/arduino18/Makefile b/devel/arduino18/Makefile
> index 23bfc7d6ebdf..e31399f32722 100644
> --- a/devel/arduino18/Makefile
> +++ b/devel/arduino18/Makefile
> @@ -1,4 +1,4 @@
> -PORTNAME=      arduino
> +PORTNAME=      ${GH_PROJECT:tl}
>  PORTVERSION=   1.8.5
>  PORTREVISION=  1
>  CATEGORIES=    devel java
> @@ -40,7 +40,6 @@ BUNDLE_LIBRARIES=     Firmata:2.5.6:firmata \
>  GH_TUPLE+=     ${BUNDLE_GH_ACCOUNT}:WiFi101-FirmwareUpdater-Plugin:v0.9.2:wifi10/linux/work/tools/WiFi101
>
>  USE_GITHUB=    yes
> -GH_ACCOUNT=    arduino
>  GH_PROJECT=    Arduino
>
>  .for blib in ${BUNDLE_LIBRARIES}

FYI: this broke devel/arduino18 in the fetch phase[0], The default
GH_ACCOUNT here is:

arduino wifi101-firmwareupdater-plugin:wifi10 firmata:firmata
bridge:bridge robot_control:robotcontrol robot_motor:robotmotor
robotirremote:robotir spacebrewyun:spacebrew temboo:temboo
esplora:esplora mouse:mouse keyboard:keyboard sd:sd servo:servo
liquidcrystal:liquidcrystal

I don't know that that's easily fixed (GH_TUPLE is in play here), so
I'm just going to back out this particular GH_ACCOUNT change...

Thanks,

Kyle Evans

[0] https://lists.freebsd.org/archives/freebsd-pkg-fallout/2021-September/109861.html


More information about the dev-commits-ports-all mailing list