svn commit: r309722 - head/devel/libgit2
Baptiste Daroussin
bapt at FreeBSD.org
Mon Dec 31 11:53:13 UTC 2012
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 at 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 at 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/
More information about the svn-ports-head
mailing list