[134763] trunk/dports/devel/libgit2/Portfile

sean at macports.org sean at macports.org
Mon Apr 6 22:24:45 PDT 2015


Revision: 134763
          https://trac.macports.org/changeset/134763
Author:   sean at macports.org
Date:     2015-04-06 22:24:45 -0700 (Mon, 06 Apr 2015)
Log Message:
-----------
libgit2: add subport for 0.20 version due to regression

Modified Paths:
--------------
    trunk/dports/devel/libgit2/Portfile

Modified: trunk/dports/devel/libgit2/Portfile
===================================================================
--- trunk/dports/devel/libgit2/Portfile	2015-04-07 05:24:44 UTC (rev 134762)
+++ trunk/dports/devel/libgit2/Portfile	2015-04-07 05:24:45 UTC (rev 134763)
@@ -34,3 +34,17 @@
 patchfiles          patch-strnlen-posix.h.diff
 
 livecheck.regex     "archive/v(\\d+(?:\\.\\d+)*)${extract.suffix}"
+
+conflicts           libgit2-0.20
+
+# sigh, apparently libgit2 regressed and haven't accepted the pull request to
+# fix it yet: https://github.com/libgit2/libgit2/pull/2898
+subport libgit2-0.20 {
+    github.setup    libgit2 libgit2 0.20.0 v
+    conflicts       libgit2
+
+    checksums       rmd160  15d2635326274d1f6acefcb674a51506f8e319d8 \
+                    sha256  7251daf92958b7f3e59e90a989542d6ef05b1c1d9acade0632fc2becd067d6c7
+
+    livecheck.type  none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150406/d85b5f07/attachment.html>


More information about the macports-changes mailing list