git: 2789fddb34b4 - main - deskutils/gsimplecal: Fix license type

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Wed, 20 Jul 2022 11:40:15 UTC
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