Ticket #56649: Portfile.diff
File Portfile.diff, 1.9 KB (added by josephsacco, 6 years ago) |
---|
-
(a) Portfile- vs. (b) Portfile
a b 7 7 name mercurial 8 8 # don't forget to update dependents for mercurial: 9 9 # port echo rdepends:mercurial and \( name:hg or name:mercurial \) | grep -v 'py[[:digit:]]' 10 version 4. 5.310 version 4.6.1 11 11 categories devel python 12 12 license GPL-2+ 13 13 maintainers sean openmaintainer … … 29 29 homepage http://www.mercurial-scm.org 30 30 platforms darwin 31 31 master_sites https://www.mercurial-scm.org/release/ 32 checksums rmd160 4a3d8673053c439b3571b358854273a4e0029ef1 \ 33 sha256 9c4cb257ef1e59e9aba693cc285a6136f7bb4e8300f598ff50ff8b6fc77808fc \ 34 size 5884837 32 33 checksums rmd160 a9dd32a52d7b46f81d27d89625004b8f09c83552 \ 34 sha256 89fa8ecbc8aa6e48e98f9803a1683ba91367124295dba2407b28c34ca621108d \ 35 size 6407380 35 36 36 37 depends_build port:py27-docutils 37 38 38 39 depends_run path:share/curl/curl-ca-bundle.crt:curl-ca-bundle 39 40 40 patchfiles patch-setup.py.diff41 42 41 python.default_version 27 43 42 44 conflicts mercurial-devel45 46 43 build.cmd make 47 44 build.target all PYTHON=${python.bin} 48 45 49 subport mercurial-devel {50 bitbucket.setup seanfarley mercurial f1a0933ce59e51 name mercurial-devel52 version 4.5.9953 revision 054 55 conflicts mercurial56 master_sites ${bitbucket.master_sites}57 checksums rmd160 6035b11e2e037b824b61231a49e8a53f1a69d3a9 \58 sha256 0812e74014fdc15b4f0b61e1528c30461bd6efc2f64e40059d047139faffe83859 }60 61 46 # chg is not installed by default yet 62 47 post-build { 63 48 system -W ${worksrcpath}/contrib/chg "${build.cmd} CC=\"${configure.cc} \