[72129] trunk/dports/lang/rhino
ryandesign at macports.org
ryandesign at macports.org
Mon Oct 4 15:01:23 PDT 2010
Revision: 72129
http://trac.macports.org/changeset/72129
Author: ryandesign at macports.org
Date: 2010-10-04 15:01:21 -0700 (Mon, 04 Oct 2010)
Log Message:
-----------
rhino: fix wrapper script to handle files with spaces in their names; use "supported_archs noarch"
Modified Paths:
--------------
trunk/dports/lang/rhino/Portfile
trunk/dports/lang/rhino/files/rhino
Modified: trunk/dports/lang/rhino/Portfile
===================================================================
--- trunk/dports/lang/rhino/Portfile 2010-10-04 20:52:24 UTC (rev 72128)
+++ trunk/dports/lang/rhino/Portfile 2010-10-04 22:01:21 UTC (rev 72129)
@@ -5,10 +5,13 @@
name rhino
version 1.7R2
+revision 1
license MPL-1.1 GPL-2.0
categories lang java devel
platforms darwin freebsd openbsd
homepage http://www.mozilla.org/rhino/
+supported_archs noarch
+
maintainers ouarz.net:franck.cassedanne
description Mozilla JavaScript engine for Java
Modified: trunk/dports/lang/rhino/files/rhino
===================================================================
--- trunk/dports/lang/rhino/files/rhino 2010-10-04 20:52:24 UTC (rev 72128)
+++ trunk/dports/lang/rhino/files/rhino 2010-10-04 22:01:21 UTC (rev 72129)
@@ -1,2 +1,3 @@
#!/bin/sh
-java -jar __PREFIX__/share/java/rhino/js.jar $@
+
+exec java -jar __PREFIX__/share/java/rhino/js.jar "$@"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101004/c0f4f70b/attachment-0001.html>
More information about the macports-changes
mailing list