aboutsummaryrefslogtreecommitdiff
path: root/devel/libgit2/Makefile
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-06-22 22:22:07 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-06-22 22:22:07 +0000
commit6c4c28d448fed8214b355e3672b352c78ab2fec3 (patch)
tree156b32434c175ac514e537e5ee5e94ad7a4ee97a /devel/libgit2/Makefile
parent0fa31e1ee01450152028d61e03d427cd18a9d506 (diff)
downloadports-6c4c28d448fed8214b355e3672b352c78ab2fec3.tar.gz
ports-6c4c28d448fed8214b355e3672b352c78ab2fec3.zip
Notes
Diffstat (limited to 'devel/libgit2/Makefile')
-rw-r--r--devel/libgit2/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/libgit2/Makefile b/devel/libgit2/Makefile
index b0ec65b590bb..106b3f1a06f4 100644
--- a/devel/libgit2/Makefile
+++ b/devel/libgit2/Makefile
@@ -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