<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[132993] trunk/dports/aqua</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="https://trac.macports.org/changeset/132993">132993</a></dd>
<dt>Author</dt> <dd>ryandesign@macports.org</dd>
<dt>Date</dt> <dd>2015-02-17 01:24:27 -0800 (Tue, 17 Feb 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>MongoHub: new port, version 2.7b10</pre>

<h3>Added Paths</h3>
<ul>
<li>trunk/dports/aqua/MongoHub/</li>
<li><a href="#trunkdportsaquaMongoHubPortfile">trunk/dports/aqua/MongoHub/Portfile</a></li>
<li>trunk/dports/aqua/MongoHub/files/</li>
<li><a href="#trunkdportsaquaMongoHubfilespatchMongoHubxcodeprojprojectpbxprojdiff">trunk/dports/aqua/MongoHub/files/patch-MongoHub.xcodeproj-project.pbxproj.diff</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportsaquaMongoHubPortfile"></a>
<div class="addfile"><h4>Added: trunk/dports/aqua/MongoHub/Portfile (0 => 132993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/aqua/MongoHub/Portfile                                (rev 0)
+++ trunk/dports/aqua/MongoHub/Portfile        2015-02-17 09:24:27 UTC (rev 132993)
</span><span class="lines">@@ -0,0 +1,29 @@
</span><ins>+# -*- 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$
+
+PortSystem          1.0
+PortGroup           github 1.0
+PortGroup           xcode 1.0
+
+github.setup        jeromelebel MongoHub-Mac 2.7b10
+name                MongoHub
+categories          aqua databases
+maintainers         ryandesign openmaintainer
+
+# Source includes Intel-only version of MCPKit.framework
+supported_archs     i386 x86_64
+
+description         Mac MongoDB GUI client
+
+long_description    ${name} is a ${description}.
+
+checksums           rmd160  73c29c0961c406589a5242784d1f8d651eb50eaa \
+                    sha256  221edb50cd660ee60709fce9c57d30fe9116ef6a9d9ceeaf4d374cc672d00f34
+
+depends_lib         port:MongoObjCDriver
+
+patchfiles-append   patch-MongoHub.xcodeproj-project.pbxproj.diff
+
+post-patch {
+    reinplace &quot;s|@FRAMEWORKS_DIR@|${frameworks_dir}|g&quot; ${worksrcpath}/MongoHub.xcodeproj/project.pbxproj
+}
</ins><span class="cx">Property changes on: trunk/dports/aqua/MongoHub/Portfile
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<a id="trunkdportsaquaMongoHubfilespatchMongoHubxcodeprojprojectpbxprojdiff"></a>
<div class="addfile"><h4>Added: trunk/dports/aqua/MongoHub/files/patch-MongoHub.xcodeproj-project.pbxproj.diff (0 => 132993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/aqua/MongoHub/files/patch-MongoHub.xcodeproj-project.pbxproj.diff                                (rev 0)
+++ trunk/dports/aqua/MongoHub/files/patch-MongoHub.xcodeproj-project.pbxproj.diff        2015-02-17 09:24:27 UTC (rev 132993)
</span><span class="lines">@@ -0,0 +1,114 @@
</span><ins>+--- MongoHub.xcodeproj/project.pbxproj.orig        2014-08-26 18:40:15.000000000 -0500
++++ MongoHub.xcodeproj/project.pbxproj        2015-02-17 03:12:21.000000000 -0600
+@@ -11,7 +11,6 @@
+                         isa = PBXAggregateTarget;
+                         buildConfigurationList = 02216F221412D54600789BD1 /* Build configuration list for PBXAggregateTarget &quot;Submodules&quot; */;
+                         buildPhases = (
+-                                02D5A7F41442019100C7768C /* Update submodules */,
+                         );
+                         dependencies = (
+                         );
+@@ -52,7 +51,6 @@
+                 02AA29931477F8BD0041865F /* MHFileExporter.m in Sources */ = {isa = PBXBuildFile; fileRef = 02AA29921477F8BD0041865F /* MHFileExporter.m */; };
+                 02B143DC147C720D005AB320 /* MHFileImporter.m in Sources */ = {isa = PBXBuildFile; fileRef = 02B143DB147C720D005AB320 /* MHFileImporter.m */; };
+                 02C4C1C819A231090002FBD8 /* MongoObjCDriver.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02C4C1C519A230BE0002FBD8 /* MongoObjCDriver.framework */; };
+-                02C4C1CA19A231600002FBD8 /* MongoObjCDriver.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 02C4C1C519A230BE0002FBD8 /* MongoObjCDriver.framework */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
+                 02CEE9BE1486DD7A00E488DA /* MHTabTitleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 02CEE9BD1486DD7A00E488DA /* MHTabTitleView.m */; };
+                 02CF9CC919AA9E8A00EEF76B /* MHMongoHubMigration9to10.xcmappingmodel in Sources */ = {isa = PBXBuildFile; fileRef = 02CF9CC819AA9E8A00EEF76B /* MHMongoHubMigration9to10.xcmappingmodel */; };
+                 02D83E0219A4A28F007AB2F2 /* NSDictionary+MongoHub.m in Sources */ = {isa = PBXBuildFile; fileRef = 02D83E0119A4A28F007AB2F2 /* NSDictionary+MongoHub.m */; };
+@@ -135,6 +133,7 @@
+                 1DF96F9211883B3800C35AB8 /* MHQueryWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DF96F9111883B3800C35AB8 /* MHQueryWindowController.m */; };
+                 1DF96F9411883D5E00C35AB8 /* MHQueryWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DF96F9311883D5E00C35AB8 /* MHQueryWindow.xib */; };
+                 2F7446990DB6B7EA00F9684A /* MHMainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2F7446970DB6B7EA00F9684A /* MHMainMenu.xib */; };
++                500EC4711A933D1F00B3B326 /* MongoObjCDriver.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 500EC4701A933D1F00B3B326 /* MongoObjCDriver.framework */; };
+                 77C8280E06725ACE000B614F /* MHApplicationDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 77C8280C06725ACE000B614F /* MHApplicationDelegate.m */; };
+                 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
+                 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
+@@ -172,7 +171,6 @@
+                         dstPath = &quot;&quot;;
+                         dstSubfolderSpec = 10;
+                         files = (
+-                                02C4C1CA19A231600002FBD8 /* MongoObjCDriver.framework in CopyFiles */,
+                                 02FCD3D913BCC7D200316A9F /* RegexKit.framework in CopyFiles */,
+                                 02FCD3DA13BCC81700316A9F /* Sparkle.framework in CopyFiles */,
+                                 02FCD3DB13BCC83200316A9F /* MCPKit.framework in CopyFiles */,
+@@ -355,6 +353,7 @@
+                 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };
+                 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };
+                 2F7446980DB6B7EA00F9684A /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MHMainMenu.xib; sourceTree = &quot;&lt;group&gt;&quot;; };
++                500EC4701A933D1F00B3B326 /* MongoObjCDriver.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MongoObjCDriver.framework; path = &quot;@FRAMEWORKS_DIR@/MongoObjCDriver.framework&quot;; sourceTree = &quot;&lt;absolute&gt;&quot;; };
+                 77C82804067257F0000B614F /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };
+                 77C8280B06725ACE000B614F /* MHApplicationDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MHApplicationDelegate.h; sourceTree = &quot;&lt;group&gt;&quot;; };
+                 77C8280C06725ACE000B614F /* MHApplicationDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MHApplicationDelegate.m; sourceTree = &quot;&lt;group&gt;&quot;; };
+@@ -376,6 +375,7 @@
+                                 02FCD3CF13BB9EA400316A9F /* Sparkle.framework in Frameworks */,
+                                 02FCD3D813BBA4A300316A9F /* MCPKit.framework in Frameworks */,
+                                 02C4C1C819A231090002FBD8 /* MongoObjCDriver.framework in Frameworks */,
++                                500EC4711A933D1F00B3B326 /* MongoObjCDriver.framework in Frameworks */,
+                         );
+                         runOnlyForDeploymentPostprocessing = 0;
+                 };
+@@ -730,6 +730,7 @@
+                 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
+                         isa = PBXGroup;
+                         children = (
++                                500EC4701A933D1F00B3B326 /* MongoObjCDriver.framework */,
+                                 02FCD3D713BBA4A300316A9F /* MCPKit.framework */,
+                                 02FCD3CE13BB9EA400316A9F /* Sparkle.framework */,
+                                 026B2DE413BB6FB8009BEA7B /* RegexKit.framework */,
+@@ -890,23 +891,6 @@
+                 };
+ /* End PBXResourcesBuildPhase section */

+-/* Begin PBXShellScriptBuildPhase section */
+-                02D5A7F41442019100C7768C /* Update submodules */ = {
+-                        isa = PBXShellScriptBuildPhase;
+-                        buildActionMask = 2147483647;
+-                        files = (
+-                        );
+-                        inputPaths = (
+-                        );
+-                        name = &quot;Update submodules&quot;;
+-                        outputPaths = (
+-                        );
+-                        runOnlyForDeploymentPostprocessing = 0;
+-                        shellPath = /bin/sh;
+-                        shellScript = &quot;./scripts/update_submodule.sh jeromelebel mongo-objc-driver master Libraries/MongoObjCDriver\n&quot;;
+-                };
+-/* End PBXShellScriptBuildPhase section */
+-
+ /* Begin PBXSourcesBuildPhase section */
+                 8D11072C0486CEB800E47090 /* Sources */ = {
+                         isa = PBXSourcesBuildPhase;
+@@ -1016,6 +1000,7 @@
+                                 FRAMEWORK_SEARCH_PATHS = (
+                                         &quot;$(inherited)&quot;,
+                                         &quot;\&quot;$(SRCROOT)\&quot;/Frameworks&quot;,
++                                        &quot;@FRAMEWORKS_DIR@&quot;,
+                                 );
+                                 GCC_OPTIMIZATION_LEVEL = 0;
+                                 INFOPLIST_FILE = &quot;Resources/MongoHub-Info.plist&quot;;
+@@ -1031,6 +1016,7 @@
+                                 FRAMEWORK_SEARCH_PATHS = (
+                                         &quot;$(inherited)&quot;,
+                                         &quot;\&quot;$(SRCROOT)\&quot;/Frameworks&quot;,
++                                        &quot;@FRAMEWORKS_DIR@&quot;,
+                                 );
+                                 INFOPLIST_FILE = &quot;Resources/MongoHub-Info.plist&quot;;
+                                 INSTALL_PATH = &quot;$(HOME)/Applications&quot;;
+@@ -1044,6 +1030,7 @@
+                                 ARCHS = &quot;$(ARCHS_STANDARD_32_64_BIT)&quot;;
+                                 COPY_PHASE_STRIP = NO;
+                                 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
++                                GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
+                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
+                                 GCC_WARN_UNUSED_VARIABLE = YES;
+                                 MACOSX_DEPLOYMENT_TARGET = 10.7;
+@@ -1057,6 +1044,7 @@
+                                 ARCHS = &quot;$(ARCHS_STANDARD_32_64_BIT)&quot;;
+                                 COPY_PHASE_STRIP = NO;
+                                 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
++                                GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
+                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
+                                 GCC_WARN_UNUSED_VARIABLE = YES;
+                                 MACOSX_DEPLOYMENT_TARGET = 10.7;
</ins></span></pre>
</div>
</div>

</body>
</html>