From owner-svn-ports-head@FreeBSD.ORG Mon Dec 31 11:53:13 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9A51A4DA; Mon, 31 Dec 2012 11:53:13 +0000 (UTC) (envelope-from bapt@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 7FA3D8FC12; Mon, 31 Dec 2012 11:53:13 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBVBrDSl024009; Mon, 31 Dec 2012 11:53:13 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBVBrDdQ024007; Mon, 31 Dec 2012 11:53:13 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201212311153.qBVBrDdQ024007@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 31 Dec 2012 11:53:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309722 - 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: Mon, 31 Dec 2012 11:53:13 -0000 Author: bapt Date: Mon Dec 31 11:53:12 2012 New Revision: 309722 URL: http://svnweb.freebsd.org/changeset/ports/309722 Log: Switch to USE_GITHUB Trim headers Modified: head/devel/libgit2/Makefile head/devel/libgit2/pkg-descr Modified: head/devel/libgit2/Makefile ============================================================================== --- head/devel/libgit2/Makefile Mon Dec 31 11:51:35 2012 (r309721) +++ head/devel/libgit2/Makefile Mon Dec 31 11:53:12 2012 (r309722) @@ -1,20 +1,18 @@ -# New ports collection makefile for: libgit2 -# Date created: 2011-05-27 -# Whom: Baptiste Daroussin -# # $FreeBSD$ -# PORTNAME= libgit2 PORTVERSION= 0.17.0 CATEGORIES= devel -MASTER_SITES= http://cloud.github.com/downloads/libgit2/libgit2/ +MASTER_SITES= GHC MAINTAINER= bapt@FreeBSD.org COMMENT= Portable, pure C implementation of the Git core LICENSE= GPLv2 +USE_GITHUB= yes +GH_ACCOUNT= libgit2 + USE_CMAKE= yes USE_LDCONFIG= yes USE_PYTHON_BUILD= yes Modified: head/devel/libgit2/pkg-descr ============================================================================== --- head/devel/libgit2/pkg-descr Mon Dec 31 11:51:35 2012 (r309721) +++ head/devel/libgit2/pkg-descr Mon Dec 31 11:53:12 2012 (r309722) @@ -9,4 +9,4 @@ re-entrant, with sane error handling designed with a solid and consistent API available as bindings for all major scripting languages -WWW: http://libgit2.github.com/ +WWW: http://libgit2.github.com/