[71984] trunk/dports/textproc/relames

ryandesign at macports.org ryandesign at macports.org
Wed Sep 29 06:51:58 PDT 2010


Revision: 71984
          http://trac.macports.org/changeset/71984
Author:   ryandesign at macports.org
Date:     2010-09-29 06:51:56 -0700 (Wed, 29 Sep 2010)
Log Message:
-----------
relames: update wrapper script to handle exit codes better (?) and handle files with spaces in their names; see #26670; add "supported_archs noarch"

Modified Paths:
--------------
    trunk/dports/textproc/relames/Portfile
    trunk/dports/textproc/relames/files/relames

Modified: trunk/dports/textproc/relames/Portfile
===================================================================
--- trunk/dports/textproc/relames/Portfile	2010-09-29 13:48:42 UTC (rev 71983)
+++ trunk/dports/textproc/relames/Portfile	2010-09-29 13:51:56 UTC (rev 71984)
@@ -4,9 +4,12 @@
 
 name                  relames
 version               20060319
+revision              1
 categories            textproc
 platforms             darwin
 maintainers           nomaintainer
+supported_archs       noarch
+
 description           Multi-Schema XML Validator to validate XML documents
 long_description      The Sun Multi-Schema XML Validator (MSV) is a Java \
                       technology tool to validate XML documents against \

Modified: trunk/dports/textproc/relames/files/relames
===================================================================
--- trunk/dports/textproc/relames/files/relames	2010-09-29 13:48:42 UTC (rev 71983)
+++ trunk/dports/textproc/relames/files/relames	2010-09-29 13:51:56 UTC (rev 71984)
@@ -4,4 +4,4 @@
 # Just call `relames` to get an overview of the options.
 
 
-java -Xss2048K -jar @@RELAMES@@ $@
+exec java -Xss2048K -jar @@RELAMES@@ "$@"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100929/39a8b87a/attachment.html>


More information about the macports-changes mailing list