Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 May 2025 12:39:21 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 486328cccef7 - main - x11/py-pyautogui: Fix license
Message-ID:  <202505311239.54VCdLdw005250@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=486328cccef7aa9fba2f073681f8e8310d14d0e7

commit 486328cccef7aa9fba2f073681f8e8310d14d0e7
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2025-05-31 11:55:25 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2025-05-31 12:38:49 +0000

    x11/py-pyautogui: Fix license
    
    Approved by:    portmgr (blanket)
---
 x11/py-pyautogui/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11/py-pyautogui/Makefile b/x11/py-pyautogui/Makefile
index 381740d7cf32..8329e82f0b21 100644
--- a/x11/py-pyautogui/Makefile
+++ b/x11/py-pyautogui/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	pyautogui
 DISTVERSION=	0.9.53
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11 python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,7 +10,7 @@ MAINTAINER=	acm@FreeBSD.org
 COMMENT=	lets Python control the mouse and keyboard, and other GUI automation tasks
 WWW=		https://github.com/asweigart/pyautogui/
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}python-xlib>0:x11-toolkits/py-python-xlib@${PY_FLAVOR} \


home | help

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