git: 0ebf76d41b32 - main - www/minio: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Dec 2025 17:16:48 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0ebf76d41b324bb4e632cd816f37b3bef66069d2
commit 0ebf76d41b324bb4e632cd816f37b3bef66069d2
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2025-12-07 10:55:39 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2025-12-07 17:16:37 +0000
www/minio: Mark DEPRECATED
- Upstream has declared this in maintenance mode prefering their
commercial version. [1]
- Set EXPIRATION_DATE 2026-12-31.
- For now I have set the expiration 1 year ahead but in the mean time if
there is any critical security this port will be removed beforehand if
the upstream does not fix it.
- If anyone knows a good alternative worth migrating to and need help
porting please give me a heads up.
- www/garage might be a viable alternative but I have not checked the
migration procedure
1. https://github.com/minio/minio/commit/27742d469462e1561c776f88ca7a1f26816d69e2
---
www/minio/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/www/minio/Makefile b/www/minio/Makefile
index 6db62a26662d..56813346fbc9 100644
--- a/www/minio/Makefile
+++ b/www/minio/Makefile
@@ -1,6 +1,6 @@
PORTNAME= minio
DISTVERSION= ${GH_TAGNAME:S/RELEASE.//:S/Z//:S/T/-/:S/-/./g}
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www
DIST_SUBDIR= minio
@@ -10,6 +10,9 @@ WWW= https://minio.io/
LICENSE= AGPLv3
+DEPRECATED= Upstream unmaintained
+EXPIRATION_DATE= 2026-12-31
+
USES= compiler cpe go:modules
GH_TAGNAME= RELEASE.2025-10-15T17-29-55Z
CPE_VERSION= ${GH_TAGNAME}