Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Aug 2016 19:06:00 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419541 - head/print/cups-filters
Message-ID:  <201608031906.u73J60Ac023887@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Wed Aug  3 19:06:00 2016
New Revision: 419541
URL: https://svnweb.freebsd.org/changeset/ports/419541

Log:
  - Update to version 1.10.0
  - Update required dependencies
  
  PR:		211534
  Submitted by:	Naram Qashat (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	Wed Aug  3 18:26:42 2016	(r419540)
+++ head/print/cups-filters/Makefile	Wed Aug  3 19:06:00 2016	(r419541)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cups-filters
-PORTVERSION=	1.9.0
+PORTVERSION=	1.10.0
 CATEGORIES=	print
 MASTER_SITES=	http://www.openprinting.org/download/cups-filters/
 
@@ -17,15 +17,15 @@ LIB_DEPENDS=	liblcms2.so:graphics/lcms2 
 
 CONFLICTS=	cups-pstoraster-[0-9]* foomatic-filters-[0-9]*
 
-USES=		compiler:c++11-lib cpe ghostscript gmake gnome libtool pathfix \
-		pkgconfig shebangfix tar:xz
+USES=		compiler:c++11-lib cpe gettext ghostscript gmake gnome libtool \
+		iconv pathfix pkgconfig shebangfix tar:xz
 CPE_VENDOR=	linuxfoundation
 SHEBANG_FILES=	filter/braille/drivers/generic/brftoembosser.in \
 		filter/braille/drivers/index/imageubrltoindexv3.in \
 		filter/braille/drivers/index/imageubrltoindexv4.in \
 		filter/braille/drivers/index/textbrftoindexv3.in \
 		filter/braille/filters/imagetobrf.in \
-		filter/braille/filters/texttobrf.in filter/textonly
+		filter/braille/filters/texttobrf.in
 USE_GNOME=	glib20
 USE_RC_SUBR=	cups_browsed
 GNU_CONFIGURE=	yes
@@ -34,7 +34,7 @@ CONFIGURE_ARGS=	--disable-silent-rules -
 INSTALL_TARGET=	install-strip
 
 CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
+LIBS+=		-L${LOCALBASE}/lib ${ICONV_LIB}
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=			BRAILLE COLORD DOCS IJS IMAGEFILTERS

Modified: head/print/cups-filters/distinfo
==============================================================================
--- head/print/cups-filters/distinfo	Wed Aug  3 18:26:42 2016	(r419540)
+++ head/print/cups-filters/distinfo	Wed Aug  3 19:06:00 2016	(r419541)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1466869491
-SHA256 (cups-filters-1.9.0.tar.xz) = 63421044883a9250428655dc0b0c2531dead4a009fb2fd33d6fb6a9598598522
-SIZE (cups-filters-1.9.0.tar.xz) = 1387668
+TIMESTAMP = 1469563729
+SHA256 (cups-filters-1.10.0.tar.xz) = 1f708a404164fb8eb341e5410e1b849b19cb47ce1bbe0d97c3673768db3401a1
+SIZE (cups-filters-1.10.0.tar.xz) = 1399652

Modified: head/print/cups-filters/pkg-plist
==============================================================================
--- head/print/cups-filters/pkg-plist	Wed Aug  3 18:26:42 2016	(r419540)
+++ head/print/cups-filters/pkg-plist	Wed Aug  3 19:06:00 2016	(r419541)
@@ -31,6 +31,7 @@ libexec/cups/filter/bannertopdf
 libexec/cups/filter/commandtoescpx
 libexec/cups/filter/commandtopclx
 libexec/cups/filter/foomatic-rip
+libexec/cups/filter/gstopdf
 libexec/cups/filter/gstopxl
 libexec/cups/filter/gstoraster
 %%BRAILLE%%libexec/cups/filter/imagetobrf
@@ -45,17 +46,17 @@ libexec/cups/filter/pdftoopvp
 libexec/cups/filter/pdftopdf
 libexec/cups/filter/pdftops
 libexec/cups/filter/pdftoraster
-libexec/cups/filter/pstopdf
 libexec/cups/filter/rastertoescpx
 libexec/cups/filter/rastertopclx
 libexec/cups/filter/rastertopdf
+libexec/cups/filter/rastertops
 libexec/cups/filter/sys5ippprinter
 %%BRAILLE%%libexec/cups/filter/textbrftoindexv3
 %%BRAILLE%%libexec/cups/filter/textbrftoindexv4
-libexec/cups/filter/textonly
 %%BRAILLE%%libexec/cups/filter/texttobrf
 libexec/cups/filter/texttopdf
 libexec/cups/filter/texttops
+libexec/cups/filter/texttotext
 libexec/cups/filter/urftopdf
 man/man1/foomatic-rip.1.gz
 man/man5/cups-browsed.conf.5.gz
@@ -121,4 +122,3 @@ share/ppd/cupsfilters/HP-Color_LaserJet_
 share/ppd/cupsfilters/Ricoh-PDF_Printer-PDF.ppd
 share/ppd/cupsfilters/pxlcolor.ppd
 share/ppd/cupsfilters/pxlmono.ppd
-share/ppd/cupsfilters/textonly.ppd



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608031906.u73J60Ac023887>