Ticket #13956: Portfile-git-core.diff

File Portfile-git-core.diff, 2.0 KB (added by maccheck@…, 16 years ago)

New diff 1.5.3.7 -> 1.5.4.3 (with perllocal.pod removal)

  • Portfile

    old new  
    33PortSystem        1.0
    44
    55name              git-core
    6 version           1.5.3.7
     6version           1.5.4.3
    77description       The stupid content tracker.
    88long_description  A stupid (but extremely fast) directory content manager. \
    99                  It doesn't do a whole lot, but what it _does_ do is track \
     
    1818distfiles         git-${version}${extract.suffix} \
    1919                  git-manpages-${version}${extract.suffix}
    2020
    21 checksums    git-${version}${extract.suffix} sha1 95c3b64d34f28db8122e30f28dc5758ebbc8469b \
    22              git-manpages-${version}${extract.suffix} sha1 7cc45f156298d0fbd4ead4a9b2096ed2143287b8
     21checksums    git-${version}${extract.suffix} sha1 200597bf2e5bbdfa5d67ff04a0aa8ff0292ea210 \
     22             git-manpages-${version}${extract.suffix} sha1 70ceb0024361ab1e64822fb4e0cd12eddc02431a
    2323
    2424depends_run  port:openssh port:rsync port:perl5.8 port:p5-error
    2525depends_lib  port:curl port:zlib port:openssl port:expat port:libiconv
     
    6464            ${distpath}/git-htmldocs-${version}${extract.suffix} \
    6565            ${extract.post_args}"
    6666    }
     67
     68    foreach badfile [exec find ${destroot} -name perllocal.pod] {
     69        ui_info "Removing ${badfile}"
     70        file delete ${badfile}
     71    }
    6772}
    6873
    6974variant doc description {Install HTML and plaintext documentation} {
    7075    distfiles-append    git-htmldocs-${version}${extract.suffix}
    71     checksums-append    git-htmldocs-${version}${extract.suffix} sha1 926fb29604d69ce45ecf7b57d1b8feeb6c356f9b
     76    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 aad6c2b3d69f18f59f1dbdd2cc8baf7ea4a87002
    7277}
    7378
    7479variant svn description {Bi-directional subversion repository support} {
    75     depends_run     port:subversion port:p5-libwww-perl port:p5-svn-simple port:p5-term-readkey
     80    depends_run-append  port:subversion port:p5-libwww-perl port:p5-svn-simple port:p5-term-readkey
    7681}
    7782
    7883default_variants    +doc