Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2018 12:37:17 +0000 (UTC)
From:      =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= <des@FreeBSD.org>
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
Message-ID:  <201809101237.w8ACbHTJ026973@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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};
    }
+   



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809101237.w8ACbHTJ026973>