Ticket #12543: subversion-metze.diff

File subversion-metze.diff, 1.3 KB (added by skymoo (Adam Mercer), 16 years ago)

updated patch against subversion-python25bindings

  • devel/subversion-python25bindings/Portfile

    === modified file 'devel/subversion-python25bindings/Portfile'
     
    33PortSystem 1.0
    44name                    subversion-python25bindings
    55version                 1.4.5
     6revision                1
    67categories              devel python
    78platforms               darwin
    89maintainers             dluke@geeklair.net
     
    1617homepage                http://subversion.tigris.org/
    1718master_sites            ${homepage}/downloads
    1819use_bzip2               yes
    19 checksums               md5 4c333a5fe827568c67d195cda7a5e154
     20checksums               subversion-${version}.tar.bz2 md5 4c333a5fe827568c67d195cda7a5e154 \
     21                                subversion-1.4.0-metze-python-bindings.patch md5 ae02cb1b6083a5e7c51a7e18aa5b5f7c
    2022distname                subversion-${version}
    2123dist_subdir             subversion
    2224
     
    2527                        port:db44 port:subversion \
    2628                        port:python25 \
    2729                        port:py25-bsddb \
    28                         port:gettext
     30                        port:gettext \
     31                        port:swig
     32
     33patch_sites             http://samba.org/~metze/
     34patchfiles              subversion-1.4.0-metze-python-bindings.patch
     35patch.pre_args  -p1
    2936
    3037post-patch {
     38        system "cd ${worksrcpath}; ./autogen.sh --release"
    3139        system "cd ${worksrcpath}; find build* Makefile.in subversion/bindings/swig/python -type f -print0 | xargs -0 perl -w -p -i -e 's/libsvn_swig_py/libsvn_swig_py25/g'"
    3240        file rename \
    3341                ${worksrcpath}/subversion/bindings/swig/python/libsvn_swig_py \