svn commit: r397705 - in head/print/cups-filters: . files

Jan Beich jbeich at FreeBSD.org
Thu Sep 24 18:11:26 UTC 2015


Author: jbeich
Date: Thu Sep 24 18:11:24 2015
New Revision: 397705
URL: https://svnweb.freebsd.org/changeset/ports/397705

Log:
  print/cups-filters: update to 1.0.76
  
  - Drop MAKE_JOBS_UNSAFE after testing with -j32 on Core2 Quad
  
  Changes:	/usr/local/share/doc/cups-filters/NEWS
  PR:		202686
  Submitted by:	Naram Qashat cyberbotx at cyberbotx.com (maintainer)

Deleted:
  head/print/cups-filters/files/patch-poppler-0.34
Modified:
  head/print/cups-filters/Makefile   (contents, props changed)
  head/print/cups-filters/distinfo   (contents, props changed)
  head/print/cups-filters/files/patch-filter_pdftops.c   (contents, props changed)
  head/print/cups-filters/pkg-plist   (contents, props changed)

Modified: head/print/cups-filters/Makefile
==============================================================================
--- head/print/cups-filters/Makefile	Thu Sep 24 18:10:45 2015	(r397704)
+++ head/print/cups-filters/Makefile	Thu Sep 24 18:11:24 2015	(r397705)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cups-filters
-PORTVERSION=	1.0.71
-PORTREVISION=	2
+PORTVERSION=	1.0.76
 CATEGORIES=	print
 MASTER_SITES=	http://www.openprinting.org/download/cups-filters/
 
@@ -23,7 +22,6 @@ LIB_DEPENDS=	libtiff.so:${PORTSDIR}/grap
 		libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
 		libpoppler.so:${PORTSDIR}/graphics/poppler
 
-MAKE_JOBS_UNSAFE=YES
 USES=		compiler:c++11-lib cpe ghostscript jpeg libtool pathfix \
 		pkgconfig shebangfix tar:xz
 CPE_VENDOR=	linuxfoundation

Modified: head/print/cups-filters/distinfo
==============================================================================
--- head/print/cups-filters/distinfo	Thu Sep 24 18:10:45 2015	(r397704)
+++ head/print/cups-filters/distinfo	Thu Sep 24 18:11:24 2015	(r397705)
@@ -1,2 +1,2 @@
-SHA256 (cups-filters-1.0.71.tar.xz) = 3180aa209c383402822e568ccef8e1ca43f51e30b3af2039c34ebae919a69c1f
-SIZE (cups-filters-1.0.71.tar.xz) = 1339116
+SHA256 (cups-filters-1.0.76.tar.xz) = b3a190b11a102af6994e41d2cfa47e5caf999c7d046f3c0b940f6b38729f5b32
+SIZE (cups-filters-1.0.76.tar.xz) = 1353016

Modified: head/print/cups-filters/files/patch-filter_pdftops.c
==============================================================================
--- head/print/cups-filters/files/patch-filter_pdftops.c	Thu Sep 24 18:10:45 2015	(r397704)
+++ head/print/cups-filters/files/patch-filter_pdftops.c	Thu Sep 24 18:11:24 2015	(r397705)
@@ -1,6 +1,6 @@
---- filter/pdftops.c.orig	2014-08-21 10:11:24.448404905 -0400
-+++ filter/pdftops.c	2014-08-21 10:12:00.298402116 -0400
-@@ -535,7 +535,7 @@
+--- filter/pdftops.c.orig	2015-07-04 11:21:47 UTC
++++ filter/pdftops.c
+@@ -535,7 +535,7 @@ main(int  argc,				/* I - Number of comm
  
    if (renderer == PDFTOPS)
    {

Modified: head/print/cups-filters/pkg-plist
==============================================================================
--- head/print/cups-filters/pkg-plist	Thu Sep 24 18:10:45 2015	(r397704)
+++ head/print/cups-filters/pkg-plist	Thu Sep 24 18:11:24 2015	(r397705)
@@ -21,6 +21,7 @@ lib/libfontembed.so.1
 lib/libfontembed.so.1.0.0
 libdata/pkgconfig/libcupsfilters.pc
 libdata/pkgconfig/libfontembed.pc
+libexec/cups/backend/implicitclass
 libexec/cups/backend/parallel
 libexec/cups/backend/serial
 libexec/cups/filter/bannertopdf


More information about the svn-ports-head mailing list