git: 4f32bd205f04 - main - devel/arduino18: restore GH_ACCOUNT to unbreak

Kyle Evans kevans at FreeBSD.org
Thu Sep 9 04:05:05 UTC 2021


The branch main has been updated by kevans:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4f32bd205f0411b40387a12477d4defdb30eec59

commit 4f32bd205f0411b40387a12477d4defdb30eec59
Author:     Kyle Evans <kevans at FreeBSD.org>
AuthorDate: 2021-09-09 04:02:42 +0000
Commit:     Kyle Evans <kevans at FreeBSD.org>
CommitDate: 2021-09-09 04:02:42 +0000

    devel/arduino18: restore GH_ACCOUNT to unbreak
    
    The default GH_ACCOUNT is not functional here, because GH_TUPLE is used
    to specify multiple projects to fetch.  Back out this part of
    adb7b0687e25 ("Cleanup: for ports under d* categories, drop [...]") at
    least for the time being to unbreak the fetch of arduino18.
---
 devel/arduino18/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/arduino18/Makefile b/devel/arduino18/Makefile
index e31399f32722..57ae546bc7dd 100644
--- a/devel/arduino18/Makefile
+++ b/devel/arduino18/Makefile
@@ -40,6 +40,7 @@ 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}


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