New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80986


Ignore:
Timestamp:
07/22/11 16:06:46 (4 years ago)
Author:
raimue@…
Message:

python/py26-dulwich, python/py27-dulwich:
Update to version 0.7.1,
add patch to fix build on Lion

Location:
trunk/dports/python
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py26-dulwich/Portfile

    r75376 r80986  
    66 
    77name                py26-dulwich 
    8 version             0.7.0 
     8version             0.7.1 
    99categories          python devel 
    1010maintainers         yahoo.com.au:mail_ben_schmidt \ 
     
    1818platforms           darwin 
    1919master_sites        ${homepage} 
     20license             GPL-2+ 
    2021distname            dulwich-${version} 
    2122 
    22 checksums           sha1    d8244b51727a1a20fd7755cddb4fad0b48fc0e62 \ 
    23                     rmd160  2dc8cfb53c007608725a26bcefb44a4e7089bd14 
     23checksums           sha1    cfbeb7e83c4258f489ed2736a684190004c1733f \ 
     24                    rmd160  569a628854c2c29d14735acb15615a23fba14417 
     25 
     26patchfiles          patch-strnlen-lion.diff 
    2427 
    2528build.target-append build_ext 
  • trunk/dports/python/py27-dulwich/Portfile

    r76901 r80986  
    66 
    77name                py27-dulwich 
    8 version             0.7.0 
     8version             0.7.1 
    99categories          python devel 
    1010maintainers         nomaintainer 
     
    1313                    formats and protocols. Dulwich is the place where \ 
    1414                    Mr. and Mrs. Git live in one of the Monty Python sketches. 
    15 license             GPLv2 
    1615homepage            http://samba.org/~jelmer/dulwich/ 
    1716platforms           darwin 
    1817master_sites        ${homepage} 
     18license             GPL-2+ 
    1919distname            dulwich-${version} 
    2020 
    21 checksums           sha1    d8244b51727a1a20fd7755cddb4fad0b48fc0e62 \ 
    22                     rmd160  2dc8cfb53c007608725a26bcefb44a4e7089bd14 
     21checksums           sha1    cfbeb7e83c4258f489ed2736a684190004c1733f \ 
     22                    rmd160  569a628854c2c29d14735acb15615a23fba14417 
     23 
     24patchfiles          patch-strnlen-lion.diff 
    2325 
    2426build.target-append build_ext 
Note: See TracChangeset for help on using the changeset viewer.