[88930] trunk/dports/aqua/MongoExplorer/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Jan 14 22:27:59 PST 2012


Revision: 88930
          http://trac.macports.org/changeset/88930
Author:   ryandesign at macports.org
Date:     2012-01-14 22:27:59 -0800 (Sat, 14 Jan 2012)
Log Message:
-----------
MongoExplorer: use github portgroup

Modified Paths:
--------------
    trunk/dports/aqua/MongoExplorer/Portfile

Modified: trunk/dports/aqua/MongoExplorer/Portfile
===================================================================
--- trunk/dports/aqua/MongoExplorer/Portfile	2012-01-15 06:27:13 UTC (rev 88929)
+++ trunk/dports/aqua/MongoExplorer/Portfile	2012-01-15 06:27:59 UTC (rev 88930)
@@ -2,10 +2,11 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           github 1.0
 PortGroup           xcode 1.0
 
+github.setup        francois mongo_explorer 1.0.2 v
 name                MongoExplorer
-version             1.0.2
 categories          aqua databases
 maintainers         ryandesign
 license             MIT
@@ -15,10 +16,6 @@
 long_description    Mongo Explorer is a simple Cocoa application to administer \
                     Mongo databases. It is still a work in progress.
 
-homepage            https://github.com/francois/mongo_explorer
-master_sites        ${homepage}/tarball/v${version}
-distname            mongo_explorer-${version}
-
 checksums           rmd160  91c6805bf4af23b66e0975cf2c330019ec177e27 \
                     sha256  921e9632727dc243992391b81410da14695f8d61a3a8c9f665f3a7f0c062e44c
 
@@ -34,8 +31,6 @@
 universal_variant   no
 
 post-extract {
-    move [glob ${workpath}/*] ${worksrcpath}
-    
     # File forgotten in 1.0.2 tarball
     # https://github.com/francois/mongo_explorer/commit/c0b0b7bd9c5a99baf193727c80a646d700c4b6a3
     copy ${filespath}/Mongo_Explorer_Prefix.pch ${worksrcpath}
@@ -48,7 +43,3 @@
 }
 
 xcode.configuration Release
-
-livecheck.type      regex
-livecheck.url       ${homepage}/tags
-livecheck.regex     {tarball/v([0-9.]+)"}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120114/6f6ca884/attachment.html>


More information about the macports-changes mailing list