[148617] trunk/dports/perl/p5-test2/Portfile

devans at macports.org devans at macports.org
Thu May 12 16:49:54 PDT 2016


Revision: 148617
          https://trac.macports.org/changeset/148617
Author:   devans at macports.org
Date:     2016-05-12 16:49:54 -0700 (Thu, 12 May 2016)
Log Message:
-----------
p5-test2: fix typos in replaced_by declarations.

Modified Paths:
--------------
    trunk/dports/perl/p5-test2/Portfile

Modified: trunk/dports/perl/p5-test2/Portfile
===================================================================
--- trunk/dports/perl/p5-test2/Portfile	2016-05-12 23:03:43 UTC (rev 148616)
+++ trunk/dports/perl/p5-test2/Portfile	2016-05-12 23:49:54 UTC (rev 148617)
@@ -15,9 +15,9 @@
 depends_lib
 
 if {${perl5.major} != ""} {
-    replaced_by     port:p${perl5.major}-test-simple
+    replaced_by     p${perl5.major}-test-simple
 } else {
-    replaced_by     port:p5-test-simple
+    replaced_by     p5-test-simple
 }
 
 PortGroup           obsolete 1.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160512/93c055b4/attachment.html>


More information about the macports-changes mailing list