[149397] trunk/dports/sysutils/asciinema/Portfile

larryv at macports.org larryv at macports.org
Thu Jun 16 22:39:00 PDT 2016


Revision: 149397
          https://trac.macports.org/changeset/149397
Author:   larryv at macports.org
Date:     2016-06-16 22:39:00 -0700 (Thu, 16 Jun 2016)
Log Message:
-----------
asciinema: Don't print package names during build

The names quickly get lost among the printed commands and don't really
provide additional information. Printing the commands themselves (with
`-x`) is sufficient.

Modified Paths:
--------------
    trunk/dports/sysutils/asciinema/Portfile

Modified: trunk/dports/sysutils/asciinema/Portfile
===================================================================
--- trunk/dports/sysutils/asciinema/Portfile	2016-06-17 01:59:12 UTC (rev 149396)
+++ trunk/dports/sysutils/asciinema/Portfile	2016-06-17 05:39:00 UTC (rev 149397)
@@ -37,7 +37,7 @@
 
 build.args          COMMIT=[string range ${github.version} 0 6] \
                     GOPATH='${workpath}' \
-                    MP_GOFLAGS='-p ${build.jobs} -v -x'
+                    MP_GOFLAGS='-p ${build.jobs} -x'
 
 destroot.args       PREFIX='${prefix}'
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160616/f60b2761/attachment.html>


More information about the macports-changes mailing list