[Midnightbsd-cvs] mports [18887] trunk/Tools/magus/www/data/magus/index.cgi: expose type information
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat May 9 17:12:08 EDT 2015
Revision: 18887
http://svnweb.midnightbsd.org/mports/?rev=18887
Author: laffer1
Date: 2015-05-09 17:12:07 -0400 (Sat, 09 May 2015)
Log Message:
-----------
expose type information
Modified Paths:
--------------
trunk/Tools/magus/www/data/magus/index.cgi
Modified: trunk/Tools/magus/www/data/magus/index.cgi
===================================================================
--- trunk/Tools/magus/www/data/magus/index.cgi 2015-05-09 19:57:49 UTC (rev 18886)
+++ trunk/Tools/magus/www/data/magus/index.cgi 2015-05-09 21:12:07 UTC (rev 18887)
@@ -261,6 +261,7 @@
port => $_->name,
id => $_->id,
status => $_->status,
+ type => $_->type
} } $port->depends;
if (@depends) {
@@ -271,6 +272,7 @@
port => $_->name,
id => $_->id,
status => $_->status,
+ type => $_->type
} } map { Magus::Port->retrieve($_->port) } Magus::Depend->search(dependency => $port);
if ($port->log) {
More information about the Midnightbsd-cvs
mailing list