Ticket #22434: Portfile.diff

File Portfile.diff, 2.0 KB (added by mdippery@…, 14 years ago)

Patch for Portfile

  • Portfile

    old new  
    55PortGroup           python26 1.0
    66
    77name                py26-fabric
    8 version             0.9b1
     8version             0.9.0
    99platforms           darwin
    1010maintainers         arthurk openmaintainer
    11 homepage            http://fabfile.org/
     11homepage            http://fabfile.org
    1212description         Fabric is a simple pythonic remote deployment tool.
    1313long_description    It is designed to upload files to, and run shell commands \
    1414                    on, a number of servers in parallel or serially. These \
     
    1919                    Python, dosn't expect you to be deploying Rails \
    2020                    applications, and the 'put' command works. \
    2121                    \
    22                     Unlike Capistrano, Fabric want's to stay small, light, \
     22                    Unlike Capistrano, Fabric wants to stay small, light, \
    2323                    easy to change and not bound to any specific framework.
    2424
    25 master_sites        http://git.fabfile.org/cgit.cgi/fabric/snapshot/
    26 distname            fabric-${version}
    27 use_zip             yes
    28 checksums           md5     2f1b02a6d082c6af6b16a6b56a1a00c5 \
    29                     sha1    aca71d1a75a1f850a45297ed2eb8c745bc2bb3c2 \
    30                     rmd160  9a9164049bb53814e304942eebe50cc08f73513b
     25master_sites        http://pypi.python.org/packages/source/F/Fabric
     26distname            Fabric-${version}
     27checksums           md5     696e42e6e771fa2a365cd03536d4cdcf \
     28                    sha1    bacc51ad35c1ecf7fceb98ac487b049c189f5c44 \
     29                    rmd160  0264ba7c748d6d28deefc5d66ef0e7e559426b49
    3130
     31patchfiles          patch-setup.py.diff
    3232depends_lib-append  port:py26-setuptools \
    3333                    port:py26-paramiko
    3434
     
    3838}
    3939
    4040livecheck.type      regex
    41 livecheck.url       http://git.fabfile.org/cgit.cgi/fabric/
    42 livecheck.regex     fabric-(0\.\[0-9\]+\.\[0-9\]+)
     41livecheck.url       http://pypi.python.org/pypi/Fabric
     42livecheck.regex     Fabric (0\.\[0-9\]+\.\[0-9\]+)