Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2023 11:43:14 GMT
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c9e139962126 - main - devel/{pyside6*,shiboken6}: Fix WWW node type
Message-ID:  <202306301143.35UBhE5n015895@gitrepo.freebsd.org>

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

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

commit c9e139962126c0a6a88a4af65f7bff4275c913b7
Author:     Tobias Kortkamp <tobik@FreeBSD.org>
AuthorDate: 2023-06-30 09:41:17 +0000
Commit:     Tobias Kortkamp <tobik@FreeBSD.org>
CommitDate: 2023-06-30 11:40:18 +0000

    devel/{pyside6*,shiboken6}: Fix WWW node type
    
    Should be a variable not a target.
    
    Reported by:    portfmt scan
---
 devel/pyside6-tools/Makefile | 2 +-
 devel/pyside6/Makefile       | 2 +-
 devel/shiboken6/Makefile     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/devel/pyside6-tools/Makefile b/devel/pyside6-tools/Makefile
index 33c922591983..dc098184d65e 100644
--- a/devel/pyside6-tools/Makefile
+++ b/devel/pyside6-tools/Makefile
@@ -7,7 +7,7 @@ DISTNAME=	pyside-setup-opensource-src-${DISTVERSION}
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Pyside6 development tools
-WWW:		https://wiki.qt.io/Qt_for_Python
+WWW=		https://wiki.qt.io/Qt_for_Python
 
 LICENSE=	BSD3CLAUSE GPLv2
 LICENSE_COMB=	multi
diff --git a/devel/pyside6/Makefile b/devel/pyside6/Makefile
index beb624803fcf..91396ea5004c 100644
--- a/devel/pyside6/Makefile
+++ b/devel/pyside6/Makefile
@@ -7,7 +7,7 @@ DISTNAME=	pyside-setup-opensource-src-${DISTVERSION}
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Python Qt bindings for Qt 6
-WWW:		https://wiki.qt.io/Qt_for_Python
+WWW=		https://wiki.qt.io/Qt_for_Python
 
 LICENSE=	LGPL3
 
diff --git a/devel/shiboken6/Makefile b/devel/shiboken6/Makefile
index e7c3f2ca192a..ff2dd534f44e 100644
--- a/devel/shiboken6/Makefile
+++ b/devel/shiboken6/Makefile
@@ -7,7 +7,7 @@ DISTNAME=	pyside-setup-opensource-src-${DISTVERSION}
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Python binding generator for C++ libraries
-WWW:		http://qt-project.org
+WWW=		http://qt-project.org
 
 LICENSE=	GPLv2 LGPL21 LGPL3
 LICENSE_COMB=	multi



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