[137857] branches/gsoc15-portfile

chunyang at macports.org chunyang at macports.org
Sun Jun 21 23:43:53 PDT 2015


Revision: 137857
          https://trac.macports.org/changeset/137857
Author:   chunyang at macports.org
Date:     2015-06-21 23:43:53 -0700 (Sun, 21 Jun 2015)
Log Message:
-----------
port-create: Fix tclsh version

Modified Paths:
--------------
    branches/gsoc15-portfile/README.md
    branches/gsoc15-portfile/port-create

Modified: branches/gsoc15-portfile/README.md
===================================================================
--- branches/gsoc15-portfile/README.md	2015-06-22 03:24:24 UTC (rev 137856)
+++ branches/gsoc15-portfile/README.md	2015-06-22 06:43:53 UTC (rev 137857)
@@ -1,8 +1,8 @@
 # port-create
 
 ## Installation
+`jq` and `curl` is needed to run `github2port`, to install:
 
-    $ sudo port install tcllib
     $ sudo port install jq
     $ sudo port install curl
 

Modified: branches/gsoc15-portfile/port-create
===================================================================
--- branches/gsoc15-portfile/port-create	2015-06-22 03:24:24 UTC (rev 137856)
+++ branches/gsoc15-portfile/port-create	2015-06-22 06:43:53 UTC (rev 137857)
@@ -1,4 +1,4 @@
-#!/usr/bin/env tclsh
+#!/opt/local/libexec/macports/bin/tclsh8.5
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150621/bbe007a0/attachment.html>


More information about the macports-changes mailing list