aboutsummaryrefslogtreecommitdiff
path: root/devel/libgit2
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-10-25 06:41:37 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-10-25 06:41:37 +0000
commit8e3add8ac473e62419c428dbd0c9d3cc510d6e29 (patch)
tree91992202e062ec6ddcf226455303a86175b8354f /devel/libgit2
parente45519e1e03ec679aa1787d4852c658aaf6f6fec (diff)
downloadports-8e3add8ac473e62419c428dbd0c9d3cc510d6e29.tar.gz
ports-8e3add8ac473e62419c428dbd0c9d3cc510d6e29.zip
Notes
Diffstat (limited to 'devel/libgit2')
-rw-r--r--devel/libgit2/Makefile5
-rw-r--r--devel/libgit2/distinfo4
-rw-r--r--devel/libgit2/pkg-plist6
3 files changed, 11 insertions, 4 deletions
diff --git a/devel/libgit2/Makefile b/devel/libgit2/Makefile
index f1f569d1ba0c..67273218edd1 100644
--- a/devel/libgit2/Makefile
+++ b/devel/libgit2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libgit2
-PORTVERSION= 0.14.0
+PORTVERSION= 0.15.0
CATEGORIES= devel
MASTER_SITES= http://cloud.github.com/downloads/libgit2/libgit2/
@@ -27,4 +27,7 @@ MAKE_JOBS_SAFE= yes
BROKEN= Does not install on sparc64: thread-local storage not supported
.endif
+post-patch:
+ @${REINPLACE_CMD} -e "s|/pkgconfig|/../libdata/pkgconfig|" ${WRKSRC}/CMakeLists.txt
+
.include <bsd.port.post.mk>
diff --git a/devel/libgit2/distinfo b/devel/libgit2/distinfo
index 3c408885c299..8bab18ac6483 100644
--- a/devel/libgit2/distinfo
+++ b/devel/libgit2/distinfo
@@ -1,2 +1,2 @@
-SHA256 (libgit2-0.14.0.tar.gz) = 6bc1fa782b9e6fb57a32e7fe0164d199ac0dbbc9ad2d46a3e90a91fd08181b0a
-SIZE (libgit2-0.14.0.tar.gz) = 912776
+SHA256 (libgit2-0.15.0.tar.gz) = dc47e4fd498a39d1b90bcc5ba189e504140cb6db521dd54808b238b4662d1347
+SIZE (libgit2-0.15.0.tar.gz) = 978124
diff --git a/devel/libgit2/pkg-plist b/devel/libgit2/pkg-plist
index f069774cd9a0..e1a7b685ec26 100644
--- a/devel/libgit2/pkg-plist
+++ b/devel/libgit2/pkg-plist
@@ -10,6 +10,7 @@ include/git2/odb.h
include/git2/signature.h
include/git2/commit.h
include/git2/index.h
+include/git2/indexer.h
include/git2/odb_backend.h
include/git2/repository.h
include/git2/status.h
@@ -25,7 +26,10 @@ include/git2/common.h
include/git2/zlib.h
include/git2/errors.h
include/git2/blob.h
-lib/libgit2.so.0.14.0
+include/git2/inttypes.h
+include/git2/stdint.h
+lib/libgit2.so.0.15.0
lib/libgit2.so.0
lib/libgit2.so
+libdata/pkgconfig/libgit2.pc
@dirrm include/git2