[128845] contrib/cpan2port/cpan2port

khindenburg at macports.org khindenburg at macports.org
Thu Nov 27 20:08:16 PST 2014


Revision: 128845
          https://trac.macports.org/changeset/128845
Author:   khindenburg at macports.org
Date:     2014-11-27 20:08:16 -0800 (Thu, 27 Nov 2014)
Log Message:
-----------
cpan2port: add newline to separate creating/candidate lines

Modified Paths:
--------------
    contrib/cpan2port/cpan2port

Modified: contrib/cpan2port/cpan2port
===================================================================
--- contrib/cpan2port/cpan2port	2014-11-28 03:38:34 UTC (rev 128844)
+++ contrib/cpan2port/cpan2port	2014-11-28 04:08:16 UTC (rev 128845)
@@ -360,7 +360,7 @@
             my $dir = "perl/$$info{port}";
             -d $dir or mkpath $dir;
             my $portfile = "$dir/Portfile";
-            print STDERR "creating $portfile";
+            print STDERR "creating $portfile\n";
             open PORTFILE,'>',$portfile or die "$! while creating $portfile";
             print PORTFILE portfile($info);
         } else { die 'Huggy did not have clue' }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141127/2141669c/attachment-0001.html>


More information about the macports-changes mailing list