[48607] users/toby/objcports
toby at macports.org
toby at macports.org
Wed Mar 25 23:17:58 PDT 2009
Revision: 48607
http://trac.macports.org/changeset/48607
Author: toby at macports.org
Date: 2009-03-25 23:17:57 -0700 (Wed, 25 Mar 2009)
Log Message:
-----------
update
Modified Paths:
--------------
users/toby/objcports/MPPort.m
users/toby/objcports/variables.plist
Modified: users/toby/objcports/MPPort.m
===================================================================
--- users/toby/objcports/MPPort.m 2009-03-26 06:09:25 UTC (rev 48606)
+++ users/toby/objcports/MPPort.m 2009-03-26 06:17:57 UTC (rev 48607)
@@ -40,7 +40,7 @@
[_variableInfo setObject:[NSDictionary dictionary] forKey:[NSString stringWithFormat:@"%@.pre_args", command]];
[_variableInfo setObject:[NSDictionary dictionary] forKey:[NSString stringWithFormat:@"%@.args", command]];
[_variableInfo setObject:[NSDictionary dictionary] forKey:[NSString stringWithFormat:@"%@.post_args", command]];
- [_variableInfo setObject:[NSDictionary dictionary] forKey:[NSString stringWithFormat:@"%@.env", command]];
+ [_variableInfo setObject:[NSDictionary dictionaryWithObject:[NSNumber numberWithBool:YES] forKey:@"AppendDelete"] forKey:[NSString stringWithFormat:@"%@.env", command]];
[_variableInfo setObject:[NSDictionary dictionary] forKey:[NSString stringWithFormat:@"%@.type", command]];
[_variableInfo setObject:[NSDictionary dictionary] forKey:[NSString stringWithFormat:@"%@.cmd", command]];
}
Modified: users/toby/objcports/variables.plist
===================================================================
--- users/toby/objcports/variables.plist 2009-03-26 06:09:25 UTC (rev 48606)
+++ users/toby/objcports/variables.plist 2009-03-26 06:17:57 UTC (rev 48607)
@@ -2,60 +2,74 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
- <key>prefix</key>
+ <key>build.target</key>
<dict/>
- <key>name</key>
+ <key>categories</key>
<dict/>
- <key>version</key>
+ <key>checksums</key>
<dict/>
- <key>revision</key>
+ <key>configure.cflags</key>
+ <dict>
+ <key>AppendDelete</key>
+ <true/>
+ </dict>
+ <key>configure.cppflags</key>
+ <dict>
+ <key>AppendDelete</key>
+ <true/>
+ </dict>
+ <key>configure.universal_args</key>
+ <dict>
+ <key>AppendDelete</key>
+ <true/>
+ </dict>
+ <key>depends_build</key>
<dict/>
- <key>epoch</key>
+ <key>depends_lib</key>
<dict/>
- <key>categories</key>
+ <key>depends_run</key>
<dict/>
- <key>maintainers</key>
- <dict/>
<key>description</key>
<dict/>
- <key>long_description</key>
+ <key>destroot</key>
+ <dict>
+ <key>Constant</key>
+ <true/>
+ </dict>
+ <key>destroot.destdir</key>
<dict/>
- <key>homepage</key>
+ <key>destroot.target</key>
<dict/>
- <key>platforms</key>
+ <key>distname</key>
<dict/>
- <key>master_sites</key>
+ <key>epoch</key>
<dict/>
- <key>use_zip</key>
+ <key>extract.suffix</key>
<dict/>
- <key>checksums</key>
+ <key>fetch.type</key>
<dict/>
- <key>patchfiles</key>
+ <key>homepage</key>
<dict/>
- <key>depends_build</key>
+ <key>livecheck.check</key>
<dict/>
- <key>depends_lib</key>
+ <key>livecheck.regex</key>
<dict/>
- <key>distname</key>
+ <key>livecheck.url</key>
<dict/>
- <key>worksrcdir</key>
+ <key>long_description</key>
<dict/>
- <key>configure.cppflags</key>
+ <key>maintainers</key>
+ <dict/>
+ <key>master_sites</key>
+ <dict/>
+ <key>name</key>
+ <dict/>
+ <key>os.arch</key>
<dict>
- <key>AppendDelete</key>
- <true/>
- </dict>
- <key>configure.cflags</key>
- <dict>
- <key>AppendDelete</key>
- <true/>
- </dict>
- <key>os.platform</key>
- <dict>
<key>Constant</key>
<true/>
</dict>
- <key>os.version</key>
+ <key>os.endian</key>
<dict>
<key>Constant</key>
<true/>
@@ -65,25 +79,46 @@
<key>Constant</key>
<true/>
</dict>
- <key>os.arch</key>
+ <key>os.platform</key>
<dict>
<key>Constant</key>
<true/>
</dict>
- <key>os.endian</key>
+ <key>os.version</key>
<dict>
<key>Constant</key>
<true/>
</dict>
+ <key>patch_sites</key>
+ <dict/>
+ <key>patchfiles</key>
+ <dict/>
+ <key>platforms</key>
+ <dict/>
+ <key>prefix</key>
+ <dict/>
+ <key>revision</key>
+ <dict/>
+ <key>svn.tag</key>
+ <dict/>
+ <key>svn.url</key>
+ <dict/>
+ <key>universal_variant</key>
+ <dict/>
+ <key>use_bzip2</key>
+ <dict/>
+ <key>use_parallel_build</key>
+ <dict/>
+ <key>use_zip</key>
+ <dict/>
+ <key>version</key>
+ <dict/>
+ <key>worksrcdir</key>
+ <dict/>
<key>worksrcpath</key>
<dict>
<key>Constant</key>
<true/>
</dict>
- <key>destroot</key>
- <dict>
- <key>Constant</key>
- <true/>
- </dict>
</dict>
</plist>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090325/809f9c90/attachment.html>
More information about the macports-changes
mailing list