pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/cups-filters Avoid a possible DEPENDS on print/m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e1596df0e9d
branches:  trunk
changeset: 354506:4e1596df0e9d
user:      leot <leot%pkgsrc.org@localhost>
date:      Tue Nov 01 08:20:17 2016 +0000

description:
Avoid a possible DEPENDS on print/mupdf
Bump PKGREVISION.

Thanks to <wiz> for pointing out this problem!

diffstat:

 print/cups-filters/Makefile |  4 +++-
 print/cups-filters/PLIST    |  4 +---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (45 lines):

diff -r 08450f35f080 -r 4e1596df0e9d print/cups-filters/Makefile
--- a/print/cups-filters/Makefile       Mon Oct 31 17:15:36 2016 +0000
+++ b/print/cups-filters/Makefile       Tue Nov 01 08:20:17 2016 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.55 2016/10/31 09:31:16 leot Exp $
+# $NetBSD: Makefile,v 1.56 2016/11/01 08:20:17 leot Exp $
 
 DISTNAME=      cups-filters-1.11.5
+PKGREVISION=   1
 CATEGORIES=    print
 MASTER_SITES=  http://openprinting.org/download/cups-filters/
 EXTRACT_SUFX=  .tar.xz
@@ -37,6 +38,7 @@
 CONFIGURE_ARGS+=       --with-rclevels=""
 .endif
 CONFIGURE_ARGS+=       --disable-ldap
+CONFIGURE_ARGS+=       --disable-mutool
 CONFIGURE_ARGS+=       --with-shell=${TOOLS_PATH.bash}
 
 INSTALL_MAKE_FLAGS+=   sysconfdir=${PREFIX}/share/examples/cups-filters
diff -r 08450f35f080 -r 4e1596df0e9d print/cups-filters/PLIST
--- a/print/cups-filters/PLIST  Mon Oct 31 17:15:36 2016 +0000
+++ b/print/cups-filters/PLIST  Tue Nov 01 08:20:17 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2016/08/24 10:42:31 wiz Exp $
+@comment $NetBSD: PLIST,v 1.14 2016/11/01 08:20:17 leot Exp $
 bin/foomatic-rip
 bin/ttfread
 include/cupsfilters/colord.h
@@ -34,7 +34,6 @@
 libexec/cups/filter/imagetoubrl
 libexec/cups/filter/imageubrltoindexv3
 libexec/cups/filter/imageubrltoindexv4
-libexec/cups/filter/mupdftoraster
 libexec/cups/filter/pdftoijs
 libexec/cups/filter/pdftoopvp
 libexec/cups/filter/pdftopdf
@@ -90,7 +89,6 @@
 share/cups/mime/braille.convs
 share/cups/mime/braille.types
 share/cups/mime/cupsfilters-ghostscript.convs
-share/cups/mime/cupsfilters-mupdf.convs
 share/cups/mime/cupsfilters-poppler.convs
 share/cups/mime/cupsfilters.convs
 share/cups/mime/cupsfilters.types



Home | Main Index | Thread Index | Old Index