[Midnightbsd-cvs] mports [18895] trunk/Tools/lib/Magus/Port.pm: add quotes

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat May 9 17:40:37 EDT 2015


Revision: 18895
          http://svnweb.midnightbsd.org/mports/?rev=18895
Author:   laffer1
Date:     2015-05-09 17:40:36 -0400 (Sat, 09 May 2015)
Log Message:
-----------
add quotes

Modified Paths:
--------------
    trunk/Tools/lib/Magus/Port.pm

Modified: trunk/Tools/lib/Magus/Port.pm
===================================================================
--- trunk/Tools/lib/Magus/Port.pm	2015-05-09 21:37:55 UTC (rev 18894)
+++ trunk/Tools/lib/Magus/Port.pm	2015-05-09 21:40:36 UTC (rev 18895)
@@ -44,7 +44,7 @@
 
 __PACKAGE__->has_a(run => 'Magus::Run');
 
-__PACKAGE__->has_many(depends => [ 'Magus::Depend' => 'dependency' ] => port);
+__PACKAGE__->has_many(depends => [ 'Magus::Depend' => 'dependency' ] => 'port');
 __PACKAGE__->has_many(categories => [ 'Magus::PortCategory' => 'category' ]);
 __PACKAGE__->has_many(events => 'Magus::Event');
 



More information about the Midnightbsd-cvs mailing list