pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt5 Fix LICENSE and make pkglint happier



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dceda6cdece8
branches:  trunk
changeset: 317014:dceda6cdece8
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Dec 26 11:48:27 2018 +0000

description:
Fix LICENSE and make pkglint happier

diffstat:

 x11/qt5/Makefile        |  4 +---
 x11/qt5/Makefile.common |  6 +++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diffs (31 lines):

diff -r ac732ef4dc1f -r dceda6cdece8 x11/qt5/Makefile
--- a/x11/qt5/Makefile  Wed Dec 26 11:11:23 2018 +0000
+++ b/x11/qt5/Makefile  Wed Dec 26 11:48:27 2018 +0000
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2018/12/18 09:57:17 adam Exp $
+# $NetBSD: Makefile,v 1.15 2018/12/26 11:48:27 ryoon Exp $
 
 DISTNAME=      qt5-${QTVERSION}
-CATEGORIES=    x11
-MASTER_SITES=  # none
 
 COMMENT=       "meta-package" for version 5 of the QT GUI C++ toolkit
 
diff -r ac732ef4dc1f -r dceda6cdece8 x11/qt5/Makefile.common
--- a/x11/qt5/Makefile.common   Wed Dec 26 11:11:23 2018 +0000
+++ b/x11/qt5/Makefile.common   Wed Dec 26 11:48:27 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2018/12/18 09:57:17 adam Exp $
+# $NetBSD: Makefile.common,v 1.13 2018/12/26 11:48:27 ryoon Exp $
 # used by x11/qt5-qtbase/Makefile.common
 # used by inputmethod/qt5-uim/Makefile
 
@@ -13,6 +13,6 @@
 
 MAINTAINER?=   ryoon%NetBSD.org@localhost
 HOMEPAGE=      http://qt-project.org/
-LICENSE=       gnu-lgpl-v2.1 AND gnu-gpl-v3
+LICENSE=       gnu-lgpl-v2.1 AND gnu-lgpl-v3 AND gnu-gpl-v2 AND gnu-gpl-v3
 
-QTPREFIX=      ${LOCALBASE}/qt5
+QTPREFIX=      ${PREFIX}/qt5



Home | Main Index | Thread Index | Old Index