Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2024 08:11:19 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 725fd66be88a - main - deskutils/arttime: Clarify the licensing details
Message-ID:  <202401230811.40N8BJxv004201@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=725fd66be88a1037fd9a7bce8d9bc6d130213128

commit 725fd66be88a1037fd9a7bce8d9bc6d130213128
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-01-23 08:11:15 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-01-23 08:11:15 +0000

    deskutils/arttime: Clarify the licensing details
---
 deskutils/arttime/Makefile | 19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)

diff --git a/deskutils/arttime/Makefile b/deskutils/arttime/Makefile
index a889af4b6d21..da9ed38d0977 100644
--- a/deskutils/arttime/Makefile
+++ b/deskutils/arttime/Makefile
@@ -1,13 +1,24 @@
 PORTNAME=	arttime
-PORTVERSION=	2.3.0
 DISTVERSIONPREFIX=	v
+DISTVERSION=	2.3.0
+PORTREVISION=	1
 CATEGORIES=	deskutils
 
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Bring curated text/ascii art to artless terminals
-WWW=		https://github.com/poetaman/arttime
-
-LICENSE=	GPLv3
+WWW=		https://github.com/poetaman/Arttime
+
+LICENSE=	Arttime CFLAv1 GPLv3
+LICENSE_COMB=	multi
+LICENSE_NAME_Arttime=	Art for Personal Use
+LICENSE_NAME_CFLAv1=	Collective Friendliness License Addendum version 1.0
+LICENSE_FILE_Arttime=	${WRKSRC}/LICENSE_ART
+LICENSE_FILE_CFLAv1=	${WRKSRC}/LICENSE_ADDENDUM_CFLA
+LICENSE_FILE_GPLv3=	${WRKSRC}/LICENSE_CODE
+LICENSE_PERMS_Arttime=	dist-mirror no-dist-sell pkg-mirror no-pkg-sell \
+			auto-accept
+LICENSE_PERMS_CFLAv1=	dist-mirror no-dist-sell pkg-mirror no-pkg-sell \
+			auto-accept
 
 BUILD_DEPENDS=	zsh>=5.8:shells/zsh
 RUN_DEPENDS=	${LOCALBASE}/share/terminfo/x/xterm-256color:misc/terminfo-db \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401230811.40N8BJxv004201>