pkgsrc/devel/R-git2r/Makefile
mef bc7aa9878e (devel/R-git2r) Updated 0.27.1 to 0.28.0
git2r 0.28.0
------------

IMPROVEMENTS

* Updated to use libgit2 version 1.1.0 on Windows.

* Fix handling of a symbolic reference when checking out previous
  branch.

* Added a configure option '--without-libgit2' to ignore presence of a
  system libgit2 library and instead use the internal git2r libgit2
  library. Usage:
  R CMD INSTALL --configure-args='--without-libgit2' git2r_x.y.z.tar.gz

* Updated some tests to work with libgit2 version 1.1.0.
2021-02-07 01:21:16 +00:00

17 lines
412 B
Makefile

# $NetBSD: Makefile,v 1.3 2021/02/07 01:21:16 mef Exp $
R_PKGNAME= git2r
R_PKGVER= 0.28.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Provides access to Git repositories
LICENSE= gnu-gpl-v2
TEST_DEPENDS+= R-getPass-[0-9]*:../../security/R-getPass
#EST_DEPENDS+= libgit2-[0-9]*:../../devel/libgit2
USE_LANGUAGES= c
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"