From owner-svn-ports-head@FreeBSD.ORG Sat Jun 22 22:22:08 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DD288A0D; Sat, 22 Jun 2013 22:22:08 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id BF6451112; Sat, 22 Jun 2013 22:22:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5MMM8rb093987; Sat, 22 Jun 2013 22:22:08 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5MMM7kf093979; Sat, 22 Jun 2013 22:22:07 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201306222222.r5MMM7kf093979@svn.freebsd.org> From: William Grzybowski Date: Sat, 22 Jun 2013 22:22:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321599 - head/devel/libgit2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jun 2013 22:22:08 -0000 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@FreeBSD.org +MAINTAINER= wg@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%%