Skip to content

Commit

Permalink
libgit2: update to version 0.24.1, ABI compatible with previous version.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@147775 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
dbevans committed Apr 15, 2016
1 parent ed347e0 commit 98cffc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions devel/libgit2/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PortGroup cmake 1.0
cmake.out_of_source yes

# don't forget to update libgit2-glib as well
github.setup libgit2 libgit2 0.24.0 v
github.setup libgit2 libgit2 0.24.1 v
epoch 1
categories devel
platforms darwin
Expand All @@ -25,8 +25,8 @@ long_description libgit2 is a portable, pure C implementation of the \

homepage http://libgit2.github.com/

checksums rmd160 1b7fc19b934d45576a7492c290d165801acc1dc8 \
sha256 f5cd9c1263e726b83f896cc8ba9fb0498fce725bd6cfad7f401b09cc9a7a007b
checksums rmd160 b3aad037cb7f4e51548eecf7e54b73278d35f14e \
sha256 0dca325abf94b8396beb90ef9307e631bce77be42bacc585324ef40610018867

depends_build-append \
port:pkgconfig
Expand Down
2 changes: 1 addition & 1 deletion devel/libgit2/files/patch-strnlen-posix.h.diff
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- src/posix.h.orig 2015-10-05 14:37:22.000000000 -0700
+++ src/posix.h 2015-10-06 10:59:08.000000000 -0700
@@ -121,6 +121,19 @@
@@ -122,6 +122,19 @@

#include "strnlen.h"

Expand Down

0 comments on commit 98cffc4

Please sign in to comment.