pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/qt5-psql
Module Name: pkgsrc
Committed By: markd
Date: Thu Jan 18 09:04:17 UTC 2018
Modified Files:
pkgsrc/x11/qt5-psql: Makefile PLIST distinfo
Log Message:
qt5-psql: update to 5.10.0
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/qt5-psql/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/qt5-psql/PLIST \
pkgsrc/x11/qt5-psql/distinfo
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-psql/Makefile
diff -u pkgsrc/x11/qt5-psql/Makefile:1.24 pkgsrc/x11/qt5-psql/Makefile:1.25
--- pkgsrc/x11/qt5-psql/Makefile:1.24 Thu Nov 30 16:45:12 2017
+++ pkgsrc/x11/qt5-psql/Makefile Thu Jan 18 09:04:17 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2017/11/30 16:45:12 adam Exp $
+# $NetBSD: Makefile,v 1.25 2018/01/18 09:04:17 markd Exp $
-DISTNAME= qtbase-opensource-src-${QTVERSION}
+DISTNAME= qtbase-everywhere-src-${QTVERSION}
PKGNAME= qt5-psql-${QTVERSION}
-PKGREVISION= 10
COMMENT= Qt5 PostgreSQL plugin
BUILD_QT5= yes
@@ -16,7 +15,11 @@ INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}
do-configure:
${RM} -f -r ${WRKSRC}/mkspecs
cd ${WRKSRC}/${BUILD_DIRS} && \
- ${QTDIR}/bin/qmake "sql-plugins=psql" -o Makefile
+ ${QTDIR}/bin/qmake -o Makefile "QT.sql.enabled_features+=sql-psql" "QMAKE_LIBS_PSQL=-lpq"
+
+post-install:
+ rm -f ${DESTDIR}${PREFIX}/qt5/lib/cmake/Qt5Sql/Qt5Sql_QSQLiteDriverPlugin.cmake
+ rm -f ${DESTDIR}${PREFIX}/qt5/plugins/sqldrivers/libqsqlite.*
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../mk/pgsql.buildlink3.mk"
Index: pkgsrc/x11/qt5-psql/PLIST
diff -u pkgsrc/x11/qt5-psql/PLIST:1.2 pkgsrc/x11/qt5-psql/PLIST:1.3
--- pkgsrc/x11/qt5-psql/PLIST:1.2 Thu Dec 25 13:51:13 2014
+++ pkgsrc/x11/qt5-psql/PLIST Thu Jan 18 09:04:17 2018
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.2 2014/12/25 13:51:13 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/01/18 09:04:17 markd Exp $
qt5/lib/cmake/Qt5Sql/Qt5Sql_QPSQLDriverPlugin.cmake
-qt5/plugins/sqldrivers/libqsqlpsql.la
+qt5/plugins/sqldrivers/libqsqlpsql.so
Index: pkgsrc/x11/qt5-psql/distinfo
diff -u pkgsrc/x11/qt5-psql/distinfo:1.2 pkgsrc/x11/qt5-psql/distinfo:1.3
--- pkgsrc/x11/qt5-psql/distinfo:1.2 Mon Oct 26 19:03:59 2015
+++ pkgsrc/x11/qt5-psql/distinfo Thu Jan 18 09:04:17 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/10/26 19:03:59 adam Exp $
+$NetBSD: distinfo,v 1.3 2018/01/18 09:04:17 markd Exp $
-SHA1 (qtbase-opensource-src-5.5.1.tar.xz) = 0b651543fa013ae151b7a11f0d0dee092050aa3f
-RMD160 (qtbase-opensource-src-5.5.1.tar.xz) = ce4bccd0703aaf8d904fbecd1f334ef13d698a44
-SHA512 (qtbase-opensource-src-5.5.1.tar.xz) = 4d31de136870025dfb7544f255798884af1ad4f3060b0c00a0467c98af1f7de368eb298d4c52ba6d1ad27e36060b30c0314ce7ba0744b15642420ec89587a575
-Size (qtbase-opensource-src-5.5.1.tar.xz) = 46389212 bytes
+SHA1 (qtbase-everywhere-src-5.10.0.tar.xz) = 34fa3d4e7bb2b1545247a616190efaf74804db49
+RMD160 (qtbase-everywhere-src-5.10.0.tar.xz) = d6f9ab8526ebe50791b9b948930806dc8b3be73b
+SHA512 (qtbase-everywhere-src-5.10.0.tar.xz) = 8f832fb7bc5087df4b897cd23145e5350f03ca06e2fc5ccb11a7b998e4885c1b936c3e4b989c15fc076134a6a081a35efa37f402b5e8b85e2c780006641b2cdc
+Size (qtbase-everywhere-src-5.10.0.tar.xz) = 45851596 bytes
Home |
Main Index |
Thread Index |
Old Index