Modified: trunk/dports/www/mongrel2/Portfile (100365 => 100366)
--- trunk/dports/www/mongrel2/Portfile 2012-12-09 17:15:30 UTC (rev 100365)
+++ trunk/dports/www/mongrel2/Portfile 2012-12-09 17:23:34 UTC (rev 100366)
@@ -2,10 +2,9 @@
# $Id$
PortSystem 1.0
+PortGroup github 1.0
-name mongrel2
-version 1.7.5
-revision 2
+github.setup zedshaw mongrel2 1.8.0 v
license BSD
categories www
platforms darwin
@@ -16,21 +15,18 @@
web server that focuses on web applications using modern browser \
technologies.
-homepage http://mongrel2.org
-# MEMO sources are available on github as well
-master_sites ${homepage}/static/downloads
-use_bzip2 yes
-checksums md5 c243efc59e5972fa381bd13a7eeafdc7 \
- sha1 456561fe04f1c0ee4a996cfc9deadab8c57ee6dc \
- rmd160 e623bb17a42dfa509d9d14c1208b8fb6047f22a2
+checksums md5 0ec44b3cd3518a8e58c591c932075b52 \
+ sha1 27c942b5c3c72c65084b355f6cbafd814f8cd64b \
+ rmd160 f3ad949a503d5e9b36abf74333d0af3e0615fd1f
use_configure no
-depends_lib port:gmake \
- path:lib/libzmq.dylib:zmq22 \
+use_parallel_build no
+depends_lib path:lib/libzmq.dylib:zmq22 \
port:sqlite3
patch {
reinplace "s|-rdynamic||" ${worksrcpath}/Makefile
+ reinplace "s|gcc|\$(CC)|" ${worksrcpath}/tools/procer/Makefile
}
# override variables in Makefile for build and destroot phases