From owner-svn-ports-head@freebsd.org Mon Sep 10 12:37:18 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 E31B0108EA7E; Mon, 10 Sep 2018 12:37:17 +0000 (UTC) (envelope-from des@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 99D317E96F; Mon, 10 Sep 2018 12:37:17 +0000 (UTC) (envelope-from des@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 94D8568F; Mon, 10 Sep 2018 12:37:17 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8ACbHjF026974; Mon, 10 Sep 2018 12:37:17 GMT (envelope-from des@FreeBSD.org) Received: (from des@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8ACbHTJ026973; Mon, 10 Sep 2018 12:37:17 GMT (envelope-from des@FreeBSD.org) Message-Id: <201809101237.w8ACbHTJ026973@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: des set sender to des@FreeBSD.org using -f From: =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= Date: Mon, 10 Sep 2018 12:37:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479400 - head/textproc/p5-Text-Graphics/files X-SVN-Group: ports-head X-SVN-Commit-Author: des X-SVN-Commit-Paths: head/textproc/p5-Text-Graphics/files X-SVN-Commit-Revision: 479400 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: Mon, 10 Sep 2018 12:37:18 -0000 Author: des Date: Mon Sep 10 12:37:17 2018 New Revision: 479400 URL: https://svnweb.freebsd.org/changeset/ports/479400 Log: Regenerate with 'make makepatch'. Added: head/textproc/p5-Text-Graphics/files/patch-lib_Text_Graphics.pm - copied, changed from r479399, head/textproc/p5-Text-Graphics/files/patch-Graphics.pm Deleted: head/textproc/p5-Text-Graphics/files/patch-Graphics.pm Copied and modified: head/textproc/p5-Text-Graphics/files/patch-lib_Text_Graphics.pm (from r479399, head/textproc/p5-Text-Graphics/files/patch-Graphics.pm) ============================================================================== --- head/textproc/p5-Text-Graphics/files/patch-Graphics.pm Mon Sep 10 12:37:04 2018 (r479399, copy source) +++ head/textproc/p5-Text-Graphics/files/patch-lib_Text_Graphics.pm Mon Sep 10 12:37:17 2018 (r479400) @@ -1,6 +1,6 @@ ---- lib/Text/Graphics.pm.orig Sat Dec 30 20:01:06 2000 -+++ lib/Text/Graphics.pm Sat Dec 30 20:02:21 2000 -@@ -49,8 +49,8 @@ +--- lib/Text/Graphics.pm.orig 1998-06-23 01:00:27 UTC ++++ lib/Text/Graphics.pm +@@ -49,8 +49,8 @@ sub add { my $child = shift; my $offx = shift; my $offy = shift; @@ -11,7 +11,7 @@ $child->{parent} = $this; push @{ $this->{children} }, $child; -@@ -78,7 +78,7 @@ +@@ -78,7 +78,7 @@ sub _drawBackground { my $this = shift; my $gc = shift; @@ -20,7 +20,7 @@ $gc->fillRect($this->{bg}, 0, 0, $this->{width}, $this->{height}); } } -@@ -413,7 +413,7 @@ +@@ -413,7 +413,7 @@ sub setSize { ## we need to re-wrap iff the width changes ## @@ -28,3 +28,4 @@ + if ((defined $width) and ($this->{width} != $width)) { delete $this->{text_was_wrapped}; } +