svn commit: r403922 - in branches/2015Q4/print/cups-filters: . files
Mark Felder
feld at FreeBSD.org
Thu Dec 17 18:35:38 UTC 2015
Author: feld
Date: Thu Dec 17 18:35:36 2015
New Revision: 403922
URL: https://svnweb.freebsd.org/changeset/ports/403922
Log:
MFH: r403515
- Update to 1.3.0
Changes: http://fossies.org/linux/cups-filters/NEWS
PR: 205235
Submitted by: Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)
Approved by: ports-secteam (with hat)
Modified:
branches/2015Q4/print/cups-filters/Makefile
branches/2015Q4/print/cups-filters/distinfo
branches/2015Q4/print/cups-filters/files/patch-utils_cups-browsed.c
Directory Properties:
branches/2015Q4/ (props changed)
Modified: branches/2015Q4/print/cups-filters/Makefile
==============================================================================
--- branches/2015Q4/print/cups-filters/Makefile Thu Dec 17 18:34:45 2015 (r403921)
+++ branches/2015Q4/print/cups-filters/Makefile Thu Dec 17 18:35:36 2015 (r403922)
@@ -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/
Modified: branches/2015Q4/print/cups-filters/distinfo
==============================================================================
--- branches/2015Q4/print/cups-filters/distinfo Thu Dec 17 18:34:45 2015 (r403921)
+++ branches/2015Q4/print/cups-filters/distinfo Thu Dec 17 18:35:36 2015 (r403922)
@@ -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
Modified: branches/2015Q4/print/cups-filters/files/patch-utils_cups-browsed.c
==============================================================================
--- branches/2015Q4/print/cups-filters/files/patch-utils_cups-browsed.c Thu Dec 17 18:34:45 2015 (r403921)
+++ branches/2015Q4/print/cups-filters/files/patch-utils_cups-browsed.c Thu Dec 17 18:35:36 2015 (r403922)
@@ -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>
More information about the svn-ports-all
mailing list