git: 4ceab829a37b - main - comms/meshcore-cli: Fix typo in COMMENT and bump PORTREVISION

From: Lars Engels <lme_at_FreeBSD.org>
Date: Sat, 14 Feb 2026 09:41:31 UTC
The branch main has been updated by lme:

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

commit 4ceab829a37b028afddf254b31794b66a6da61be
Author:     Lars Engels <lme@FreeBSD.org>
AuthorDate: 2026-02-14 09:36:33 +0000
Commit:     Lars Engels <lme@FreeBSD.org>
CommitDate: 2026-02-14 09:39:23 +0000

    comms/meshcore-cli: Fix typo in COMMENT and bump PORTREVISION
    
    Approved by:    Just fix it
---
 comms/meshcore-cli/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/comms/meshcore-cli/Makefile b/comms/meshcore-cli/Makefile
index 0a5c6f3b6f19..e48afae463ae 100644
--- a/comms/meshcore-cli/Makefile
+++ b/comms/meshcore-cli/Makefile
@@ -1,11 +1,12 @@
 PORTNAME=	meshcore_cli
 PORTVERSION=	1.4.1
+PORTREVISION=	1
 CATEGORIES=	comms python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	samm@FreeBSD.org
-COMMENT=	CLI interface to MeschCore companion app over TCP or Serial
+COMMENT=	CLI interface to MeshCore companion app over TCP or Serial
 WWW=		https://github.com/meshcore-dev/meshcore-cli
 
 LICENSE=	MIT