Date: Sat, 7 Jun 2014 18:28:33 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356937 - head/print/cups-filters Message-ID: <201406071828.s57ISXHT054899@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Sat Jun 7 18:28:33 2014 New Revision: 356937 URL: http://svnweb.freebsd.org/changeset/ports/356937 QAT: https://qat.redports.org/buildarchive/r356937/ Log: - Update from 1.0.53 to 1.0.54 - Add libtool to USES PR: ports/190758 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) 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 7 18:15:43 2014 (r356936) +++ head/print/cups-filters/Makefile Sat Jun 7 18:28:33 2014 (r356937) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cups-filters -PORTVERSION= 1.0.53 -PORTREVISION= 1 +PORTVERSION= 1.0.54 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/cups-filters/ @@ -22,13 +21,13 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/grap libpoppler.so:${PORTSDIR}/graphics/poppler MAKE_JOBS_UNSAFE=YES -USES= compiler:c++11-lib pathfix pkgconfig shebangfix tar:xz +USES= compiler:c++11-lib pathfix pkgconfig shebangfix tar:xz libtool SHEBANG_FILES= filter/textonly USE_GNOME= glib20 USE_GHOSTSCRIPT= yes USE_RC_SUBR= cups_browsed GNU_CONFIGURE= yes -CUPS_SOCKET= /var/run/cups.sock +CUPS_SOCKET?= /var/run/cups.sock CONFIGURE_ARGS= --with-cups-domainsocket=${CUPS_SOCKET} CONFIGURE_ENV= ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-lz" \ LIBQPDF_CFLAGS="-I${LOCALBASE}/include" LIBQPDF_LIBS="-lqpdf" Modified: head/print/cups-filters/distinfo ============================================================================== --- head/print/cups-filters/distinfo Sat Jun 7 18:15:43 2014 (r356936) +++ head/print/cups-filters/distinfo Sat Jun 7 18:28:33 2014 (r356937) @@ -1,2 +1,2 @@ -SHA256 (cups-filters-1.0.53.tar.xz) = a25b55228cc13549d6989a9f6319e4e313ce42fe88d8b645e02b0c17d02dc2bf -SIZE (cups-filters-1.0.53.tar.xz) = 1312476 +SHA256 (cups-filters-1.0.54.tar.xz) = f9a58cc9f02f2257727248a71b99a74e6ef79e2e8527ef58bcd81e6154bc0966 +SIZE (cups-filters-1.0.54.tar.xz) = 1314324 Modified: head/print/cups-filters/pkg-plist ============================================================================== --- head/print/cups-filters/pkg-plist Sat Jun 7 18:15:43 2014 (r356936) +++ head/print/cups-filters/pkg-plist Sat Jun 7 18:28:33 2014 (r356937) @@ -11,13 +11,13 @@ include/fontembed/fontfile.h include/fontembed/iofn.h include/fontembed/sfnt.h lib/libcupsfilters.a -lib/libcupsfilters.la lib/libcupsfilters.so lib/libcupsfilters.so.1 +lib/libcupsfilters.so.1.0.0 lib/libfontembed.a -lib/libfontembed.la lib/libfontembed.so lib/libfontembed.so.1 +lib/libfontembed.so.1.0.0 libdata/pkgconfig/libcupsfilters.pc libdata/pkgconfig/libfontembed.pc libexec/cups/backend/parallel @@ -39,6 +39,7 @@ libexec/cups/filter/pdftoraster libexec/cups/filter/pstopdf libexec/cups/filter/rastertoescpx libexec/cups/filter/rastertopclx +libexec/cups/filter/rastertopdf libexec/cups/filter/textonly libexec/cups/filter/texttopdf libexec/cups/filter/texttops
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406071828.s57ISXHT054899>