Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jul 2022 11:40:15 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2789fddb34b4 - main - deskutils/gsimplecal: Fix license type
Message-ID:  <202207201140.26KBeF7d011726@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=2789fddb34b428b3e7a1982be27034712838e859

commit 2789fddb34b428b3e7a1982be27034712838e859
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2022-07-20 11:38:51 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-07-20 11:38:51 +0000

    deskutils/gsimplecal: Fix license type
    
     - add LICENSE_FILE
     - bump PORTREVISION
---
 deskutils/gsimplecal/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/deskutils/gsimplecal/Makefile b/deskutils/gsimplecal/Makefile
index 17c54038acb4..26b44adc9e43 100644
--- a/deskutils/gsimplecal/Makefile
+++ b/deskutils/gsimplecal/Makefile
@@ -1,12 +1,14 @@
 PORTNAME=	gsimplecal
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.4.1
+PORTREVISION=	1
 CATEGORIES=	deskutils
 
 MAINTAINER=	eduardo@FreeBSD.org
 COMMENT=	Lightweight calendar applet written in C++ using GTK
 
-LICENSE=	GPLv3
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		autoreconf compiler:c++11-lang gmake gnome pkgconfig
 USE_GITHUB=	yes



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