New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #12066: git-core.patch

File git-core.patch, 1.8 KB (added by erickt@…, 5 years ago)
  • files/patch-t4200

     
    66  
    77 test_expect_failure 'conflicting merge' 'git pull . first' 
    88  
    9 -sha1=$(sed -e 's/\t.*//' .git/rr-cache/MERGE_RR) 
     9-sha1=$(sed -e 's/ .*//' .git/rr-cache/MERGE_RR) 
    1010+sha1=$(sed -e 's/[[:space:]].*//' .git/rr-cache/MERGE_RR) 
    1111 rr=.git/rr-cache/$sha1 
    1212 test_expect_success 'recorded preimage' "grep ======= $rr/preimage" 
  • Portfile

     
    22 
    33PortSystem 1.0 
    44name            git-core 
    5 version         1.5.1.3 
     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 673bbd457e713251a7fbf54369150dd760c5606d \ 
    22                 git-manpages-${version}${extract.suffix} sha1 3a5ecaa36fb5b7c3dba9a96240016fcccac6cfc0 
     21checksums       git-${version}${extract.suffix} sha1 3905cb325520fc8a52a8c77ee95dd0de8e13a5d5 \ 
     22                git-manpages-${version}${extract.suffix} sha1 6e9d153df8d51dd943faff0eda33e18c974210c4 
    2323depends_run     port:curl port:diffutils \ 
    2424                port:openssh port:rsync port:gsed 
    2525depends_lib     port:curl port:zlib port:openssl port:expat port:libiconv 
    2626 
    27 patchfiles      patch-Makefiles patch-curl patch-t4200 patch-ld-R patch-perl-path 
     27#patchfiles     patch-Makefiles patch-curl patch-t4200 patch-ld-R patch-perl-path 
     28patchfiles      patch-Makefiles patch-ld-R 
    2829 
    2930use_configure   no 
    3031