[137860] branches/gsoc15-portfile/port-create

chunyang at macports.org chunyang at macports.org
Mon Jun 22 00:20:11 PDT 2015


Revision: 137860
          https://trac.macports.org/changeset/137860
Author:   chunyang at macports.org
Date:     2015-06-22 00:20:11 -0700 (Mon, 22 Jun 2015)
Log Message:
-----------
port-create: Support other group options

Modified Paths:
--------------
    branches/gsoc15-portfile/port-create

Modified: branches/gsoc15-portfile/port-create
===================================================================
--- branches/gsoc15-portfile/port-create	2015-06-22 07:08:49 UTC (rev 137859)
+++ branches/gsoc15-portfile/port-create	2015-06-22 07:20:11 UTC (rev 137860)
@@ -39,8 +39,11 @@
         github {
             puts [exec github2port/github2port https://github.com/jonas/tig/archive/tig-2.1.1.tar.gz]
         }
+        bitbucket {
+            puts [exec github2port/bitbucket2port https://bitbucket.org/sshguard/sshguard]
+        }
         default {
-            error "Unsupported group $group"
+            puts [exec portfile-gen/portfile-gen -g $group pylint 1.4.3]
         }
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150622/ba197856/attachment.html>


More information about the macports-changes mailing list