[147133] trunk/dports/devel/git

ciserlohn at macports.org ciserlohn at macports.org
Tue Mar 29 07:47:50 PDT 2016


Revision: 147133
          https://trac.macports.org/changeset/147133
Author:   ciserlohn at macports.org
Date:     2016-03-29 07:47:50 -0700 (Tue, 29 Mar 2016)
Log Message:
-----------
git: update to version 2.8.0; compiling with (apple)-gcc-4.2 no longer results in ICE so remove blacklisting

Modified Paths:
--------------
    trunk/dports/devel/git/Portfile
    trunk/dports/devel/git/files/git-subtree.1.diff

Modified: trunk/dports/devel/git/Portfile
===================================================================
--- trunk/dports/devel/git/Portfile	2016-03-29 14:13:22 UTC (rev 147132)
+++ trunk/dports/devel/git/Portfile	2016-03-29 14:47:50 UTC (rev 147133)
@@ -3,10 +3,9 @@
 
 PortSystem          1.0
 PortGroup           perl5 1.0
-PortGroup           compiler_blacklist_versions 1.0
 
 name                git
-version             2.7.4
+version             2.8.0
 
 description         A fast version control system
 long_description    Git is a fast, scalable, distributed open source version \
@@ -22,11 +21,11 @@
                     git-manpages-${version}${extract.suffix}
 
 checksums           git-${version}${extract.suffix} \
-                    rmd160  e1af65874eb587a7c62eb62bc7c40a1548c9730e \
-                    sha256  7104c4f5d948a75b499a954524cb281fe30c6649d8abe20982936f75ec1f275b \
+                    rmd160  720073cf070109321ca57a944f239c8b89f259c1 \
+                    sha256  2c6eee5506237e0886df9973fd7938a1b2611ec93d07f64ed3447493ebac90d1 \
                     git-manpages-${version}${extract.suffix} \
-                    rmd160  2bc05aa002319e23aa6fd5e918749cc845c72b97 \
-                    sha256  0dfe1931ad302873470e0280248e3aa50502b5edd00dcc3e9c9173667b6fea6a \
+                    rmd160  ae991c604ee941bbf78779f7b4e4325d821ddc59 \
+                    sha256  2c48902a69df3bec3b8b8f0350a65fd1b662d2f436f0e64d475ecd1c780767b6 \
 
 perl5.require_variant   yes
 perl5.conflict_variants yes
@@ -57,8 +56,6 @@
 
 variant universal   {}
 
-compiler.blacklist *gcc-4.2
-
 set CFLAGS          "-I. -Wall -O2 -I${prefix}/include [get_canonical_archflags cc]"
 set LDFLAGS         "-L${prefix}/lib [get_canonical_archflags ld]"
 
@@ -155,8 +152,8 @@
 variant doc description {Install HTML and plaintext documentation} {
     distfiles-append        git-htmldocs-${version}${extract.suffix}
     checksums-append        git-htmldocs-${version}${extract.suffix} \
-                            rmd160  1cdb3c3f3b6747d5f7995e383a2710376a7f7a96 \
-                            sha256  a567c9a7a9858c85c81d7928f96ea36626eea5fa0a2af7ffa080f11f798565e6
+                            rmd160  2734e882bbe04cb891febba76e139afd924bf6f6 \
+                            sha256  e307c214b45664d9ca664409311433068675d521d596822fabfe21f117281390
 
     patchfiles-append       git-subtree.html.diff
 

Modified: trunk/dports/devel/git/files/git-subtree.1.diff
===================================================================
--- trunk/dports/devel/git/files/git-subtree.1.diff	2016-03-29 14:13:22 UTC (rev 147132)
+++ trunk/dports/devel/git/files/git-subtree.1.diff	2016-03-29 14:47:50 UTC (rev 147133)
@@ -7,10 +7,10 @@
 +.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
 +.\"      Date: 03/03/2016
 +.\"    Manual: Git Manual
-+.\"    Source: Git 2.7.4
++.\"    Source: Git 2.8.0
 +.\"  Language: English
 +.\"
-+.TH "GIT\-SUBTREE" "1" "03/03/2016" "Git 2\&.7\&.4" "Git Manual"
++.TH "GIT\-SUBTREE" "1" "03/03/2016" "Git 2\&.8\&.0" "Git Manual"
 +.\" -----------------------------------------------------------------
 +.\" * Define some portability stuff
 +.\" -----------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160329/41cebd8e/attachment.html>


More information about the macports-changes mailing list