[Midnightbsd-cvs] mports [22946] trunk/Tools/magus/www/data/magus/index.cgi: add description and license fields.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Oct 17 13:33:16 EDT 2017


Revision: 22946
          http://svnweb.midnightbsd.org/mports/?rev=22946
Author:   laffer1
Date:     2017-10-17 13:33:15 -0400 (Tue, 17 Oct 2017)
Log Message:
-----------
add description and license fields.

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	2017-10-14 20:21:11 UTC (rev 22945)
+++ trunk/Tools/magus/www/data/magus/index.cgi	2017-10-17 17:33:15 UTC (rev 22946)
@@ -120,7 +120,9 @@
       arch      => $port->run->arch, 
       id        => $port->{id},
     osversion => $port->run->osversion,
-    can_reset => $port->{can_reset} eq 'active' ? 1 : 0
+    can_reset => $port->{can_reset} eq 'active' ? 1 : 0,
+    description => $port->description,
+    license => $port->license
      });
   }
       



More information about the Midnightbsd-cvs mailing list