[139385] branches/gsoc15-portfile/skel

chunyang at macports.org chunyang at macports.org
Fri Aug 14 13:35:19 PDT 2015


Revision: 139385
          https://trac.macports.org/changeset/139385
Author:   chunyang at macports.org
Date:     2015-08-14 13:35:19 -0700 (Fri, 14 Aug 2015)
Log Message:
-----------
skel: Initial some variables with specified values, reported by "port lint"

Modified Paths:
--------------
    branches/gsoc15-portfile/skel

Modified: branches/gsoc15-portfile/skel
===================================================================
--- branches/gsoc15-portfile/skel	2015-08-14 20:29:58 UTC (rev 139384)
+++ branches/gsoc15-portfile/skel	2015-08-14 20:35:19 UTC (rev 139385)
@@ -21,6 +21,10 @@
 
 foreach var $skel_required_variables {
     set fields($var) "replaceme"
+
+    # "port lint" also checks these fields' values.
+    set fields(PortSystem) 1.0
+    set fields(platforms) darwin
 }
 
 proc build_portfile {} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150814/0a4c9f20/attachment.html>


More information about the macports-changes mailing list