Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jan 2015 19:18:50 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377942 - in head/print/cups-filters: . files
Message-ID:  <201501261918.t0QJIoHT013799@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Jan 26 19:18:49 2015
New Revision: 377942
URL: https://svnweb.freebsd.org/changeset/ports/377942
QAT: https://qat.redports.org/buildarchive/r377942/

Log:
  - Update to 1.0.62
  
  PR:		196971
  Submitted by:	cyberbotx@cyberbotx.com (maintainer)

Modified:
  head/print/cups-filters/Makefile
  head/print/cups-filters/distinfo
  head/print/cups-filters/files/patch-utils_cups-browsed.c

Modified: head/print/cups-filters/Makefile
==============================================================================
--- head/print/cups-filters/Makefile	Mon Jan 26 18:57:56 2015	(r377941)
+++ head/print/cups-filters/Makefile	Mon Jan 26 19:18:49 2015	(r377942)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cups-filters
-PORTVERSION=	1.0.61
-PORTREVISION=	2
+PORTVERSION=	1.0.62
 CATEGORIES=	print
 MASTER_SITES=	http://www.openprinting.org/download/cups-filters/
 
@@ -19,6 +18,7 @@ LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/grap
 		libqpdf.so:${PORTSDIR}/print/qpdf \
 		libdbus-1.so:${PORTSDIR}/devel/dbus \
 		libcups.so:${PORTSDIR}/print/cups-client \
+		libcupsimage.so:${PORTSDIR}/print/cups-image \
 		libfreetype.so:${PORTSDIR}/print/freetype2 \
 		libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
 		libpoppler.so:${PORTSDIR}/graphics/poppler

Modified: head/print/cups-filters/distinfo
==============================================================================
--- head/print/cups-filters/distinfo	Mon Jan 26 18:57:56 2015	(r377941)
+++ head/print/cups-filters/distinfo	Mon Jan 26 19:18:49 2015	(r377942)
@@ -1,2 +1,2 @@
-SHA256 (cups-filters-1.0.61.tar.xz) = f5285e3ee436ea42f2986cddfb8020d240ca8b0d7f8dc4b0718b6695ad4504af
-SIZE (cups-filters-1.0.61.tar.xz) = 1327904
+SHA256 (cups-filters-1.0.62.tar.xz) = c8edf6470389e94d77afec39e755183045cdcb247344fb2e22a2b71e44a3748f
+SIZE (cups-filters-1.0.62.tar.xz) = 1329164

Modified: head/print/cups-filters/files/patch-utils_cups-browsed.c
==============================================================================
--- head/print/cups-filters/files/patch-utils_cups-browsed.c	Mon Jan 26 18:57:56 2015	(r377941)
+++ head/print/cups-filters/files/patch-utils_cups-browsed.c	Mon Jan 26 19:18:49 2015	(r377942)
@@ -1,5 +1,5 @@
---- ./utils/cups-browsed.c.orig	2014-07-25 12:01:46.000000000 -0400
-+++ ./utils/cups-browsed.c	2014-08-02 12:41:15.000000000 -0400
+--- utils/cups-browsed.c.orig	2014-11-27 12:00:47 UTC
++++ utils/cups-browsed.c
 @@ -23,16 +23,16 @@
  
  #include <ctype.h>
@@ -8,12 +8,12 @@
 +#if defined(__OpenBSD__) || defined(__FreeBSD__)
  #include <sys/socket.h>
  #endif /* __OpenBSD__ */
+ #include <sys/types.h>
  #include <net/if.h>
  #include <netinet/in.h>
 -#include <ifaddrs.h>
  #include <resolv.h>
  #include <stdio.h>
- #include <sys/types.h>
  #include <sys/stat.h>
 +#include <ifaddrs.h>
  #include <assert.h>



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