Changeset 98974


Ignore:
Timestamp:
Oct 22, 2012, 8:31:20 PM (12 years ago)
Author:
ciserlohn@…
Message:

git-core: update to version 1.8.0

Location:
trunk/dports/devel/git-core
Files:
2 edited

Legend:

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

    r98856 r98974  
    55
    66name                git-core
    7 version             1.7.12.4
     7version             1.8.0
    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  801b1ae858bba77f015f7c979348ee38e141b535 \
    23                     sha256  17e545929c16b5efa8fa9545936297d41571521cd7667fb74f92bd7adc8b63da \
     22                    rmd160  84fc876984629b05042a0f4c418a340503862120 \
     23                    sha256  ccc32f18ea12ea730a7d1d9d3d7bf51447439299a99d4d326f49f1f8bb488974 \
    2424                    git-manpages-${version}${extract.suffix} \
    25                     rmd160  2f79328234eb37e98f9acccebccf123f259540d4 \
    26                     sha256  4075b60250f9bc5b5323266764c889f028521dbe1f5c10f470a167cc75105005 \
     25                    rmd160  17374e966be51f732d7c0cc8f5094cb6c3a932db \
     26                    sha256  8914907f9d22b9a6a0ade9a8addda9a84a2db35b23cbd404f2682cebc9114205 \
    2727
    2828depends_run         port:rsync \
     
    133133    distfiles-append        git-htmldocs-${version}${extract.suffix}
    134134    checksums-append        git-htmldocs-${version}${extract.suffix} \
    135                             rmd160  0cb5b4b27049ac34ca26bb915d1524b001745907 \
    136                             sha256  580de99c9fd8bed49132cf137af643d64e1450a7917b77c1343a784048a95930
     135                            rmd160  a3df2a28bcac00010ba316fd20cd3369e01614ec \
     136                            sha256  b5837f19815c5259355fc2ac1ea320bd869680218b82b9a0802ca015c0e24363
    137137
    138138    post-extract {
  • trunk/dports/devel/git-core/files/git-subtree.1.diff

    r98856 r98974  
     1diff -urN a/contrib/subtree/git-subtree.1 b/contrib/subtree/git-subtree.1
    12--- a/contrib/subtree/git-subtree.1     1970-01-01 01:00:00.000000000 +0100
    2 +++ b/contrib/subtree/git-subtree.1     2012-10-18 22:26:14.000000000 +0200
     3+++ b/contrib/subtree/git-subtree.1     2012-10-22 22:16:32.000000000 +0200
    34@@ -0,0 +1,605 @@
    45+'\" t
     
    67+.\"    Author: [see the "AUTHOR" section]
    78+.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
    8 +.\"      Date: 10/17/2012
     9+.\"      Date: 10/21/2012
    910+.\"    Manual: Git Manual
    10 +.\"    Source: Git 1.7.12.4
     11+.\"    Source: Git 1.8.0
    1112+.\"  Language: English
    1213+.\"
    13 +.TH "GIT\-SUBTREE" "1" "10/17/2012" "Git 1\&.7\&.12\&.4" "Git Manual"
     14+.TH "GIT\-SUBTREE" "1" "10/21/2012" "Git 1\&.8\&.0" "Git Manual"
    1415+.\" -----------------------------------------------------------------
    1516+.\" * Define some portability stuff
Note: See TracChangeset for help on using the changeset viewer.