- update to 0.17.0

PR:		ports/168705
Submitted by:	sunpoet
This commit is contained in:
Baptiste Daroussin 2012-07-28 12:02:12 +00:00
parent 1587fa0808
commit 6ab20d26c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301650
3 changed files with 32 additions and 27 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= libgit2
PORTVERSION= 0.16.0
PORTREVISION= 1
PORTVERSION= 0.17.0
CATEGORIES= devel
MASTER_SITES= http://cloud.github.com/downloads/libgit2/libgit2/
@ -16,11 +15,14 @@ COMMENT= Portable, pure C implementation of the Git core
LICENSE= GPLv2
USE_LDCONFIG= yes
USE_CMAKE= yes
USE_LDCONFIG= yes
USE_PYTHON_BUILD= yes
MAKE_JOBS_SAFE= yes
PLIST_SUB= SHLIB_VER=${PORTVERSION}
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"

View File

@ -1,2 +1,2 @@
SHA256 (libgit2-0.16.0.tar.gz) = b84e5353ebc41e785f777a4977da9fa3eaf19f71c07eb2a2c23c2ceafb811597
SIZE (libgit2-0.16.0.tar.gz) = 1042613
SHA256 (libgit2-0.17.0.tar.gz) = 068eed0b8fe852a7cc55aae46d2299e9c9e3e00badc1c293d72a9dd122226018
SIZE (libgit2-0.17.0.tar.gz) = 2096159

View File

@ -1,37 +1,40 @@
include/git2.h
include/git2/attr.h
include/git2/blob.h
include/git2/branch.h
include/git2/net.h
include/git2/reflog.h
include/git2/refspec.h
include/git2/remote.h
include/git2/config.h
include/git2/oid.h
include/git2/odb.h
include/git2/signature.h
include/git2/commit.h
include/git2/common.h
include/git2/config.h
include/git2/diff.h
include/git2/errors.h
include/git2/index.h
include/git2/indexer.h
include/git2/odb_backend.h
include/git2/repository.h
include/git2/status.h
include/git2/types.h
include/git2/inttypes.h
include/git2/merge.h
include/git2/net.h
include/git2/notes.h
include/git2/object.h
include/git2/tag.h
include/git2/odb.h
include/git2/odb_backend.h
include/git2/oid.h
include/git2/reflog.h
include/git2/refs.h
include/git2/refspec.h
include/git2/remote.h
include/git2/repository.h
include/git2/revwalk.h
include/git2/signature.h
include/git2/status.h
include/git2/stdint.h
include/git2/submodule.h
include/git2/tag.h
include/git2/threads.h
include/git2/tree.h
include/git2/types.h
include/git2/version.h
include/git2/windows.h
include/git2/revwalk.h
include/git2/common.h
include/git2/zlib.h
include/git2/errors.h
include/git2/blob.h
include/git2/inttypes.h
include/git2/stdint.h
lib/libgit2.so.0.16.0
lib/libgit2.so.0
lib/libgit2.so
lib/libgit2.so.0
lib/libgit2.so.%%SHLIB_VER%%
libdata/pkgconfig/libgit2.pc
@dirrm include/git2