svn commit: r368791 - head/devel/p5-PatchReader/files

Olli Hauer ohauer at FreeBSD.org
Sun Sep 21 21:47:02 UTC 2014


Author: ohauer
Date: Sun Sep 21 21:47:01 2014
New Revision: 368791
URL: http://svnweb.freebsd.org/changeset/ports/368791
QAT: https://qat.redports.org/buildarchive/r368791/

Log:
  - unbreak patch stage (patch does not apply because line out of range)
  
  PR:             193785, 190724
  Approved by:    implicit

Modified:
  head/devel/p5-PatchReader/files/patch-lib__PatchReader__Raw.pm

Modified: head/devel/p5-PatchReader/files/patch-lib__PatchReader__Raw.pm
==============================================================================
--- head/devel/p5-PatchReader/files/patch-lib__PatchReader__Raw.pm	Sun Sep 21 21:35:39 2014	(r368790)
+++ head/devel/p5-PatchReader/files/patch-lib__PatchReader__Raw.pm	Sun Sep 21 21:47:01 2014	(r368791)
@@ -9,7 +9,7 @@
      $this->_maybe_end_file();
  
      if ($1 eq "/dev/null") {
-@@ -54,9 +54,12 @@
+@@ -54,9 +54,11 @@
  
      $this->{IN_HEADER} = 1;
  


More information about the svn-ports-head mailing list