git: 0a9b498273da - main - www/minio: Update license to AGPLv3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Apr 2023 22:50:42 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=0a9b498273da589158f59ef92760642d5388ff6a commit 0a9b498273da589158f59ef92760642d5388ff6a Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-04-27 22:48:16 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-04-27 22:48:16 +0000 www/minio: Update license to AGPLv3 Bump to repack metadata. Reported by: dan.mcgregor@usask.ca Differential Revision: https://reviews.freebsd.org/D37007 --- www/minio/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/minio/Makefile b/www/minio/Makefile index a84aaebd8735..c078b7c624de 100644 --- a/www/minio/Makefile +++ b/www/minio/Makefile @@ -1,5 +1,6 @@ PORTNAME= minio PORTVERSION= ${GH_TAGNAME:S/RELEASE.//:S/Z//:S/T/-/:S/-/./g} +PORTREVISION= 1 CATEGORIES= www DIST_SUBDIR= minio @@ -7,7 +8,7 @@ MAINTAINER= bofh@FreeBSD.org COMMENT= Amazon S3 compatible object storage server WWW= https://minio.io/ -LICENSE= APACHE20 +LICENSE= AGPLv3 USES= compiler cpe go:modules GH_TAGNAME= RELEASE.2023-04-20T17-56-55Z