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

Pawel Pekala pawel at FreeBSD.org
Sat Nov 7 13:17:25 UTC 2015


Author: pawel
Date: Sat Nov  7 13:17:23 2015
New Revision: 400989
URL: https://svnweb.freebsd.org/changeset/ports/400989

Log:
  Update to version 1.1.0
  
  PR:		204114
  Submitted by:	Naram Qashat (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	Sat Nov  7 13:02:05 2015	(r400988)
+++ head/print/cups-filters/Makefile	Sat Nov  7 13:17:23 2015	(r400989)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cups-filters
-PORTVERSION=	1.0.76
+PORTVERSION=	1.1.0
 CATEGORIES=	print
 MASTER_SITES=	http://www.openprinting.org/download/cups-filters/
 

Modified: head/print/cups-filters/distinfo
==============================================================================
--- head/print/cups-filters/distinfo	Sat Nov  7 13:02:05 2015	(r400988)
+++ head/print/cups-filters/distinfo	Sat Nov  7 13:17:23 2015	(r400989)
@@ -1,2 +1,2 @@
-SHA256 (cups-filters-1.0.76.tar.xz) = b3a190b11a102af6994e41d2cfa47e5caf999c7d046f3c0b940f6b38729f5b32
-SIZE (cups-filters-1.0.76.tar.xz) = 1353016
+SHA256 (cups-filters-1.1.0.tar.xz) = 03505a803799308f22bebd6ff8162a12efb4cfd5cfcd39f81479ae6301d52c7b
+SIZE (cups-filters-1.1.0.tar.xz) = 1357364

Modified: head/print/cups-filters/files/patch-utils_cups-browsed.c
==============================================================================
--- head/print/cups-filters/files/patch-utils_cups-browsed.c	Sat Nov  7 13:02:05 2015	(r400988)
+++ head/print/cups-filters/files/patch-utils_cups-browsed.c	Sat Nov  7 13:17:23 2015	(r400989)
@@ -1,4 +1,4 @@
---- utils/cups-browsed.c.orig	2014-11-27 12:00:47 UTC
+--- utils/cups-browsed.c.orig	2015-10-27 15:04:51 UTC
 +++ utils/cups-browsed.c
 @@ -23,16 +23,16 @@
  
@@ -16,6 +16,6 @@
  #include <stdio.h>
  #include <sys/stat.h>
 +#include <ifaddrs.h>
- #include <assert.h>
  #include <stdlib.h>
  #include <time.h>
+ #include <signal.h>


More information about the svn-ports-all mailing list