Ticket #32226: Portfile-py26-svn.diff
File Portfile-py26-svn.diff, 1.2 KB (added by larryv (Lawrence Velázquez), 13 years ago) |
---|
-
Portfile
old new 4 4 PortGroup python26 1.0 5 5 6 6 name py26-svn 7 version 1.7.07 version 1.7.5 8 8 categories python devel 9 9 maintainers nomaintainer 10 10 platforms darwin … … 18 18 19 19 master_sites http://pysvn.barrys-emacs.org/source_kits/ 20 20 distname pysvn-${version} 21 checksums md5 77614676d24bca45749034ea6ec449d8\22 sha1 96f5217e7d74dbb2eee52e490e79d97b3959b0f0\23 rmd160 e343fd373559d138e7b8414034527a3721566594 21 checksums md5 3334718248ec667b17d333aac73d5680 \ 22 sha1 912d7081a8294a578f822e03d60747154cf8532d \ 23 rmd160 d412aab74737d371a184a327ceadc971a00340ab 24 24 25 25 depends_lib-append port:subversion 26 26 27 patchfiles patch-Source _setup_configure.py.diff27 patchfiles patch-Source-setup_configure.py.diff 28 28 29 29 worksrcdir ${worksrcdir}/Source 30 30 31 31 use_configure yes 32 32 configure.cmd ${python.bin} setup.py configure 33 configure.pre_args 33 34 configure.args --svn-root-dir=${prefix} 34 35 pre-configure { 35 36 system "cd ${worksrcpath} && ${python.bin} setup.py backport"