pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt5-qtbase



Module Name:    pkgsrc
Committed By:   bacon
Date:           Fri May 18 15:22:02 UTC 2018

Modified Files:
        pkgsrc/x11/qt5-qtbase: PLIST.Linux

Log Message:
x11/qt5-qtbase: Fix version in PLIST.Linux

Previous commit failed to update the hard-coded version from 5.10.0.
Replacing with ${PKGVERSION} to avoid a repeat.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/qt5-qtbase/PLIST.Linux

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

Modified files:

Index: pkgsrc/x11/qt5-qtbase/PLIST.Linux
diff -u pkgsrc/x11/qt5-qtbase/PLIST.Linux:1.3 pkgsrc/x11/qt5-qtbase/PLIST.Linux:1.4
--- pkgsrc/x11/qt5-qtbase/PLIST.Linux:1.3       Wed Jan 17 19:30:46 2018
+++ pkgsrc/x11/qt5-qtbase/PLIST.Linux   Fri May 18 15:22:02 2018
@@ -1,20 +1,20 @@
-@comment $NetBSD: PLIST.Linux,v 1.3 2018/01/17 19:30:46 markd Exp $
+@comment $NetBSD: PLIST.Linux,v 1.4 2018/05/18 15:22:02 bacon Exp $
 qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qevdevkeyboard_defaultmap_p.h
-qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qevdevkeyboardhandler_p.h
-qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qevdevkeyboardmanager_p.h
-qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qevdevmousehandler_p.h
-qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qevdevmousemanager_p.h
-qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qevdevtablethandler_p.h
-qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qevdevtabletmanager_p.h
-qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qevdevtouchfilter_p.h
-qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qevdevtouchhandler_p.h
-qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qevdevtouchmanager_p.h
-qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qlibinputhandler_p.h
-qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qlibinputkeyboard_p.h
-qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qlibinputpointer_p.h
-qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qlibinputtouch_p.h
-qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qtouchoutputmapping_p.h
-qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qtslib_p.h
+qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qevdevkeyboardhandler_p.h
+qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qevdevkeyboardmanager_p.h
+qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qevdevmousehandler_p.h
+qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qevdevmousemanager_p.h
+qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qevdevtablethandler_p.h
+qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qevdevtabletmanager_p.h
+qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qevdevtouchfilter_p.h
+qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qevdevtouchhandler_p.h
+qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qevdevtouchmanager_p.h
+qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qlibinputhandler_p.h
+qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qlibinputkeyboard_p.h
+qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qlibinputpointer_p.h
+qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qlibinputtouch_p.h
+qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qtouchoutputmapping_p.h
+qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qtslib_p.h
 qt5/include/QtInputSupport/QIntegrityHIDManager
 qt5/include/QtInputSupport/qintegrityhidmanager.h
 qt5/include/QtInputSupport/QtInputSupport



Home | Main Index | Thread Index | Old Index