From owner-svn-ports-head@freebsd.org Sun Sep 9 16:58:01 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 801031098F58; Sun, 9 Sep 2018 16:58:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2CDBE785BD; Sun, 9 Sep 2018 16:58:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 814051C6EA; Sun, 9 Sep 2018 16:57:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w89Gvxg7010559; Sun, 9 Sep 2018 16:57:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w89GvwKi010557; Sun, 9 Sep 2018 16:57:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201809091657.w89GvwKi010557@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 9 Sep 2018 16:57:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479296 - head/graphics/jbig2dec/files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/graphics/jbig2dec/files X-SVN-Commit-Revision: 479296 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2018 16:58:01 -0000 Author: sunpoet Date: Sun Sep 9 16:57:58 2018 New Revision: 479296 URL: https://svnweb.freebsd.org/changeset/ports/479296 Log: Regenerate patch files with makepatch: Modified: head/graphics/jbig2dec/files/patch-Makefile.am head/graphics/jbig2dec/files/patch-configure.ac head/graphics/jbig2dec/files/patch-jbig2dec.c Modified: head/graphics/jbig2dec/files/patch-Makefile.am ============================================================================== --- head/graphics/jbig2dec/files/patch-Makefile.am Sun Sep 9 16:57:52 2018 (r479295) +++ head/graphics/jbig2dec/files/patch-Makefile.am Sun Sep 9 16:57:58 2018 (r479296) @@ -1,6 +1,6 @@ ---- Makefile.am.orig 2014-10-31 21:30:04.000000000 +0800 -+++ Makefile.am 2015-12-04 15:46:33.248995991 +0800 -@@ -26,10 +26,10 @@ +--- Makefile.am.orig 2018-09-03 16:39:20 UTC ++++ Makefile.am +@@ -26,10 +26,10 @@ libjbig2dec_la_SOURCES = jbig2.c \ bin_PROGRAMS = jbig2dec noinst_PROGRAMS = test_sha1 test_huffman test_arith @@ -14,7 +14,7 @@ dist_man_MANS = jbig2dec.1 -@@ -39,8 +39,9 @@ +@@ -39,8 +39,9 @@ MAINTAINERCLEANFILES = config_types.h.in TESTS = test_sha1 test_jbig2dec.py test_huffman test_arith Modified: head/graphics/jbig2dec/files/patch-configure.ac ============================================================================== --- head/graphics/jbig2dec/files/patch-configure.ac Sun Sep 9 16:57:52 2018 (r479295) +++ head/graphics/jbig2dec/files/patch-configure.ac Sun Sep 9 16:57:58 2018 (r479296) @@ -1,6 +1,6 @@ ---- configure.ac.orig 2014-10-31 21:30:04.000000000 +0800 -+++ configure.ac 2015-12-04 15:15:55.027124992 +0800 -@@ -140,8 +140,6 @@ +--- configure.ac.orig 2018-09-03 16:39:20 UTC ++++ configure.ac +@@ -140,8 +140,6 @@ AC_CHECK_FUNC(getopt_long, AC_DEFINE(HAVE_GETOPT_LONG,, [Define if the local libc includes getopt_long()] ),[ Modified: head/graphics/jbig2dec/files/patch-jbig2dec.c ============================================================================== --- head/graphics/jbig2dec/files/patch-jbig2dec.c Sun Sep 9 16:57:52 2018 (r479295) +++ head/graphics/jbig2dec/files/patch-jbig2dec.c Sun Sep 9 16:57:58 2018 (r479296) @@ -1,6 +1,6 @@ ---- jbig2dec.c.orig 2014-10-31 13:30:04 UTC +--- jbig2dec.c.orig 2018-09-03 16:39:20 UTC +++ jbig2dec.c -@@ -41,7 +41,10 @@ +@@ -40,7 +40,10 @@ #endif #include "os_types.h"