Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Dec 2012 11:53:13 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309722 - head/devel/libgit2
Message-ID:  <201212311153.qBVBrDdQ024007@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bapt@FreeBSD.org>
-#
 # $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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212311153.qBVBrDdQ024007>