Changeset 88930 for trunk/dports/aqua
- Timestamp:
- Jan 15, 2012, 6:27:59 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/aqua/MongoExplorer/Portfile
r86919 r88930 3 3 4 4 PortSystem 1.0 5 PortGroup github 1.0 5 6 PortGroup xcode 1.0 6 7 8 github.setup francois mongo_explorer 1.0.2 v 7 9 name MongoExplorer 8 version 1.0.29 10 categories aqua databases 10 11 maintainers ryandesign … … 15 16 long_description Mongo Explorer is a simple Cocoa application to administer \ 16 17 Mongo databases. It is still a work in progress. 17 18 homepage https://github.com/francois/mongo_explorer19 master_sites ${homepage}/tarball/v${version}20 distname mongo_explorer-${version}21 18 22 19 checksums rmd160 91c6805bf4af23b66e0975cf2c330019ec177e27 \ … … 35 32 36 33 post-extract { 37 move [glob ${workpath}/*] ${worksrcpath}38 39 34 # File forgotten in 1.0.2 tarball 40 35 # https://github.com/francois/mongo_explorer/commit/c0b0b7bd9c5a99baf193727c80a646d700c4b6a3 … … 49 44 50 45 xcode.configuration Release 51 52 livecheck.type regex53 livecheck.url ${homepage}/tags54 livecheck.regex {tarball/v([0-9.]+)"}
Note: See TracChangeset
for help on using the changeset viewer.