diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-12-11 18:02:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-12-11 18:02:40 +0800 |
commit | c8e898f6b3400c1359a8c59ba874c380ff2bef91 (patch) | |
tree | 673ae8d0373d81d700d79dca6328491f72e8dd43 /print | |
parent | e2a802813c342df264aba07b05bc000aea9f48ec (diff) | |
download | freebsd-ports-gnome-c8e898f6b3400c1359a8c59ba874c380ff2bef91.tar.gz freebsd-ports-gnome-c8e898f6b3400c1359a8c59ba874c380ff2bef91.tar.zst freebsd-ports-gnome-c8e898f6b3400c1359a8c59ba874c380ff2bef91.zip |
- Update to 1.3.0
Changes: http://fossies.org/linux/cups-filters/NEWS
PR: 205235
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-filters/Makefile | 2 | ||||
-rw-r--r-- | print/cups-filters/distinfo | 4 | ||||
-rw-r--r-- | print/cups-filters/files/patch-utils_cups-browsed.c | 5 |
3 files changed, 6 insertions, 5 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index 89bfcf371d47..47804e6e4f8d 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cups-filters -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.0 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/cups-filters/ diff --git a/print/cups-filters/distinfo b/print/cups-filters/distinfo index 7def8acab6f6..3565e41e853e 100644 --- a/print/cups-filters/distinfo +++ b/print/cups-filters/distinfo @@ -1,2 +1,2 @@ -SHA256 (cups-filters-1.2.0.tar.xz) = 31dcb71dc79129056a5b0f6d30880bdb6511ee7acd06a3f5bd4e9d2684801d62 -SIZE (cups-filters-1.2.0.tar.xz) = 1357268 +SHA256 (cups-filters-1.3.0.tar.xz) = 61b669809dda352a427546e09de5a68a3d960c7646ef5c590772d4aa1b445995 +SIZE (cups-filters-1.3.0.tar.xz) = 1362904 diff --git a/print/cups-filters/files/patch-utils_cups-browsed.c b/print/cups-filters/files/patch-utils_cups-browsed.c index aa13727f6570..0836e4b14474 100644 --- a/print/cups-filters/files/patch-utils_cups-browsed.c +++ b/print/cups-filters/files/patch-utils_cups-browsed.c @@ -1,6 +1,6 @@ ---- utils/cups-browsed.c.orig 2015-10-27 15:04:51 UTC +--- utils/cups-browsed.c.orig 2015-12-09 01:09:45 UTC +++ utils/cups-browsed.c -@@ -23,16 +23,16 @@ +@@ -23,17 +23,17 @@ #include <ctype.h> #include <errno.h> @@ -11,6 +11,7 @@ #include <sys/types.h> #include <net/if.h> #include <netinet/in.h> + #include <arpa/inet.h> -#include <ifaddrs.h> #include <resolv.h> #include <stdio.h> |