Ticket #28730: nodejs.diff
File nodejs.diff, 1.2 KB (added by ci42, 14 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name nodejs 7 version 0.4. 27 version 0.4.3 8 8 categories devel net 9 9 platforms darwin 10 10 maintainers gmail.com:ceager openmaintainer … … 19 19 homepage http://nodejs.org/ 20 20 master_sites ${homepage}dist/ 21 21 22 checksums sha1 d509e791c24245fcb289510952f1610779989441\23 rmd160 d28fb0588bbbc69f3d3df3703d9e4b30a837c17f22 checksums sha1 ea4b1fb468ebdf76d9ef2262835167b5620b914b \ 23 rmd160 fa76080c75a10696e22b5252694db929adc44b9e 24 24 25 25 distname node-v${version} 26 26 … … 54 54 # port:libxslt 55 55 #} 56 56 57 build.args-append CC=${configure.cc} \ 58 CXX=${configure.cxx} \ 59 CFLAGS="${configure.cflags} ${configure.cc_archflags}"\ 60 LDFLAGS="${configure.ldflags} ${configure.ld_archflags}" 61 57 62 livecheck.type regex 58 63 livecheck.regex ">node-v(\\d+(?:\\.\\d+)*)${extract.suffix}<"