[136095] trunk/dports

sean at macports.org sean at macports.org
Mon May 11 12:40:04 PDT 2015


Revision: 136095
          https://trac.macports.org/changeset/136095
Author:   sean at macports.org
Date:     2015-05-11 12:40:04 -0700 (Mon, 11 May 2015)
Log Message:
-----------
libgit2: remove old version which is not needed and bump pygit2

Modified Paths:
--------------
    trunk/dports/devel/libgit2/Portfile
    trunk/dports/python/py-pygit2/Portfile

Modified: trunk/dports/devel/libgit2/Portfile
===================================================================
--- trunk/dports/devel/libgit2/Portfile	2015-05-11 19:30:04 UTC (rev 136094)
+++ trunk/dports/devel/libgit2/Portfile	2015-05-11 19:40:04 UTC (rev 136095)
@@ -34,17 +34,3 @@
 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
-}

Modified: trunk/dports/python/py-pygit2/Portfile
===================================================================
--- trunk/dports/python/py-pygit2/Portfile	2015-05-11 19:30:04 UTC (rev 136094)
+++ trunk/dports/python/py-pygit2/Portfile	2015-05-11 19:40:04 UTC (rev 136095)
@@ -5,9 +5,8 @@
 PortGroup           python 1.0
 PortGroup           github 1.0
 
-github.setup        libgit2 pygit2 af9a2bb8429d
+github.setup        libgit2 pygit2 0.22.0 v
 name                py-pygit2
-version             0.20
 
 categories-append   devel
 license             BSD
@@ -19,13 +18,13 @@
 long_description    Pygit2 is a set of Python bindings to the libgit2 shared \
                     library, libgit2 implements the core of Git. 
 
-checksums           rmd160  00e567ee1c88dd5225a8a8882946ed71e608ab2e \
-                    sha256  d920c0a8778f6ec5f529cf8d0ef81cefc0f70bc5e1d3337bf033158ecfaf023b
+checksums           rmd160  abe5b2d4f2cdcb16a4572e80cadfbce896d7258c \
+                    sha256  5f573d20b184fea5b6dbeeadca3bff4e2cca0e9475a33a7471b28a26aff883a7
 
 python.versions     27 34
 
 if {${name} ne ${subport}} {
-    depends_lib-append  port:libgit2-0.20 \
+    depends_lib-append  port:libgit2 \
                         port:py${python.version}-cffi
 
     livecheck.type  none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150511/53a3aac6/attachment.html>


More information about the macports-changes mailing list