pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Bump PKGREVISION on packages depending on CUPS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c76245a97d76
branches:  trunk
changeset: 371442:c76245a97d76
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Sun Nov 12 16:03:34 2017 +0000

description:
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:

 emulators/wine-devel/Makefile               |  4 ++--
 emulators/wine/Makefile                     |  4 ++--
 graphics/darktable/Makefile                 |  5 ++---
 lang/openjdk7/Makefile                      |  3 ++-
 lang/openjdk8/Makefile                      |  3 ++-
 meta-pkgs/desktop-gnome/Makefile            |  4 ++--
 misc/libreoffice/Makefile                   |  3 ++-
 net/freerdp/Makefile                        |  4 ++--
 net/netatalk22/Makefile                     |  4 ++--
 net/netatalk3/Makefile                      |  3 ++-
 net/netatalk30/Makefile                     |  4 ++--
 net/samba/Makefile                          |  4 ++--
 net/samba4/Makefile                         |  3 ++-
 print/cups-drivers-Magicolor5440DL/Makefile |  4 ++--
 print/cups-pdf/Makefile                     |  4 ++--
 print/epdfview/Makefile                     |  4 ++--
 print/foomatic-filters-cups/Makefile        |  4 ++--
 print/foomatic-filters/Makefile             |  4 ++--
 print/foomatic-ppds-cups/Makefile           |  4 ++--
 print/foomatic4-filters/Makefile            |  4 ++--
 print/ghostscript-agpl/Makefile             |  3 ++-
 print/ghostscript-gpl/Makefile              |  4 ++--
 print/gtklp/Makefile                        |  4 ++--
 print/gutenprint-lib/Makefile               |  3 ++-
 print/hplip/Makefile                        |  3 ++-
 print/libgnomecups/Makefile                 |  4 ++--
 print/p5-Net-CUPS/Makefile                  |  3 ++-
 print/py-cups/Makefile                      |  4 ++--
 print/qpdfview/Makefile                     |  4 ++--
 print/scribus-qt4/Makefile                  |  4 ++--
 print/xpp/Makefile                          |  4 ++--
 x11/gtk2/Makefile                           |  4 ++--
 x11/gtk3/Makefile                           |  3 ++-
 x11/qt4-libs/Makefile                       |  4 ++--
 x11/qt5-qtbase/Makefile                     |  4 ++--
 35 files changed, 70 insertions(+), 61 deletions(-)

diffs (truncated from 488 to 300 lines):

diff -r a95f7ec0d469 -r c76245a97d76 emulators/wine-devel/Makefile
--- a/emulators/wine-devel/Makefile     Sun Nov 12 15:36:57 2017 +0000
+++ b/emulators/wine-devel/Makefile     Sun Nov 12 16:03:34 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.68 2017/09/08 02:38:40 ryoon Exp $
+# $NetBSD: Makefile,v 1.69 2017/11/12 16:03:34 khorben Exp $
 
 DISTNAME=      wine-1.9.18
-PKGREVISION=   7
+PKGREVISION=   8
 CATEGORIES=    emulators
 MASTER_SITES=  http://ibiblio.org/pub/linux/system/emulators/wine/
 MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=wine/}
diff -r a95f7ec0d469 -r c76245a97d76 emulators/wine/Makefile
--- a/emulators/wine/Makefile   Sun Nov 12 15:36:57 2017 +0000
+++ b/emulators/wine/Makefile   Sun Nov 12 16:03:34 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.196 2017/05/19 13:29:02 prlw1 Exp $
+# $NetBSD: Makefile,v 1.197 2017/11/12 16:03:34 khorben Exp $
 
 DISTNAME=      wine-1.6.2
-PKGREVISION=   13
+PKGREVISION=   14
 CATEGORIES=    emulators
 MASTER_SITES=  http://ibiblio.org/pub/linux/system/emulators/wine/
 MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=wine/}
diff -r a95f7ec0d469 -r c76245a97d76 graphics/darktable/Makefile
--- a/graphics/darktable/Makefile       Sun Nov 12 15:36:57 2017 +0000
+++ b/graphics/darktable/Makefile       Sun Nov 12 16:03:34 2017 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.76 2017/11/12 15:36:57 khorben Exp $
+# $NetBSD: Makefile,v 1.77 2017/11/12 16:03:34 khorben Exp $
 
 DISTNAME=      darktable-2.2.5
-#PKGREVISION=  1
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=darktable-org/}
 GITHUB_PROJECT=        darktable
diff -r a95f7ec0d469 -r c76245a97d76 lang/openjdk7/Makefile
--- a/lang/openjdk7/Makefile    Sun Nov 12 15:36:57 2017 +0000
+++ b/lang/openjdk7/Makefile    Sun Nov 12 16:03:34 2017 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.117 2017/11/12 15:36:58 khorben Exp $
+# $NetBSD: Makefile,v 1.118 2017/11/12 16:03:34 khorben Exp $
 
 JDK_MICRO=     141
 DISTNAME=      openjdk-1.7.${JDK_MICRO}-20170813
 PKGNAME=       openjdk7-1.7.${JDK_MICRO}
+PKGREVISION=   1
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_LOCAL:=openjdk7/}
 EXTRACT_SUFX=  .tar.xz
diff -r a95f7ec0d469 -r c76245a97d76 lang/openjdk8/Makefile
--- a/lang/openjdk8/Makefile    Sun Nov 12 15:36:57 2017 +0000
+++ b/lang/openjdk8/Makefile    Sun Nov 12 16:03:34 2017 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.52 2017/11/12 15:36:58 khorben Exp $
+# $NetBSD: Makefile,v 1.53 2017/11/12 16:03:34 khorben Exp $
 
 DISTNAME=      openjdk-1.8.144-20170830
 PKGNAME=       openjdk8-1.8.144
+PKGREVISION=   1
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_LOCAL:=openjdk7/}
 EXTRACT_SUFX=  .tar.xz
diff -r a95f7ec0d469 -r c76245a97d76 meta-pkgs/desktop-gnome/Makefile
--- a/meta-pkgs/desktop-gnome/Makefile  Sun Nov 12 15:36:57 2017 +0000
+++ b/meta-pkgs/desktop-gnome/Makefile  Sun Nov 12 16:03:34 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2017/08/01 16:47:40 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2017/11/12 16:03:36 khorben Exp $
 #
 
 DISTNAME=      desktop-gnome-0.5
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    meta-pkgs x11 gnome
 MASTER_SITES=  # empty
 
diff -r a95f7ec0d469 -r c76245a97d76 misc/libreoffice/Makefile
--- a/misc/libreoffice/Makefile Sun Nov 12 15:36:57 2017 +0000
+++ b/misc/libreoffice/Makefile Sun Nov 12 16:03:34 2017 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.128 2017/11/12 15:36:58 khorben Exp $
+# $NetBSD: Makefile,v 1.129 2017/11/12 16:03:34 khorben Exp $
 
 VERREL=                5.4.3
 VERRC=         2
 VER=           ${VERREL}.${VERRC}
 DISTNAME=      libreoffice-${VER}
+PKGREVISION=   1
 CATEGORIES=    misc
 MASTER_SITES=  http://download.documentfoundation.org/libreoffice/src/${VERREL}/
 EXTRACT_SUFX=  .tar.xz
diff -r a95f7ec0d469 -r c76245a97d76 net/freerdp/Makefile
--- a/net/freerdp/Makefile      Sun Nov 12 15:36:57 2017 +0000
+++ b/net/freerdp/Makefile      Sun Nov 12 16:03:34 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2017/09/08 02:38:42 ryoon Exp $
+# $NetBSD: Makefile,v 1.26 2017/11/12 16:03:34 khorben Exp $
 
 DISTNAME=      freerdp-1.0.2
-PKGREVISION=   23
+PKGREVISION=   24
 CATEGORIES=    net
 MASTER_SITES=  http://pub.freerdp.com/releases/
 
diff -r a95f7ec0d469 -r c76245a97d76 net/netatalk22/Makefile
--- a/net/netatalk22/Makefile   Sun Nov 12 15:36:57 2017 +0000
+++ b/net/netatalk22/Makefile   Sun Nov 12 16:03:34 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2017/07/12 13:56:00 hauke Exp $
+# $NetBSD: Makefile,v 1.10 2017/11/12 16:03:34 khorben Exp $
 
 DISTNAME=      netatalk-2.2.6
 PKGNAME=        ${DISTNAME:C/-/22-/}
-#PKGREVISION=  1
+PKGREVISION=   1
 CATEGORIES=    net print
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=netatalk/}
 EXTRACT_SUFX=  .tar.bz2
diff -r a95f7ec0d469 -r c76245a97d76 net/netatalk3/Makefile
--- a/net/netatalk3/Makefile    Sun Nov 12 15:36:57 2017 +0000
+++ b/net/netatalk3/Makefile    Sun Nov 12 16:03:34 2017 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2017/06/02 12:19:07 szptvlfn Exp $
+# $NetBSD: Makefile,v 1.6 2017/11/12 16:03:34 khorben Exp $
 
 DISTNAME=      netatalk-3.1.11
 PKGNAME=        ${DISTNAME:C/-/3-/}
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=netatalk/}
 EXTRACT_SUFX=  .tar.bz2
diff -r a95f7ec0d469 -r c76245a97d76 net/netatalk30/Makefile
--- a/net/netatalk30/Makefile   Sun Nov 12 15:36:57 2017 +0000
+++ b/net/netatalk30/Makefile   Sun Nov 12 16:03:34 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2017/07/14 13:08:31 hauke Exp $
+# $NetBSD: Makefile,v 1.14 2017/11/12 16:03:35 khorben Exp $
 
 DISTNAME=      netatalk-3.0.8
 PKGNAME=        ${DISTNAME:C/-/30-/}
-PKGREVISION=   9
+PKGREVISION=   10
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=netatalk/}
 EXTRACT_SUFX=  .tar.bz2
diff -r a95f7ec0d469 -r c76245a97d76 net/samba/Makefile
--- a/net/samba/Makefile        Sun Nov 12 15:36:57 2017 +0000
+++ b/net/samba/Makefile        Sun Nov 12 16:03:34 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.262 2017/06/01 13:30:26 jlam Exp $
+# $NetBSD: Makefile,v 1.263 2017/11/12 16:03:35 khorben Exp $
 
 DISTNAME=      samba-${VERSION}
 CATEGORIES=    net
@@ -10,7 +10,7 @@
 LICENSE=       gnu-gpl-v3
 
 VERSION=       3.6.25
-PKGREVISION=   6
+PKGREVISION=   7
 
 CONFLICTS+=    ja-samba-[0-9]* pam-smbpass-[0-9]* winbind-[0-9]*
 
diff -r a95f7ec0d469 -r c76245a97d76 net/samba4/Makefile
--- a/net/samba4/Makefile       Sun Nov 12 15:36:57 2017 +0000
+++ b/net/samba4/Makefile       Sun Nov 12 16:03:34 2017 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2017/09/20 15:14:30 taca Exp $
+# $NetBSD: Makefile,v 1.36 2017/11/12 16:03:35 khorben Exp $
 
 DISTNAME=      samba-${VERSION}
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  http://download.samba.org/pub/samba/stable/
 
diff -r a95f7ec0d469 -r c76245a97d76 print/cups-drivers-Magicolor5440DL/Makefile
--- a/print/cups-drivers-Magicolor5440DL/Makefile       Sun Nov 12 15:36:57 2017 +0000
+++ b/print/cups-drivers-Magicolor5440DL/Makefile       Sun Nov 12 16:03:34 2017 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.21 2017/11/12 15:36:58 khorben Exp $
+# $NetBSD: Makefile,v 1.22 2017/11/12 16:03:35 khorben Exp $
 #
 
 DISTNAME=      5440DL_lin64bit_1_2_1
 PKGNAME=       cups-drivers-Magicolor5440DL-1.2.1
-PKGREVISION=   13
+PKGREVISION=   14
 CATEGORIES=    print
 MASTER_SITES=  http://printer.konicaminolta.net/drivers/linux/
 EXTRACT_SUFX=  .zip
diff -r a95f7ec0d469 -r c76245a97d76 print/cups-pdf/Makefile
--- a/print/cups-pdf/Makefile   Sun Nov 12 15:36:57 2017 +0000
+++ b/print/cups-pdf/Makefile   Sun Nov 12 16:03:34 2017 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2017/11/12 15:37:00 khorben Exp $
+# $NetBSD: Makefile,v 1.15 2017/11/12 16:03:36 khorben Exp $
 
 COMMENT=               PDF backend for CUPS
 
 DISTNAME=              cups-pdf-2.6.1
-PKGREVISION=           8
+PKGREVISION=           9
 CATEGORIES=            print
 
 HOMEPAGE=              http://www.cups-pdf.de/
diff -r a95f7ec0d469 -r c76245a97d76 print/epdfview/Makefile
--- a/print/epdfview/Makefile   Sun Nov 12 15:36:57 2017 +0000
+++ b/print/epdfview/Makefile   Sun Nov 12 16:03:34 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.74 2017/09/04 20:20:55 ryoon Exp $
+# $NetBSD: Makefile,v 1.75 2017/11/12 16:03:35 khorben Exp $
 #
 
 DISTNAME=      epdfview-0.1.8
-PKGREVISION=   49
+PKGREVISION=   50
 CATEGORIES=    print
 MASTER_SITES=  http://anduin.linuxfromscratch.org/BLFS/epdfview/
 EXTRACT_SUFX=  .tar.bz2
diff -r a95f7ec0d469 -r c76245a97d76 print/foomatic-filters-cups/Makefile
--- a/print/foomatic-filters-cups/Makefile      Sun Nov 12 15:36:57 2017 +0000
+++ b/print/foomatic-filters-cups/Makefile      Sun Nov 12 16:03:34 2017 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.16 2017/11/12 15:37:00 khorben Exp $
+# $NetBSD: Makefile,v 1.17 2017/11/12 16:03:37 khorben Exp $
 
 META_PACKAGE=  yes
 
 .include "../../print/foomatic-filters/Makefile.common"
 
 DISTNAME=      foomatic-filters-cups-${FOOMATIC_FILTERS_VERSION}
-PKGREVISION=   3
+PKGREVISION=   4
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Foomatic support for CUPS
diff -r a95f7ec0d469 -r c76245a97d76 print/foomatic-filters/Makefile
--- a/print/foomatic-filters/Makefile   Sun Nov 12 15:36:57 2017 +0000
+++ b/print/foomatic-filters/Makefile   Sun Nov 12 16:03:34 2017 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.35 2017/11/12 15:37:00 khorben Exp $
+# $NetBSD: Makefile,v 1.36 2017/11/12 16:03:36 khorben Exp $
 
 .include "Makefile.common"
 
 DISTNAME=      foomatic-filters-${FOOMATIC_FILTERS_VERSION}
-PKGREVISION=   14
+PKGREVISION=   15
 MASTER_SITES=  http://www.openprinting.org/download/foomatic/oldstuff/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r a95f7ec0d469 -r c76245a97d76 print/foomatic-ppds-cups/Makefile
--- a/print/foomatic-ppds-cups/Makefile Sun Nov 12 15:36:57 2017 +0000
+++ b/print/foomatic-ppds-cups/Makefile Sun Nov 12 16:03:34 2017 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.17 2017/11/12 15:37:00 khorben Exp $
+# $NetBSD: Makefile,v 1.18 2017/11/12 16:03:37 khorben Exp $
 
 META_PACKAGE=  yes
 
 .include "../../print/foomatic-ppds/Makefile.common"
 
 DISTNAME=      foomatic-ppds-cups-${FOOMATIC_PPDS_VERSION}
-PKGREVISION=   2
+PKGREVISION=   3
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Foomatic PPD collection for CUPS servers
diff -r a95f7ec0d469 -r c76245a97d76 print/foomatic4-filters/Makefile
--- a/print/foomatic4-filters/Makefile  Sun Nov 12 15:36:57 2017 +0000
+++ b/print/foomatic4-filters/Makefile  Sun Nov 12 16:03:34 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2017/11/12 15:37:00 khorben Exp $
+# $NetBSD: Makefile,v 1.34 2017/11/12 16:03:37 khorben Exp $
 
 DISTNAME=      foomatic-filters-4.0.17
-PKGREVISION=   10
+PKGREVISION=   11
 CATEGORIES=    print
 MASTER_SITES=  http://www.openprinting.org/download/foomatic/
 
diff -r a95f7ec0d469 -r c76245a97d76 print/ghostscript-agpl/Makefile
--- a/print/ghostscript-agpl/Makefile   Sun Nov 12 15:36:57 2017 +0000
+++ b/print/ghostscript-agpl/Makefile   Sun Nov 12 16:03:34 2017 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2017/10/06 06:15:00 adam Exp $
+# $NetBSD: Makefile,v 1.28 2017/11/12 16:03:35 khorben Exp $
 
 DISTNAME=      ghostscript-${GS_VERSION}
 PKGNAME=       ${DISTNAME:S/ghostscript/ghostscript-agpl/}
+PKGREVISION=   1
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ArtifexSoftware/ghostpdl-downloads/releases/download/gs922/}
 
diff -r a95f7ec0d469 -r c76245a97d76 print/ghostscript-gpl/Makefile



Home | Main Index | Thread Index | Old Index