Adam Weinberger 0bdd2ad334 go: Bump go124-dependent ports
Earlier I bumped the default Go to 1.24. Ports that specify a lower
version will still build with those lower version (for now), so they
don't need a bumping. Instead I'm bumping anything that (now) has go124
as a dependency.
2025-05-21 15:58:15 -04:00

24 lines
433 B
Makefile

PORTNAME= arduinoOTA
PORTVERSION= 1.2.0
PORTREVISION= 25
CATEGORIES= devel
MAINTAINER= kevans@FreeBSD.org
COMMENT= OTA upload tool for Arduino/ESP8266
WWW= https://www.arduino.cc
LICENSE= GPLv3
USES= go
USE_GITHUB= yes
GH_ACCOUNT= arduino
GH_TAGNAME= c2b8306
GO_BUILDFLAGS= -ldflags "-X main.compileInfo=${COMPILEINFO}"
PLIST_FILES= bin/${PORTNAME}
COMPILEINFO= ${OPSYS}${OSREL}-${ARCH}-${GH_TAGNAME}
.include <bsd.port.mk>