summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz>2014-01-04 11:58:39 +0000
committerwiz <wiz>2014-01-04 11:58:39 +0000
commit8d0675f08e2eca7fb34f9b86b3f093a513b49159 (patch)
tree82f498e78656861adf68369b87fe5aec837a7c2d /x11
parent2ca6ae2ffe6af48765b708a8ec5081e91c626f48 (diff)
downloadpkgsrc-8d0675f08e2eca7fb34f9b86b3f093a513b49159.tar.gz
Bump PKGREVISION.
libxcb-1.10 has one major library version change, for libxcb-sync.so (from 0 to 1) and qt5 is the only package I could find that uses this particular library.
Diffstat (limited to 'x11')
-rw-r--r--x11/qt5-dbus/Makefile3
-rw-r--r--x11/qt5-mysql/Makefile3
-rw-r--r--x11/qt5-odbc/Makefile3
-rw-r--r--x11/qt5-psql/Makefile3
-rw-r--r--x11/qt5-qtbase/Makefile4
-rw-r--r--x11/qt5-qtdeclarative/Makefile3
-rw-r--r--x11/qt5-qtdoc/Makefile4
-rw-r--r--x11/qt5-qtgraphicaleffects/Makefile3
-rw-r--r--x11/qt5-qtimageformats/Makefile3
-rw-r--r--x11/qt5-qtlocation/Makefile3
-rw-r--r--x11/qt5-qtmultimedia/Makefile4
-rw-r--r--x11/qt5-qtquick1/Makefile4
-rw-r--r--x11/qt5-qtquickcontrols/Makefile3
-rw-r--r--x11/qt5-qtscript/Makefile4
-rw-r--r--x11/qt5-qtsensors/Makefile3
-rw-r--r--x11/qt5-qtserialport/Makefile3
-rw-r--r--x11/qt5-qtsvg/Makefile3
-rw-r--r--x11/qt5-qttools/Makefile4
-rw-r--r--x11/qt5-qttranslations/Makefile4
-rw-r--r--x11/qt5-qtwebkit/Makefile4
-rw-r--r--x11/qt5-qtx11extras/Makefile3
-rw-r--r--x11/qt5-qtxmlpatterns/Makefile3
-rw-r--r--x11/qt5-sqlite3/Makefile3
-rw-r--r--x11/qt5/Makefile3
24 files changed, 48 insertions, 32 deletions
diff --git a/x11/qt5-dbus/Makefile b/x11/qt5-dbus/Makefile
index 1b5eb7edca3..2558d53822c 100644
--- a/x11/qt5-dbus/Makefile
+++ b/x11/qt5-dbus/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2013/12/13 14:38:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2014/01/04 11:58:39 wiz Exp $
PKGNAME= qt5-dbus-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 DBus support plugin
.include "../../x11/qt5-qtbase/Makefile.common"
diff --git a/x11/qt5-mysql/Makefile b/x11/qt5-mysql/Makefile
index 9f71811cd78..b8d0d325018 100644
--- a/x11/qt5-mysql/Makefile
+++ b/x11/qt5-mysql/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2013/12/13 14:38:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2014/01/04 11:58:39 wiz Exp $
PKGNAME= qt5-mysql-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 MySQL plugin
.include "../../x11/qt5-qtbase/Makefile.common"
diff --git a/x11/qt5-odbc/Makefile b/x11/qt5-odbc/Makefile
index b435ff46674..9e80772a889 100644
--- a/x11/qt5-odbc/Makefile
+++ b/x11/qt5-odbc/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2013/12/13 14:38:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2014/01/04 11:58:39 wiz Exp $
PKGNAME= qt5-odbc-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 odbc plugin
.include "../../x11/qt5-qtbase/Makefile.common"
diff --git a/x11/qt5-psql/Makefile b/x11/qt5-psql/Makefile
index 2af4a52fb43..3d5df03681b 100644
--- a/x11/qt5-psql/Makefile
+++ b/x11/qt5-psql/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2013/12/13 14:38:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2014/01/04 11:58:39 wiz Exp $
PKGNAME= qt5-psql-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 PostgreSQL plugin
.include "../../x11/qt5-qtbase/Makefile.common"
diff --git a/x11/qt5-qtbase/Makefile b/x11/qt5-qtbase/Makefile
index 9929bca1696..7f011b5fef6 100644
--- a/x11/qt5-qtbase/Makefile
+++ b/x11/qt5-qtbase/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2013/12/30 06:37:11 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2014/01/04 11:58:39 wiz Exp $
PKGNAME= qt5-qtbase-${QTVERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= C++ X GUI toolkit
.include "../../x11/qt5-qtbase/Makefile.common"
diff --git a/x11/qt5-qtdeclarative/Makefile b/x11/qt5-qtdeclarative/Makefile
index 0d22803ee01..a76181b4678 100644
--- a/x11/qt5-qtdeclarative/Makefile
+++ b/x11/qt5-qtdeclarative/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2013/12/13 14:38:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2014/01/04 11:58:39 wiz Exp $
PKGNAME= qt5-qtdeclarative-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 module for declarative framework
.include "../../x11/qt5-qtbase/Makefile.common"
diff --git a/x11/qt5-qtdoc/Makefile b/x11/qt5-qtdoc/Makefile
index cb01e41e99d..3e30352d17a 100644
--- a/x11/qt5-qtdoc/Makefile
+++ b/x11/qt5-qtdoc/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2014/01/01 11:52:43 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/01/04 11:58:39 wiz Exp $
.include "../../x11/qt5-qtbase/Makefile.common"
PKGNAME= qt5-qtdoc-${QTVERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Qt5 documentations
USE_LIBTOOL= yes
diff --git a/x11/qt5-qtgraphicaleffects/Makefile b/x11/qt5-qtgraphicaleffects/Makefile
index 54eada2e589..65f31841336 100644
--- a/x11/qt5-qtgraphicaleffects/Makefile
+++ b/x11/qt5-qtgraphicaleffects/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2013/12/13 14:38:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2014/01/04 11:58:40 wiz Exp $
PKGNAME= qt5-qtgraphicaleffects-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 module for Graphics effects
.include "../../x11/qt5-qtbase/Makefile.common"
diff --git a/x11/qt5-qtimageformats/Makefile b/x11/qt5-qtimageformats/Makefile
index 90fa9ad3548..7bf82a76802 100644
--- a/x11/qt5-qtimageformats/Makefile
+++ b/x11/qt5-qtimageformats/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2013/12/13 14:38:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2014/01/04 11:58:40 wiz Exp $
.include "../../x11/qt5-qtbase/Makefile.common"
PKGNAME= qt5-qtimageformats-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 module for Image formats
USE_LIBTOOL= yes
diff --git a/x11/qt5-qtlocation/Makefile b/x11/qt5-qtlocation/Makefile
index 956d19b673b..6d5567b8acd 100644
--- a/x11/qt5-qtlocation/Makefile
+++ b/x11/qt5-qtlocation/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2013/12/13 14:38:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2014/01/04 11:58:40 wiz Exp $
PKGNAME= qt5-qtlocation-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 module for qtlocation
.include "../../x11/qt5-qtbase/Makefile.common"
diff --git a/x11/qt5-qtmultimedia/Makefile b/x11/qt5-qtmultimedia/Makefile
index 50638327f92..19bdefff603 100644
--- a/x11/qt5-qtmultimedia/Makefile
+++ b/x11/qt5-qtmultimedia/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2013/12/30 06:37:11 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2014/01/04 11:58:40 wiz Exp $
.include "../../x11/qt5-qtbase/Makefile.common"
PKGNAME= qt5-qtmultimedia-${QTVERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Qt5 module for multimedia
USE_LIBTOOL= yes
diff --git a/x11/qt5-qtquick1/Makefile b/x11/qt5-qtquick1/Makefile
index 69511397b1f..9936befd7ee 100644
--- a/x11/qt5-qtquick1/Makefile
+++ b/x11/qt5-qtquick1/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2014/01/01 11:52:06 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/01/04 11:58:40 wiz Exp $
PKGNAME= qt5-qtquick1-${QTVERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Qt5 module for Quick1
.include "../../x11/qt5-qtbase/Makefile.common"
diff --git a/x11/qt5-qtquickcontrols/Makefile b/x11/qt5-qtquickcontrols/Makefile
index a6bc5c03b80..102aecd3303 100644
--- a/x11/qt5-qtquickcontrols/Makefile
+++ b/x11/qt5-qtquickcontrols/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2013/12/13 14:38:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2014/01/04 11:58:40 wiz Exp $
.include "../../x11/qt5-qtbase/Makefile.common"
PKGNAME= qt5-qtquickcontrols-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 module for QuickControls
USE_LIBTOOL= yes
diff --git a/x11/qt5-qtscript/Makefile b/x11/qt5-qtscript/Makefile
index c864b57af0c..fa5e13569ce 100644
--- a/x11/qt5-qtscript/Makefile
+++ b/x11/qt5-qtscript/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2014/01/01 11:52:43 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/01/04 11:58:40 wiz Exp $
PKGNAME= qt5-qtscript-${QTVERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Qt5 module for script
.include "../../x11/qt5-qtbase/Makefile.common"
diff --git a/x11/qt5-qtsensors/Makefile b/x11/qt5-qtsensors/Makefile
index b5346a4054f..062a6cfac05 100644
--- a/x11/qt5-qtsensors/Makefile
+++ b/x11/qt5-qtsensors/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2013/12/15 09:42:44 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2014/01/04 11:58:40 wiz Exp $
PKGNAME= qt5-qtsensors-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 module for Sensors
.include "../../x11/qt5-qtbase/Makefile.common"
diff --git a/x11/qt5-qtserialport/Makefile b/x11/qt5-qtserialport/Makefile
index f3df237d8fc..e5f9194b923 100644
--- a/x11/qt5-qtserialport/Makefile
+++ b/x11/qt5-qtserialport/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2013/12/13 14:38:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2014/01/04 11:58:40 wiz Exp $
PKGNAME= qt5-qtserialport-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 module for Serial Port
.include "../../x11/qt5-qtbase/Makefile.common"
diff --git a/x11/qt5-qtsvg/Makefile b/x11/qt5-qtsvg/Makefile
index e5bfcedbd00..13880717ee8 100644
--- a/x11/qt5-qtsvg/Makefile
+++ b/x11/qt5-qtsvg/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2013/12/13 14:38:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2014/01/04 11:58:40 wiz Exp $
.include "../../x11/qt5-qtbase/Makefile.common"
PKGNAME= qt5-qtsvg-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 module for SVG
USE_LIBTOOL= yes
diff --git a/x11/qt5-qttools/Makefile b/x11/qt5-qttools/Makefile
index e4517ceca77..57e1d7964e2 100644
--- a/x11/qt5-qttools/Makefile
+++ b/x11/qt5-qttools/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2014/01/01 11:52:06 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/01/04 11:58:40 wiz Exp $
PKGNAME= qt5-qttools-${QTVERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Qt5 tools
.include "../../x11/qt5-qtbase/Makefile.common"
diff --git a/x11/qt5-qttranslations/Makefile b/x11/qt5-qttranslations/Makefile
index 8d516dad6bc..47347b1cb26 100644
--- a/x11/qt5-qttranslations/Makefile
+++ b/x11/qt5-qttranslations/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2014/01/01 11:52:43 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/01/04 11:58:40 wiz Exp $
PKGNAME= qt5-qttranslations-${QTVERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Qt5 translations
.include "../../x11/qt5-qtbase/Makefile.common"
diff --git a/x11/qt5-qtwebkit/Makefile b/x11/qt5-qtwebkit/Makefile
index c0e26fd6d3a..189bf7a9409 100644
--- a/x11/qt5-qtwebkit/Makefile
+++ b/x11/qt5-qtwebkit/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2014/01/01 11:52:03 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2014/01/04 11:58:40 wiz Exp $
PKGNAME= qt5-qtwebkit-${QTVERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Qt5 WebView module
.include "../../x11/qt5-qtbase/Makefile.common"
diff --git a/x11/qt5-qtx11extras/Makefile b/x11/qt5-qtx11extras/Makefile
index 0ed343878b7..24834e02154 100644
--- a/x11/qt5-qtx11extras/Makefile
+++ b/x11/qt5-qtx11extras/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2013/12/13 14:38:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2014/01/04 11:58:40 wiz Exp $
PKGNAME= qt5-qtx11extras-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 module for X11 extras
.include "../../x11/qt5-qtbase/Makefile.common"
diff --git a/x11/qt5-qtxmlpatterns/Makefile b/x11/qt5-qtxmlpatterns/Makefile
index 295805ee5e2..2b1249ba427 100644
--- a/x11/qt5-qtxmlpatterns/Makefile
+++ b/x11/qt5-qtxmlpatterns/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2013/12/13 14:38:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2014/01/04 11:58:40 wiz Exp $
PKGNAME= qt5-qtxmlpatterns-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 module for XML Patterns
.include "../../x11/qt5-qtbase/Makefile.common"
diff --git a/x11/qt5-sqlite3/Makefile b/x11/qt5-sqlite3/Makefile
index f64d4091142..6db90cd26d5 100644
--- a/x11/qt5-sqlite3/Makefile
+++ b/x11/qt5-sqlite3/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2013/12/13 14:38:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2014/01/04 11:58:40 wiz Exp $
PKGNAME= qt5-sqlite3-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 SQLite3 plugin
.include "../../x11/qt5-qtbase/Makefile.common"
diff --git a/x11/qt5/Makefile b/x11/qt5/Makefile
index eda52ceaf66..a4fc4761a8b 100644
--- a/x11/qt5/Makefile
+++ b/x11/qt5/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2013/12/13 14:38:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2014/01/04 11:58:39 wiz Exp $
DISTNAME= qt5-${QTVERSION}
+PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= # none