Ticket #25590: Portfile.patch
File Portfile.patch, 1.8 KB (added by adfernandes (Andrew Fernandes), 14 years ago) |
---|
-
Portfile
5 5 6 6 set realname MMTK 7 7 name py26-${realname} 8 version 2. 6.08 version 2.7.1 9 9 revision 1 10 10 categories python science 11 11 maintainers mmoll openmaintainer … … 14 14 long_description $description 15 15 homepage http://sourcesup.cru.fr/projects/mmtk/ 16 16 platforms darwin 17 master_sites http://sourcesup.cru.fr/frs/download.php/2469/ 18 checksums md5 225c2379f6ee140e301f7e9603e99093 \ 19 sha1 49a20959fd373ce34d1fa652d2d1247fb7ca9b6c \ 20 rmd160 c8bb0c6b02039b43f65809df12885fe8c12beeb7 17 distname ${realname}-${version}.tar.gz 18 master_sites https://sourcesup.cru.fr/frs/download.php/2936/ 19 checksums md5 29638a6fdcc4fd8e4d3acf90645dac54 \ 20 sha1 cc858a6a7134ef620dac1851b38bb6f2b784d3f5 \ 21 rmd160 721d85799466a383a7e8dca01c5ecdbce9ab13a3 21 22 distname ${realname}-${version} 22 23 patchfiles patch-setup.py.diff 23 24 depends_build port:py26-distribute 24 25 depends_lib port:py26-scientific 25 26 build.env CPPFLAGS="-I${prefix}/include -I${prefix}/include/python2.6" 26 27 27 livecheck.type regex 28 livecheck.url ${homepage} 29 livecheck.regex Stable Releases</strong></td><td>(\[0-9.\]+) 28 livecheck.type none 29 30 # The strings are multi-line, and hence fail (see r64144). Also, the dev 31 # version is really the "stable" branch, given the infrequency of updates. 32 33 # livecheck.type regex 34 # livecheck.url ${homepage} 35 # livecheck.regex "Development Releases</strong>\\s*</td>\\s*<td>\\s*(\[0-9.\]+)"