Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Sep 2023 19:00:32 GMT
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 70bc61539386 - main - net-p2p/nomadnet: Fix license for GPLv3
Message-ID:  <202309221900.38MJ0WV7058150@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=70bc6153938674ccbecafadb7f1c8779d966888f

commit 70bc6153938674ccbecafadb7f1c8779d966888f
Author:     Carlo Strub <cs@FreeBSD.org>
AuthorDate: 2023-09-22 19:00:12 +0000
Commit:     Carlo Strub <cs@FreeBSD.org>
CommitDate: 2023-09-22 19:00:12 +0000

    net-p2p/nomadnet: Fix license for GPLv3
---
 net-p2p/nomadnet/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-p2p/nomadnet/Makefile b/net-p2p/nomadnet/Makefile
index 5f19d538ee53..fcf26f55c1e0 100644
--- a/net-p2p/nomadnet/Makefile
+++ b/net-p2p/nomadnet/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	nomadnet
 DISTVERSION=	0.3.8
+PORTREVISION=	1
 CATEGORIES=	net-p2p
 MASTER_SITES=	PYPI
 
@@ -7,7 +8,7 @@ MAINTAINER=	cs@FreeBSD.org
 COMMENT=	Off-grid, resilient mesh communication
 WWW=		https://github.com/markqvist/nomadnet
 
-LICENSE=	MIT
+LICENSE=	GPLv3
 
 RUN_DEPENDS=	lxmf>0:net-p2p/lxmf \
 		${PYTHON_PKGNAMEPREFIX}qrcode>=0:textproc/py-qrcode@${PY_FLAVOR} \



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