Revision: 100846 https://trac.macports.org/changeset/100846 Author: ciserlohn@macports.org Date: 2012-12-29 05:05:14 -0800 (Sat, 29 Dec 2012) Log Message: ----------- git-core: update to version 1.8.0.3 Modified Paths: -------------- trunk/dports/devel/git-core/Portfile trunk/dports/devel/git-core/files/git-subtree.1.diff Modified: trunk/dports/devel/git-core/Portfile =================================================================== --- trunk/dports/devel/git-core/Portfile 2012-12-29 02:32:41 UTC (rev 100845) +++ trunk/dports/devel/git-core/Portfile 2012-12-29 13:05:14 UTC (rev 100846) @@ -4,7 +4,7 @@ PortSystem 1.0 name git-core -version 1.8.0.2 +version 1.8.0.3 description A fast version control system long_description Git is a fast, scalable, distributed open source version \ control system focusing on speed and efficiency. @@ -19,11 +19,11 @@ git-manpages-${version}${extract.suffix} checksums git-${version}${extract.suffix} \ - rmd160 ff3db3cf5642e056cdcb464c3dea0523ebf480c7 \ - sha256 c06d5d29389e90583d16ec41d5be931593196f6842f9b14e910a0b5781c10e07 \ + rmd160 0a4625a9f7e4d7d34c2c3358528e20f7d6259757 \ + sha256 48d8c0e845b47044c1f5d3c9b2797145727646bf9de35ab0136695844d63ff73 \ git-manpages-${version}${extract.suffix} \ - rmd160 6d05e815792e20e25610ab2494f608b90d73b9d5 \ - sha256 b04f0e7277927e8fb91c1c1f7b951b6d2770cfa6a7b69145462214954751be98 \ + rmd160 3a387817bd5fd119104575ba3c1e37f44ffd9071 \ + sha256 cbf78f5141efe87be02999926b589551a092da258c8e4e7b732d5fb9b97870de \ depends_run port:rsync \ port:p5.12-error \ @@ -132,8 +132,8 @@ variant doc description {Install HTML and plaintext documentation} { distfiles-append git-htmldocs-${version}${extract.suffix} checksums-append git-htmldocs-${version}${extract.suffix} \ - rmd160 e388bd836a1e65952820b8600e61e73519a1025e \ - sha256 edba4dcc9dc131b32ba05d5cb9334a9ba7af3ca6c91795068b56d7e0d3b0f43a + rmd160 bd8f391af3ff321d8ebad86c5d17a69b941cab14 \ + sha256 e06812fbfdcfcb0a2be23cc554151cbdd115df982799c52f0bd662182b3d80fb post-extract { file mkdir ${workpath}/htmldocs Modified: trunk/dports/devel/git-core/files/git-subtree.1.diff =================================================================== --- trunk/dports/devel/git-core/files/git-subtree.1.diff 2012-12-29 02:32:41 UTC (rev 100845) +++ trunk/dports/devel/git-core/files/git-subtree.1.diff 2012-12-29 13:05:14 UTC (rev 100846) @@ -1,17 +1,17 @@ diff -urN a/contrib/subtree/git-subtree.1 b/contrib/subtree/git-subtree.1 --- a/contrib/subtree/git-subtree.1 1970-01-01 01:00:00.000000000 +0100 -+++ b/contrib/subtree/git-subtree.1 2012-12-11 14:38:50.000000000 +0100 ++++ b/contrib/subtree/git-subtree.1 2012-12-29 13:56:25.000000000 +0100 @@ -0,0 +1,605 @@ +'\" t +.\" Title: git-subtree +.\" Author: [see the "AUTHOR" section] +.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> -+.\" Date: 12/10/2012 ++.\" Date: 12/27/2012 +.\" Manual: Git Manual -+.\" Source: Git 1.8.0.2 ++.\" Source: Git 1.8.0.3 +.\" Language: English +.\" -+.TH "GIT\-SUBTREE" "1" "12/10/2012" "Git 1\&.8\&.0\&.2" "Git Manual" ++.TH "GIT\-SUBTREE" "1" "12/27/2012" "Git 1\&.8\&.0\&.3" "Git Manual" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" -----------------------------------------------------------------
participants (1)
-
ciserlohn@macports.org