git: ab6304e314b6 - main - devel/mm: Update license
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Oct 2024 13:22:29 UTC
The branch main has been updated by rodrigo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ab6304e314b6d17d5103606e138cf4b9d2a6e24b
commit ab6304e314b6d17d5103606e138cf4b9d2a6e24b
Author: Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2024-10-29 12:59:05 +0000
Commit: Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2024-10-29 13:14:39 +0000
devel/mm: Update license
The OSSP project uses a customized version of the BSD-4-Clause
license making the use of this license pattern irrelevant.
Update it to keep the correct permissions granted by the OSSP
license without confusing the user pretending this is a BSD one.
PR: 281423
Reported by: <nabijaczleweli@nabijaczleweli.xyz>
---
devel/mm/Makefile | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/devel/mm/Makefile b/devel/mm/Makefile
index f19ef325b544..0fbdf2c6932a 100644
--- a/devel/mm/Makefile
+++ b/devel/mm/Makefile
@@ -8,13 +8,15 @@ MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Shared memory allocation library for pre-forked process models
WWW= http://www.ossp.org/pkg/lib/mm/
-LICENSE= BSD4CLAUSE
+LICENSE= UNKNOWN
+LICENSE_NAME= unknown
LICENSE_FILE= ${WRKSRC}/LICENSE
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-USES= libtool
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+USES= libtool
+USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
post-build:
@${ECHO_MSG} "===> Use 'make test' to run a quick test suite."