svn commit: r321599 - head/devel/libgit2
William Grzybowski
wg at FreeBSD.org
Sat Jun 22 22:22:08 UTC 2013
Author: wg
Date: Sat Jun 22 22:22:07 2013
New Revision: 321599
URL: http://svnweb.freebsd.org/changeset/ports/321599
Log:
devel/libgit2: update to 0.18.0
- Update to 0.18.0
- Take maintainership
Modified:
head/devel/libgit2/Makefile
head/devel/libgit2/distinfo
head/devel/libgit2/pkg-plist
Modified: head/devel/libgit2/Makefile
==============================================================================
--- head/devel/libgit2/Makefile Sat Jun 22 21:47:06 2013 (r321598)
+++ head/devel/libgit2/Makefile Sat Jun 22 22:22:07 2013 (r321599)
@@ -1,18 +1,18 @@
# $FreeBSD$
PORTNAME= libgit2
-PORTVERSION= 0.17.0
+PORTVERSION= 0.18.0
CATEGORIES= devel
-MASTER_SITES= GHC
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= wg at FreeBSD.org
COMMENT= Portable, pure C implementation of the Git core
LICENSE= GPLv2
USE_GITHUB= yes
GH_ACCOUNT= libgit2
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+GH_TAGNAME= v${PORTVERSION}
+GH_COMMIT= a50086d
USES= cmake
USE_LDCONFIG= yes
Modified: head/devel/libgit2/distinfo
==============================================================================
--- head/devel/libgit2/distinfo Sat Jun 22 21:47:06 2013 (r321598)
+++ head/devel/libgit2/distinfo Sat Jun 22 22:22:07 2013 (r321599)
@@ -1,2 +1,2 @@
-SHA256 (libgit2-0.17.0.tar.gz) = 068eed0b8fe852a7cc55aae46d2299e9c9e3e00badc1c293d72a9dd122226018
-SIZE (libgit2-0.17.0.tar.gz) = 2096159
+SHA256 (libgit2-0.18.0.tar.gz) = fe856e9c0d501945c9fad2d9705edb6f47cc746e1763e46163aefb8bd72fe5ba
+SIZE (libgit2-0.18.0.tar.gz) = 2958649
Modified: head/devel/libgit2/pkg-plist
==============================================================================
--- head/devel/libgit2/pkg-plist Sat Jun 22 21:47:06 2013 (r321598)
+++ head/devel/libgit2/pkg-plist Sat Jun 22 22:22:07 2013 (r321599)
@@ -2,37 +2,52 @@ include/git2.h
include/git2/attr.h
include/git2/blob.h
include/git2/branch.h
+include/git2/checkout.h
+include/git2/clone.h
include/git2/commit.h
include/git2/common.h
include/git2/config.h
+include/git2/cred_helpers.h
include/git2/diff.h
include/git2/errors.h
+include/git2/graph.h
+include/git2/ignore.h
include/git2/index.h
include/git2/indexer.h
include/git2/inttypes.h
include/git2/merge.h
+include/git2/message.h
include/git2/net.h
include/git2/notes.h
include/git2/object.h
include/git2/odb.h
include/git2/odb_backend.h
include/git2/oid.h
+include/git2/pack.h
+include/git2/push.h
+include/git2/refdb.h
+include/git2/refdb_backend.h
include/git2/reflog.h
include/git2/refs.h
include/git2/refspec.h
include/git2/remote.h
include/git2/repository.h
+include/git2/reset.h
+include/git2/revparse.h
include/git2/revwalk.h
include/git2/signature.h
+include/git2/stash.h
include/git2/status.h
include/git2/stdint.h
+include/git2/strarray.h
include/git2/submodule.h
include/git2/tag.h
include/git2/threads.h
+include/git2/trace.h
+include/git2/transport.h
include/git2/tree.h
include/git2/types.h
include/git2/version.h
-include/git2/windows.h
lib/libgit2.so
lib/libgit2.so.0
lib/libgit2.so.%%SHLIB_VER%%
More information about the svn-ports-head
mailing list