diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-12-15 09:42:43 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-12-15 09:42:43 +0000 |
commit | 338bf721294278ca52de7aab8c0c8456f69eb914 (patch) | |
tree | 139718728dab6dd52609370f6ca7eb9c452e92a8 /x11/qt5-qtserialport | |
parent | ac555c26d7732c7d37548dfbd4638d5a8d3fee34 (diff) | |
download | pkgsrc-338bf721294278ca52de7aab8c0c8456f69eb914.tar.gz |
Update to 5.2.0
Changelog:
No changes from Qt 5.2.0rc1 is available.
* Some header files has chenged its name.
Diffstat (limited to 'x11/qt5-qtserialport')
-rw-r--r-- | x11/qt5-qtserialport/PLIST | 18 | ||||
-rw-r--r-- | x11/qt5-qtserialport/buildlink3.mk | 4 |
2 files changed, 11 insertions, 11 deletions
diff --git a/x11/qt5-qtserialport/PLIST b/x11/qt5-qtserialport/PLIST index 0161ea39cb0..41318dc4aa8 100644 --- a/x11/qt5-qtserialport/PLIST +++ b/x11/qt5-qtserialport/PLIST @@ -1,13 +1,13 @@ -@comment $NetBSD: PLIST,v 1.1 2013/12/13 14:38:36 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.2 2013/12/15 09:42:44 ryoon Exp $ lib/pkgconfig/Qt5SerialPort.pc -qt5/include/QtSerialPort/5.2.0/QtSerialPort/private/qlockfile_p.h -qt5/include/QtSerialPort/5.2.0/QtSerialPort/private/qringbuffer_p.h -qt5/include/QtSerialPort/5.2.0/QtSerialPort/private/qserialport_p.h -qt5/include/QtSerialPort/5.2.0/QtSerialPort/private/qserialport_symbian_p.h -qt5/include/QtSerialPort/5.2.0/QtSerialPort/private/qserialport_unix_p.h -qt5/include/QtSerialPort/5.2.0/QtSerialPort/private/qserialport_win_p.h -qt5/include/QtSerialPort/5.2.0/QtSerialPort/private/qserialportinfo_p.h -qt5/include/QtSerialPort/5.2.0/QtSerialPort/private/qtudev_p.h +qt5/include/QtSerialPort/${PKGVERSION}/QtSerialPort/private/qlockfile_p.h +qt5/include/QtSerialPort/${PKGVERSION}/QtSerialPort/private/qringbuffer_p.h +qt5/include/QtSerialPort/${PKGVERSION}/QtSerialPort/private/qserialport_p.h +qt5/include/QtSerialPort/${PKGVERSION}/QtSerialPort/private/qserialport_symbian_p.h +qt5/include/QtSerialPort/${PKGVERSION}/QtSerialPort/private/qserialport_unix_p.h +qt5/include/QtSerialPort/${PKGVERSION}/QtSerialPort/private/qserialport_win_p.h +qt5/include/QtSerialPort/${PKGVERSION}/QtSerialPort/private/qserialportinfo_p.h +qt5/include/QtSerialPort/${PKGVERSION}/QtSerialPort/private/qtudev_p.h qt5/include/QtSerialPort/QLockFile qt5/include/QtSerialPort/QSerialPort qt5/include/QtSerialPort/QSerialPortInfo diff --git a/x11/qt5-qtserialport/buildlink3.mk b/x11/qt5-qtserialport/buildlink3.mk index 88c4a11942b..5feb4f1cc6c 100644 --- a/x11/qt5-qtserialport/buildlink3.mk +++ b/x11/qt5-qtserialport/buildlink3.mk @@ -1,11 +1,11 @@ -# $NetBSD: buildlink3.mk,v 1.1 2013/12/13 14:38:36 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2013/12/15 09:42:44 ryoon Exp $ BUILDLINK_TREE+= qt5-qtserialport .if !defined(QT5_QTSERIALPORT_BUILDLINK3_MK) QT5_QTSERIALPORT_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.qt5-qtserialport+= qt5-qtserialport>=5.2.0rc1 +BUILDLINK_API_DEPENDS.qt5-qtserialport+= qt5-qtserialport>=5.2.0 BUILDLINK_PKGSRCDIR.qt5-qtserialport?= ../../x11/qt5-qtserialport BUILDLINK_INCDIRS.qt5-qtserialport+= qt5/include |