aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2018-09-10 20:37:17 +0800
committerdes <des@FreeBSD.org>2018-09-10 20:37:17 +0800
commit571ae474682b7bdb46c0ab0553560efaa24f9af9 (patch)
treec5edc94fe7f8ced462724eb4b0401d495ce50519
parent31f9418b11083b5df2750d749596ece56ba7e306 (diff)
downloadfreebsd-ports-gnome-571ae474682b7bdb46c0ab0553560efaa24f9af9.tar.gz
freebsd-ports-gnome-571ae474682b7bdb46c0ab0553560efaa24f9af9.tar.zst
freebsd-ports-gnome-571ae474682b7bdb46c0ab0553560efaa24f9af9.zip
Regenerate with 'make makepatch'.
-rw-r--r--textproc/p5-Text-Graphics/files/patch-lib_Text_Graphics.pm (renamed from textproc/p5-Text-Graphics/files/patch-Graphics.pm)11
1 files changed, 6 insertions, 5 deletions
diff --git a/textproc/p5-Text-Graphics/files/patch-Graphics.pm b/textproc/p5-Text-Graphics/files/patch-lib_Text_Graphics.pm
index 8019acad80b8..a5e8d3d54159 100644
--- a/textproc/p5-Text-Graphics/files/patch-Graphics.pm
+++ b/textproc/p5-Text-Graphics/files/patch-lib_Text_Graphics.pm
@@ -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};
}
+