Permalink
Browse files
libgit2: update to version 0.26.3
- Loading branch information
Showing
with
5 additions
and
5 deletions.
-
+4
−4
devel/libgit2/Portfile
-
+1
−1
devel/libgit2/files/patch-strnlen-posix.h.diff
|
|
@@ -5,7 +5,7 @@ PortGroup github 1.0 |
|
|
PortGroup cmake 1.1 |
|
|
|
|
|
# don't forget to update py-pygit2 and libgit2-glib as well |
|
|
github.setup libgit2 libgit2 0.26.2 v |
|
|
github.setup libgit2 libgit2 0.26.3 v |
|
|
epoch 1 |
|
|
categories devel |
|
|
platforms darwin |
|
|
@@ -22,9 +22,9 @@ long_description libgit2 is a portable, pure C implementation of the \ |
|
|
|
|
|
homepage http://libgit2.github.com/ |
|
|
|
|
|
checksums rmd160 e8f3996134324746c740db7cdb5d437af7498a22 \ |
|
|
sha256 35cfc858c7bad0ccd505e1fa161e13a89fc0df3d978cbb9e03bf69e03b1d35cd \ |
|
|
size 4709118 |
|
|
checksums rmd160 39ea46693e33c805b2f5de21fc1f6cde1884d998 \ |
|
|
sha256 60440169295a6a719164d53b999004e9d90629ff50dffe40fb9e4c4f0717068e \ |
|
|
size 4730780 |
|
|
|
|
|
depends_build-append \ |
|
|
port:pkgconfig |
|
|
|
|
|
@@ -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 |
|
|
@@ -132,6 +132,19 @@ |
|
|
@@ -135,6 +135,19 @@ |
|
|
|
|
|
#include "strnlen.h" |
|
|
|
|
|
|