Ticket #25764: mp-subvertpy.diff

File mp-subvertpy.diff, 5.8 KB (added by danchr (Dan Villiom Podlaski Christiansen), 14 years ago)

Unified diff against the ports.

  • python/py-subvertpy/Portfile

    diff -Nur python/py-subvertpy/Portfile .../python/py-subvertpy/Portfile
    old new  
     1# $Id: Portfile 67900 2010-05-21 09:19:45Z ryandesign@macports.org $
     2
     3PortSystem        1.0
     4PortGroup         python24 1.0
     5
     6name              py-subvertpy
     7version           0.7.3
     8categories        python devel
     9maintainers       danchr@gmail.com openmaintainer
     10platforms         darwin
     11description       Alternative Python bindings for Subversion (svn)
     12long_description  Alternative Python bindings for Subversion, split out \
     13  from bzr-svn. The goal is to have complete, portable and "Pythonic" \
     14  Python bindings.
     15
     16homepage          https://launchpad.net/subvertpy/
     17master_sites      ${homepage}trunk/${version}/+download \
     18                  http://samba.org/~jelmer/subvertpy
     19distname          subvertpy-${version}
     20
     21checksums         md5     2fba8b634774d384e326a3818a1a51a4 \
     22                  sha1    e9d8b207cfffeafe3317d0739a0bfd0ef7f2aa53 \
     23                  rmd160  475c5006e0c9f1355f011031b512a5b8a1d13f67
     24
     25depends_lib-append  port:subversion
     26
     27build.env-append  SVN_PREFIX=${prefix}
     28
     29destroot.env-append  SVN_PREFIX=${prefix}
     30
     31livecheck.type    regex
     32livecheck.url     ${homepage}/+download
     33livecheck.regex   {subvertpy-(\d+(?:\.\d+)*).tar.gz}
  • python/py25-subvertpy/Portfile

    diff -Nur python/py25-subvertpy/Portfile .../python/py25-subvertpy/Portfile
    old new  
    44PortGroup         python25 1.0
    55
    66name              py25-subvertpy
    7 version           0.6.8
     7version           0.7.3
    88categories        python devel
    9 maintainers       nomaintainer
     9maintainers       danchr@gmail.com openmaintainer
    1010platforms         darwin
    1111description       Alternative Python bindings for Subversion (svn)
    1212long_description  Alternative Python bindings for Subversion, split out \
     
    1414  Python bindings.
    1515
    1616homepage          https://launchpad.net/subvertpy/
    17 master_sites      ${homepage}trunk/${version}/+download
     17master_sites      ${homepage}trunk/${version}/+download \
     18                  http://samba.org/~jelmer/subvertpy
    1819distname          subvertpy-${version}
    1920
    20 checksums         md5     7075b971301fa8efa5fae4021fa9b087 \
    21                   sha1    f867df7b54ae32a13d18a7de4c0ccad3ebe6c171 \
    22                   rmd160  ce5c41b678aed28d73ddddb74ea6b845ffc490ef
     21checksums         md5     2fba8b634774d384e326a3818a1a51a4 \
     22                  sha1    e9d8b207cfffeafe3317d0739a0bfd0ef7f2aa53 \
     23                  rmd160  475c5006e0c9f1355f011031b512a5b8a1d13f67
    2324
    2425depends_lib-append  port:subversion
    2526
     
    2728
    2829destroot.env-append  SVN_PREFIX=${prefix}
    2930
     31post-destroot {
     32        foreach f [glob -directory ${destroot}${prefix}/bin *] {
     33                file rename ${f} ${f}-${python.branch}
     34        }
     35}
     36
    3037livecheck.type    regex
    3138livecheck.url     ${homepage}/+download
    3239livecheck.regex   {subvertpy-(\d+(?:\.\d+)*).tar.gz}
  • python/py26-subvertpy/Portfile

    diff -Nur python/py26-subvertpy/Portfile .../python/py26-subvertpy/Portfile
    old new  
    44PortGroup         python26 1.0
    55
    66name              py26-subvertpy
    7 version           0.7.2
     7version           0.7.3
    88categories        python devel
    9 maintainers       nomaintainer
     9maintainers       danchr@gmail.com openmaintainer
    1010platforms         darwin
    1111description       Alternative Python bindings for Subversion (svn)
    1212long_description  Alternative Python bindings for Subversion, split out \
     
    1414  Python bindings.
    1515
    1616homepage          https://launchpad.net/subvertpy/
    17 master_sites      ${homepage}trunk/${version}/+download
     17master_sites      ${homepage}trunk/${version}/+download \
     18                  http://samba.org/~jelmer/subvertpy
    1819distname          subvertpy-${version}
    1920
    20 checksums         md5     01e2098db04ddddaf06a7e27c075745d \
    21                   sha1    f8eb472084d771eb1ae7a67517ecd1061d548759 \
    22                   rmd160  b57be7948eb87bed7861c23ed3da5bf8c070eb73
     21checksums         md5     2fba8b634774d384e326a3818a1a51a4 \
     22                  sha1    e9d8b207cfffeafe3317d0739a0bfd0ef7f2aa53 \
     23                  rmd160  475c5006e0c9f1355f011031b512a5b8a1d13f67
    2324
    2425depends_lib-append  port:subversion
    2526
  • python/py27-subvertpy/Portfile

    diff -Nur python/py27-subvertpy/Portfile .../python/py27-subvertpy/Portfile
    old new  
     1# $Id: Portfile 67900 2010-05-21 09:19:45Z ryandesign@macports.org $
     2
     3PortSystem        1.0
     4PortGroup         python27 1.0
     5
     6name              py27-subvertpy
     7version           0.7.3
     8categories        python devel
     9maintainers       danchr@gmail.com openmaintainer
     10platforms         darwin
     11description       Alternative Python bindings for Subversion (svn)
     12long_description  Alternative Python bindings for Subversion, split out \
     13  from bzr-svn. The goal is to have complete, portable and "Pythonic" \
     14  Python bindings.
     15
     16homepage          https://launchpad.net/subvertpy/
     17master_sites      ${homepage}trunk/${version}/+download \
     18                  http://samba.org/~jelmer/subvertpy
     19distname          subvertpy-${version}
     20
     21checksums         md5     2fba8b634774d384e326a3818a1a51a4 \
     22                  sha1    e9d8b207cfffeafe3317d0739a0bfd0ef7f2aa53 \
     23                  rmd160  475c5006e0c9f1355f011031b512a5b8a1d13f67
     24
     25depends_lib-append  port:subversion
     26
     27build.env-append  SVN_PREFIX=${prefix}
     28
     29destroot.env-append  SVN_PREFIX=${prefix}
     30
     31livecheck.type    regex
     32livecheck.url     ${homepage}/+download
     33livecheck.regex   {subvertpy-(\d+(?:\.\d+)*).tar.gz}