git: bbd0a74cbd48 - main - comms/tio: Adopt port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Apr 2025 21:24:11 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=bbd0a74cbd481452a26b8b34073324b5b9266f4f commit bbd0a74cbd481452a26b8b34073324b5b9266f4f Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2025-04-09 21:22:37 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2025-04-09 21:22:43 +0000 comms/tio: Adopt port --- comms/tio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comms/tio/Makefile b/comms/tio/Makefile index cf6f5fcac720..6943a0eff37e 100644 --- a/comms/tio/Makefile +++ b/comms/tio/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 3.8 CATEGORIES= comms MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= diizzy@FreeBSD.org COMMENT= Simple TTY terminal I/O application WWW= https://tio.github.io