View | Details | Raw Unified | Return to bug 205235
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	cups-filters
3
PORTNAME=	cups-filters
4
PORTVERSION=	1.2.0
4
PORTVERSION=	1.3.0
5
CATEGORIES=	print
5
CATEGORIES=	print
6
MASTER_SITES=	http://www.openprinting.org/download/cups-filters/
6
MASTER_SITES=	http://www.openprinting.org/download/cups-filters/
7
7
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (cups-filters-1.2.0.tar.xz) = 31dcb71dc79129056a5b0f6d30880bdb6511ee7acd06a3f5bd4e9d2684801d62
1
SHA256 (cups-filters-1.3.0.tar.xz) = 61b669809dda352a427546e09de5a68a3d960c7646ef5c590772d4aa1b445995
2
SIZE (cups-filters-1.2.0.tar.xz) = 1357268
2
SIZE (cups-filters-1.3.0.tar.xz) = 1362904
(-)files/patch-utils_cups-browsed.c (-2 / +3 lines)
Lines 1-6 Link Here
1
--- utils/cups-browsed.c.orig	2015-10-27 15:04:51 UTC
1
--- utils/cups-browsed.c.orig	2015-12-09 01:09:45 UTC
2
+++ utils/cups-browsed.c
2
+++ utils/cups-browsed.c
3
@@ -23,16 +23,16 @@
3
@@ -23,17 +23,17 @@
4
 
4
 
5
 #include <ctype.h>
5
 #include <ctype.h>
6
 #include <errno.h>
6
 #include <errno.h>
Lines 11-16 Link Here
11
 #include <sys/types.h>
11
 #include <sys/types.h>
12
 #include <net/if.h>
12
 #include <net/if.h>
13
 #include <netinet/in.h>
13
 #include <netinet/in.h>
14
 #include <arpa/inet.h>
14
-#include <ifaddrs.h>
15
-#include <ifaddrs.h>
15
 #include <resolv.h>
16
 #include <resolv.h>
16
 #include <stdio.h>
17
 #include <stdio.h>

Return to bug 205235