Changeset 98609


Ignore:
Timestamp:
Oct 9, 2012, 9:23:11 PM (12 years ago)
Author:
ciserlohn@…
Message:

git-core: update to version 1.7.12.3

  • Install git-subtree by default (see #36492). The man page for the subtree command is added in a patchfile to avoid additional dependencies just for building one manpage.
Location:
trunk/dports/devel/git-core
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/git-core/Portfile

    r98273 r98609  
    55
    66name                git-core
    7 version             1.7.12.2
     7version             1.7.12.3
    88description         A fast version control system
    99long_description    Git is a fast, scalable, distributed open source version \
     
    2020
    2121checksums           git-${version}${extract.suffix} \
    22                     rmd160  8b50f2fe3c04e3bf7c3489e14f0cf2512eee251e \
    23                     sha256  1671b960dd761ef15d85f9be05d0b449b89f13ae39902082f9df865d85dac8aa \
     22                    rmd160  6eb07bfb097bfebee320cd3d39953786885ed642 \
     23                    sha256  5d0959c316a2cdebaaf72cf27ac87d2e5616596a530dddeeb3a961c615494094 \
    2424                    git-manpages-${version}${extract.suffix} \
    25                     rmd160  63431ad78aee98da30c1a1ab2dd9dd60bc6c6e93 \
    26                     sha256  a3b3482c7e3483c69d95dac5c6703a0c8ba31135d09cd19e1bce6564903684cd \
     25                    rmd160  2e8dddf43e20ffd98fcca2cb2541700b0d994946 \
     26                    sha256  fa85885f813c5081071629e3dd8832cad730b8e481f33e9cbb00edfb3af4f24f \
    2727
    2828depends_run         port:rsync \
     
    3737                    port:libiconv
    3838
    39 patchfiles          patch-Makefile.diff 0001-setup-Do-not-strip-trailing-from-paths.patch
     39patchfiles          patch-Makefile.diff 0001-setup-Do-not-strip-trailing-from-paths.patch git-subtree.1.diff
    4040patch.pre_args      -p1
    4141
     
    7474pre-destroot {
    7575    eval destroot.args  ${build.args}
     76    copy ${worksrcpath}/contrib/subtree/git-subtree.1 ${workpath}/man1
    7677}
    7778
     
    105106    xinstall -m 644 ${worksrcpath}/contrib/completion/git-prompt.sh \
    106107        ${share_path}/git-prompt.sh
     108
     109    xinstall -m 755 ${worksrcpath}/contrib/subtree/git-subtree.sh \
     110        ${destroot}${prefix}/libexec/git-core/git-subtree
    107111}
    108112
     
    129133    distfiles-append        git-htmldocs-${version}${extract.suffix}
    130134    checksums-append        git-htmldocs-${version}${extract.suffix} \
    131                             rmd160  df6abef6a61413ab54ef310a3c835f901465fe02 \
    132                             sha256  39510a4d433d7d4922cf95cbbdf6206a7dd470d8301f8f3c21779d3ff7ceff0e
     135                            rmd160  28fb5cf12bd39d49812fa5529413bc5418bbdcfe \
     136                            sha256  ec8e10b989e8f94d1607ecece7d4a2e91fa07e5f47e02944fdab3b7904f51a3f
    133137
    134138    post-extract {
Note: See TracChangeset for help on using the changeset viewer.