diff options
author | khorben <khorben@pkgsrc.org> | 2017-11-12 16:03:34 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2017-11-12 16:03:34 +0000 |
commit | 25e1a41b74ea60e141fe19e638a5186ccb8387df (patch) | |
tree | dbbb6d334b0bfb8a82c47032f9f9c6a024483fbe /x11/qt4-libs | |
parent | 8c069393c20690d47c5d796752a84ed0e6cd9e95 (diff) | |
download | pkgsrc-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/qt4-libs')
-rw-r--r-- | x11/qt4-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |