pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/py-qt5



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Feb 29 22:16:37 UTC 2020

Modified Files:
        pkgsrc/x11/py-qt5: Makefile

Log Message:
py-qt5: add LICENSE entry


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/x11/py-qt5/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/py-qt5/Makefile
diff -u pkgsrc/x11/py-qt5/Makefile:1.52 pkgsrc/x11/py-qt5/Makefile:1.53
--- pkgsrc/x11/py-qt5/Makefile:1.52     Sun Jan 26 17:32:26 2020
+++ pkgsrc/x11/py-qt5/Makefile  Sat Feb 29 22:16:37 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2020/01/26 17:32:26 rillig Exp $
+# $NetBSD: Makefile,v 1.53 2020/02/29 22:16:37 gutteridge Exp $
 
 DISTNAME=      PyQt5-5.13.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/PyQt5/qt5/}
@@ -9,6 +9,7 @@ MASTER_SITES=   https://www.riverbankcompu
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Python binding for Qt5
 HOMEPAGE=      https://www.riverbankcomputing.com/software/pyqt/intro
+LICENSE=       gnu-gpl-v3 
 
 .include "../../lang/python/pyversion.mk"
 .if ${_PYTHON_VERSION} == 27



Home | Main Index | Thread Index | Old Index