[Midnightbsd-cvs] mports [18889] trunk/Tools/lib/Magus/Depend.pm: type is now in the pk
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat May 9 17:16:17 EDT 2015
Revision: 18889
http://svnweb.midnightbsd.org/mports/?rev=18889
Author: laffer1
Date: 2015-05-09 17:16:17 -0400 (Sat, 09 May 2015)
Log Message:
-----------
type is now in the pk
Modified Paths:
--------------
trunk/Tools/lib/Magus/Depend.pm
Modified: trunk/Tools/lib/Magus/Depend.pm
===================================================================
--- trunk/Tools/lib/Magus/Depend.pm 2015-05-09 21:13:44 UTC (rev 18888)
+++ trunk/Tools/lib/Magus/Depend.pm 2015-05-09 21:16:17 UTC (rev 18889)
@@ -36,8 +36,7 @@
__PACKAGE__->table('depends');
-__PACKAGE__->columns(Primary => qw(port dependency));
-__PACKAGE__->columns(All => qw(type));
+__PACKAGE__->columns(Primary => qw(port dependency type));
__PACKAGE__->has_a(dependency => 'Magus::Port');
More information about the Midnightbsd-cvs
mailing list