New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #12066: git-1.5.2.1.patch

File git-1.5.2.1.patch, 1.0 KB (added by bryan@…, 5 years ago)

patch updated to work against head

  • git-core/Portfile

    diff --git a/git-core/Portfile b/git-core/Portfile
    index 095e41c..8cc40b1 100644
    a b  
    22 
    33PortSystem 1.0 
    44name            git-core 
    5 version         1.5.2 
     5version         1.5.2.1 
    66description     The stupid content tracker. 
    77long_description        A stupid (but extremely fast) directory \ 
    88                        content manager. It doesn't do a whole lot, \ 
     
    1818distfiles       git-${version}${extract.suffix} \ 
    1919                git-manpages-${version}${extract.suffix} 
    2020  
    21 checksums       git-${version}${extract.suffix} sha1 f60d8dbf0926a3c12a1658bac177b383939d8e54 \ 
    22                 git-manpages-${version}${extract.suffix} sha1 025a4a65e6a1c9aa1abfd64007ba3559655bb629 
     21checksums       git-${version}${extract.suffix} sha1 3905cb325520fc8a52a8c77ee95dd0de8e13a5d5 \ 
     22                git-manpages-${version}${extract.suffix} sha1 6e9d153df8d51dd943faff0eda33e18c974210c4 
    2323depends_run     port:curl port:openssh port:rsync 
    2424depends_lib     port:curl port:zlib port:openssl port:expat port:libiconv 
    2525