Ticket #11546: git-core-update.patch

File git-core-update.patch, 1.7 KB (added by jon.olsson@…, 18 years ago)
  • Portfile

    old new  
    22
    33PortSystem 1.0
    44name            git-core
    5 version         1.5.0
     5version         1.5.0.3
    66description     The stupid content tracker.
    77long_description        A stupid (but extremely fast) directory \
    88                        content manager. It doesn't do a whole lot, \
     
    1414homepage        http://git.or.cz/
    1515use_bzip2       yes
    1616master_sites    http://www.kernel.org/pub/software/scm/git/
    17 checksums       md5 5c3e163ac201695c9bfd5a19d730303c \
    18                         sha1 2a42673745f8131173fa538adc609bc664258406 \
    19                         rmd160 2ff7a1d31a73e1a75ccd284d8e7c35e05268ec73
    20 distname        git-${version}
    21 depends_run     bin:curl:curl bin:diff:diffutils bin:wish:tk \
    22                 bin:ssh:openssh bin:python:python24 bin:rsync:rsync \
    23                 bin:sed:gsed
     17distname        git-${version}
     18distfiles       git-${version}${extract.suffix} \
     19                git-manpages-${version}${extract.suffix}
     20checksums       git-${version}${extract.suffix} sha1 b061b7cfa4fec5591a58362ae96ff596a3d399c5 \
     21                git-manpages-${version}${extract.suffix} sha1 b8303904e69fe5b20bcbe5f5348f51936c5e8f96
     22depends_run     port:curl port:diffutils port:tk \
     23                port:openssh port:python24 port:rsync \
     24                port:gsed
    2425depends_lib     port:curl port:zlib port:openssl port:expat port:libiconv
    2526
    2627patchfiles      patch-Makefiles patch-curl
     
    3334destroot.destdir DESTDIR=${destroot} prefix=${prefix}
    3435destroot.target install
    3536
     37post-build {
     38    system "cd ${worksrcpath}/.. && pax -rw -s,man7/git.7,man1/git.1, man1 man7 ${prefix}/man"
     39}
     40
    3641variant doc {
    37         depends_build           bin:asciidoc:asciidoc bin:xmlto:xmlto
     42        depends_build           port:asciidoc port:xmlto
    3843        build.target-append     doc
    3944        destroot.target-append  install-doc
    4045}