git: 44a67ce8fe9d - main - textproc/moar: Deprecate and set to expire on 2025-11-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Oct 2025 05:30:41 UTC
The branch main has been updated by tagattie:
URL: https://cgit.FreeBSD.org/ports/commit/?id=44a67ce8fe9deb932011ebc1ac96c12eb97af848
commit 44a67ce8fe9deb932011ebc1ac96c12eb97af848
Author: Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2025-10-29 05:26:25 +0000
Commit: Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2025-10-29 05:30:31 +0000
textproc/moar: Deprecate and set to expire on 2025-11-30
Upstream has renamed from moar to moor and textproc/moor is already
available. There is no necessity to keep both in the ports tree so
deprecate this port and mark for removal.
Users of moar are encouraged to switch to textproc/moor.
PR: 289870, 290182
Reported by: mew14930xvi <mew14930xvi@inbox.lv>
Approved by: yuri (maintainer, timeout >2 weeks)
---
textproc/moar/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/textproc/moar/Makefile b/textproc/moar/Makefile
index 4edf15a7438f..3d2b10ab689c 100644
--- a/textproc/moar/Makefile
+++ b/textproc/moar/Makefile
@@ -1,6 +1,7 @@
PORTNAME= moar
DISTVERSIONPREFIX= v
DISTVERSION= 1.31.3
+PORTREVISION= 1
CATEGORIES= textproc
MAINTAINER= yuri@FreeBSD.org
@@ -10,6 +11,9 @@ WWW= https://github.com/walles/moar
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Upstream renamed to moor, use textproc/moor instead.
+EXPIRATION_DATE= 2025-11-30
+
USES= go:1.20,modules
GO_MODULE= github.com/walles/moar