summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2017-11-12 16:03:34 +0000
committerkhorben <khorben@pkgsrc.org>2017-11-12 16:03:34 +0000
commit25e1a41b74ea60e141fe19e638a5186ccb8387df (patch)
treedbbb6d334b0bfb8a82c47032f9f9c6a024483fbe /x11
parent8c069393c20690d47c5d796752a84ed0e6cd9e95 (diff)
downloadpkgsrc-25e1a41b74ea60e141fe19e638a5186ccb8387df.tar.gz
Bump PKGREVISION on packages depending on CUPS
This should be the last part of the renaming operation for print/cups to print/cups-base. Rationale: packages depending on CUPS but not relying on a functional printing setup only need to depend on print/cups-base (equivalent to the former print/cups). The new print/cups now depends on print/cups-base and on print/cups-filters, thus directly providing a functional printing setup. This bump reflects this change of dependency. As discussed on tech-pkg@
Diffstat (limited to 'x11')
-rw-r--r--x11/gtk2/Makefile4
-rw-r--r--x11/gtk3/Makefile3
-rw-r--r--x11/qt4-libs/Makefile4
-rw-r--r--x11/qt5-qtbase/Makefile4
4 files changed, 8 insertions, 7 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile
index 990fffe4b3b..3d0f9175edd 100644
--- a/x11/gtk2/Makefile
+++ b/x11/gtk2/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.290 2017/10/15 23:19:13 prlw1 Exp $
+# $NetBSD: Makefile,v 1.291 2017/11/12 16:03:36 khorben Exp $
DISTNAME= gtk+-2.24.31
PKGNAME= ${DISTNAME:S/gtk/gtk2/}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk+/2.24/}
EXTRACT_SUFX= .tar.xz
diff --git a/x11/gtk3/Makefile b/x11/gtk3/Makefile
index 45f3621f889..db6c5584b85 100644
--- a/x11/gtk3/Makefile
+++ b/x11/gtk3/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.105 2017/11/07 12:05:47 adam Exp $
+# $NetBSD: Makefile,v 1.106 2017/11/12 16:03:36 khorben Exp $
DISTNAME= gtk+-3.22.25
PKGNAME= ${DISTNAME:S/gtk/gtk3/}
+PKGREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk+/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
diff --git a/x11/qt4-libs/Makefile b/x11/qt4-libs/Makefile
index 2c4e533022f..4b841804690 100644
--- a/x11/qt4-libs/Makefile
+++ b/x11/qt4-libs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.119 2017/05/19 13:29:05 prlw1 Exp $
+# $NetBSD: Makefile,v 1.120 2017/11/12 16:03:36 khorben Exp $
PKGNAME= qt4-libs-${QTVERSION}
-PKGREVISION= 7
+PKGREVISION= 8
COMMENT= C++ X GUI toolkit
.include "../../x11/qt4-libs/Makefile.common"
diff --git a/x11/qt5-qtbase/Makefile b/x11/qt5-qtbase/Makefile
index 0a79eab44a4..170b4bfcec0 100644
--- a/x11/qt5-qtbase/Makefile
+++ b/x11/qt5-qtbase/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.45 2017/09/18 09:53:08 maya Exp $
+# $NetBSD: Makefile,v 1.46 2017/11/12 16:03:36 khorben Exp $
DISTNAME= qtbase-opensource-src-${QTVERSION}
PKGNAME= qt5-qtbase-${QTVERSION}
-PKGREVISION= 14
+PKGREVISION= 15
COMMENT= C++ X GUI toolkit
.include "../../x11/qt5-qtbase/Makefile.common"