Date: Sat, 8 Jun 2019 10:36:49 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503720 - head/print/cups-filters Message-ID: <201906081036.x58Aankl012286@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Sat Jun 8 10:36:49 2019 New Revision: 503720 URL: https://svnweb.freebsd.org/changeset/ports/503720 Log: - Update to 1.25.0. - Make portlint happy. Modified: head/print/cups-filters/Makefile head/print/cups-filters/distinfo head/print/cups-filters/pkg-plist Modified: head/print/cups-filters/Makefile ============================================================================== --- head/print/cups-filters/Makefile Sat Jun 8 10:33:56 2019 (r503719) +++ head/print/cups-filters/Makefile Sat Jun 8 10:36:49 2019 (r503720) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cups-filters -PORTVERSION= 1.23.0 +PORTVERSION= 1.25.0 CATEGORIES= print MASTER_SITES= https://www.openprinting.org/download/cups-filters/ @@ -17,10 +17,14 @@ LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig -CONFLICTS= cups-pstoraster-[0-9]* foomatic-filters-[0-9]* - USES= compiler:c++11-lib cpe gmake gnome iconv libtool localbase \ pkgconfig shebangfix tar:xz +USE_GNOME= glib20 +USE_LDCONFIG= yes +USE_RC_SUBR= cups_browsed + +CONFLICTS= cups-pstoraster-[0-9]* foomatic-filters-[0-9]* + CPE_VENDOR= linuxfoundation SHEBANG_FILES= filter/braille/drivers/generic/brftoembosser.in \ filter/braille/drivers/index/imageubrltoindexv3.in \ @@ -33,9 +37,7 @@ SHEBANG_FILES= filter/braille/drivers/generic/brftoemb filter/braille/filters/texttobrf.in \ filter/braille/filters/vectortobrf.in \ filter/braille/filters/vectortopdf.in -USE_GNOME= glib20 -USE_LDCONFIG= yes -USE_RC_SUBR= cups_browsed + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-shell=/bin/sh --with-pdftops-path=${LOCALBASE}/bin/pdftops INSTALL_TARGET= install-strip @@ -85,7 +87,7 @@ MUPDF_DESC= PDF-to-raster using MuPDF POPPLER_CONFIGURE_ENABLE= poppler POPPLER_DESC= PDF-to-raster using Poppler -POPPLER_LIB_DEPENDS= libpoppler.so:graphics/poppler +POPPLER_LIB_DEPENDS= libpoppler-cpp.so:graphics/poppler # cups-browsed(8) options Modified: head/print/cups-filters/distinfo ============================================================================== --- head/print/cups-filters/distinfo Sat Jun 8 10:33:56 2019 (r503719) +++ head/print/cups-filters/distinfo Sat Jun 8 10:36:49 2019 (r503720) @@ -1,3 +1,3 @@ -TIMESTAMP = 1559383038 -SHA256 (cups-filters-1.23.0.tar.xz) = e21603d2273ffd3576228f240057c1b48cb5b2a21d9e6bd69adbb53980ebdfd3 -SIZE (cups-filters-1.23.0.tar.xz) = 1477900 +TIMESTAMP = 1559988815 +SHA256 (cups-filters-1.25.0.tar.xz) = 8119149a8b61466e94c141205a5a9d2de798fe7a932a260ce2d66f8f30d351d1 +SIZE (cups-filters-1.25.0.tar.xz) = 1447496 Modified: head/print/cups-filters/pkg-plist ============================================================================== --- head/print/cups-filters/pkg-plist Sat Jun 8 10:33:56 2019 (r503719) +++ head/print/cups-filters/pkg-plist Sat Jun 8 10:36:49 2019 (r503720) @@ -6,6 +6,7 @@ include/cupsfilters/colord.h include/cupsfilters/colormanager.h include/cupsfilters/driver.h include/cupsfilters/image.h +include/cupsfilters/pdftoippprinter.h include/cupsfilters/ppdgenerator.h include/cupsfilters/raster.h include/fontembed/bitset.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906081036.x58Aankl012286>