Ticket #28975: subvertpy.diff

File subvertpy.diff, 5.9 KB (added by danchr (Dan Villiom Podlaski Christiansen), 13 years ago)

Much less broken patch; sorry 'bout that…

  • python/py-subvertpy/Portfile

    diff --git a/python/py-subvertpy/Portfile b/python/py-subvertpy/Portfile
    a b PortSystem 1.0 
    44PortGroup         python24 1.0
    55
    66name              py-subvertpy
    7 version           0.7.4
     7version           0.8.0
    88categories        python devel
    99maintainers       gmail.com:danchr openmaintainer
    1010platforms         darwin
    long_description Alternative Python bin 
    1313  from bzr-svn. The goal is to have complete, portable and "Pythonic" \
    1414  Python bindings.
    1515
    16 homepage          https://launchpad.net/subvertpy/
     16homepage          http://samba.org/~jelmer/subvertpy
    1717master_sites      ${homepage}trunk/${version}/+download \
    1818                  http://samba.org/~jelmer/subvertpy
    1919distname          subvertpy-${version}
    2020
    21 checksums         md5     7ad42a1d5d625fe19d35534b97d6162f \
    22                   sha1    337007a9f7c7b246da1cdd0ddfe10791cc634cd4 \
    23                   rmd160  a76976ca5c471e5170cc916a49f319837e0562fe
     21checksums         md5     d8546690bffa39264140b2a274009679 \
     22                  sha1    14848339dd7141844ce65baadd26d7557d4ff923 \
     23                  rmd160  2a59008ba582d8904af1a51f446a9f77f68537c0
    2424
    2525depends_lib-append  port:subversion
    2626
    build.env-append SVN_PREFIX=${prefix} 
    2828
    2929destroot.env-append  SVN_PREFIX=${prefix}
    3030
     31# fixed in trunk; remove for 0.8.1 and later
     32patchfiles        patch-subvertpy-editor.h
     33
    3134post-destroot {
    3235        foreach f [glob -directory ${destroot}${prefix}/bin *] {
    3336                file rename ${f} ${f}-${python.branch}
  • new file python/py-subvertpy/files/patch-subvertpy-editor.h

    diff --git a/python/py-subvertpy/files/patch-subvertpy-editor.h b/python/py-subvertpy/files/patch-subvertpy-editor.h
    new file mode 100644
    - +  
     1--- subvertpy/editor.h  2011-03-30 21:10:32.000000000 +0200
     2+++ subvertpy/editor.h  2011-03-30 21:10:30.000000000 +0200
     3@@ -45,6 +45,6 @@
     4 
     5 svn_error_t *py_txdelta_window_handler(svn_txdelta_window_t *window, void *baton);
     6 
     7+extern const svn_delta_editor_t py_editor;
     8-const svn_delta_editor_t py_editor;
     9 
     10 #endif /* _BZR_SVN_EDITOR_H_ */
  • python/py25-subvertpy/Portfile

    diff --git a/python/py25-subvertpy/Portfile b/python/py25-subvertpy/Portfile
    a b PortSystem 1.0 
    44PortGroup         python25 1.0
    55
    66name              py25-subvertpy
    7 version           0.7.4
     7version           0.8.0
    88categories        python devel
    99maintainers       gmail.com:danchr openmaintainer
    1010platforms         darwin
    long_description Alternative Python bin 
    1313  from bzr-svn. The goal is to have complete, portable and "Pythonic" \
    1414  Python bindings.
    1515
    16 homepage          https://launchpad.net/subvertpy/
     16homepage          http://samba.org/~jelmer/subvertpy
    1717master_sites      ${homepage}trunk/${version}/+download \
    1818                  http://samba.org/~jelmer/subvertpy
    1919distname          subvertpy-${version}
    2020
    21 checksums         md5     7ad42a1d5d625fe19d35534b97d6162f \
    22                   sha1    337007a9f7c7b246da1cdd0ddfe10791cc634cd4 \
    23                   rmd160  a76976ca5c471e5170cc916a49f319837e0562fe
     21checksums         md5     d8546690bffa39264140b2a274009679 \
     22                  sha1    14848339dd7141844ce65baadd26d7557d4ff923 \
     23                  rmd160  2a59008ba582d8904af1a51f446a9f77f68537c0
    2424
    2525depends_lib-append  port:subversion
    2626
  • python/py26-subvertpy/Portfile

    diff --git a/python/py26-subvertpy/Portfile b/python/py26-subvertpy/Portfile
    a b PortSystem 1.0 
    44PortGroup         python26 1.0
    55
    66name              py26-subvertpy
    7 version           0.7.4
     7version           0.8.0
    88categories        python devel
    99maintainers       gmail.com:danchr openmaintainer
    1010platforms         darwin
    long_description Alternative Python bin 
    1313  from bzr-svn. The goal is to have complete, portable and "Pythonic" \
    1414  Python bindings.
    1515
    16 homepage          https://launchpad.net/subvertpy/
     16homepage          http://samba.org/~jelmer/subvertpy
    1717master_sites      ${homepage}trunk/${version}/+download \
    1818                  http://samba.org/~jelmer/subvertpy
    1919distname          subvertpy-${version}
    2020
    21 checksums         md5     7ad42a1d5d625fe19d35534b97d6162f \
    22                   sha1    337007a9f7c7b246da1cdd0ddfe10791cc634cd4 \
    23                   rmd160  a76976ca5c471e5170cc916a49f319837e0562fe
     21checksums         md5     d8546690bffa39264140b2a274009679 \
     22                  sha1    14848339dd7141844ce65baadd26d7557d4ff923 \
     23                  rmd160  2a59008ba582d8904af1a51f446a9f77f68537c0
    2424
    2525depends_lib-append  port:subversion
    2626
  • python/py27-subvertpy/Portfile

    diff --git a/python/py27-subvertpy/Portfile b/python/py27-subvertpy/Portfile
    a b PortSystem 1.0 
    44PortGroup         python27 1.0
    55
    66name              py27-subvertpy
    7 version           0.7.4
     7version           0.8.0
    88categories        python devel
    99maintainers       gmail.com:danchr openmaintainer
    1010platforms         darwin
    long_description Alternative Python bin 
    1313  from bzr-svn. The goal is to have complete, portable and "Pythonic" \
    1414  Python bindings.
    1515
    16 homepage          https://launchpad.net/subvertpy/
     16homepage          http://samba.org/~jelmer/subvertpy
    1717master_sites      ${homepage}trunk/${version}/+download \
    1818                  http://samba.org/~jelmer/subvertpy
    1919distname          subvertpy-${version}
    2020
    21 checksums         md5     7ad42a1d5d625fe19d35534b97d6162f \
    22                   sha1    337007a9f7c7b246da1cdd0ddfe10791cc634cd4 \
    23                   rmd160  a76976ca5c471e5170cc916a49f319837e0562fe
     21checksums         md5     d8546690bffa39264140b2a274009679 \
     22                  sha1    14848339dd7141844ce65baadd26d7557d4ff923 \
     23                  rmd160  2a59008ba582d8904af1a51f446a9f77f68537c0
    2424
    2525depends_lib-append  port:subversion
    2626