pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/R-git2r



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Oct 27 05:28:57 UTC 2024

Modified Files:
        pkgsrc/devel/R-git2r: Makefile distinfo

Log Message:
(devel/R-git2r) Updated 0.33.0 to 0.35.0

# git2r 0.35.0 (2024-10-20)

## CHANGES

* The bundled libgit2 source code has been removed and libgit2 must
  now be installed on the system.

* Fix build after API change in libgit2 1.8.0.

* The system requirement for libgit2 has been updated to libgit2
  version >= 1.0.

* Add `$(C_VISIBILITY)` to compiler flags to hide internal symbols
  from shared object.

* On MacOS, if libgit2 is not found, the build configuration tries to
  download a static build of libgit2 version 1.8.1
  (https://github.com/autobrew/bundler/releases/tag/libgit2-1.8.1) and
  use that instead, after the sha256 of the downloaded
  'libgit2-1.8.1-universal.tar.xz' file has been checked.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-git2r/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/R-git2r/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/R-git2r/Makefile
diff -u pkgsrc/devel/R-git2r/Makefile:1.6 pkgsrc/devel/R-git2r/Makefile:1.7
--- pkgsrc/devel/R-git2r/Makefile:1.6   Sat Jan 20 09:28:58 2024
+++ pkgsrc/devel/R-git2r/Makefile       Sun Oct 27 05:28:57 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2024/01/20 09:28:58 mef Exp $
+# $NetBSD: Makefile,v 1.7 2024/10/27 05:28:57 mef Exp $
 
 R_PKGNAME=     git2r
-R_PKGVER=      0.33.0
+R_PKGVER=      0.35.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -9,14 +9,15 @@ COMMENT=      Provides access to Git reposito
 LICENSE=       gnu-gpl-v2
 
 TEST_DEPENDS+= R-getPass-[0-9]*:../../security/R-getPass
-#EST_DEPENDS+= libgit2-[0-9]*:../../devel/libgit2
 TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
 TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
 TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
 TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
 TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
 
+#USE_TOOLS+=   pkg-config
 USE_LANGUAGES= c
 
+.include "../../devel/libgit2/buildlink3.mk"
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/R-git2r/distinfo
diff -u pkgsrc/devel/R-git2r/distinfo:1.8 pkgsrc/devel/R-git2r/distinfo:1.9
--- pkgsrc/devel/R-git2r/distinfo:1.8   Sat Jan 20 09:28:58 2024
+++ pkgsrc/devel/R-git2r/distinfo       Sun Oct 27 05:28:57 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/01/20 09:28:58 mef Exp $
+$NetBSD: distinfo,v 1.9 2024/10/27 05:28:57 mef Exp $
 
-BLAKE2s (R/git2r_0.33.0.tar.gz) = 96dd6d93e0e03b7f621b8a5db163caf69b5edfbaf39bf9bb7722f97a90477bc7
-SHA512 (R/git2r_0.33.0.tar.gz) = 83d7d25b87255680ac51f3494893a32dac07fef45d32badf7e00cff7680ef077b0810ec35d6a162dbf3fb68d79bdedb8a1393ebf770806f8b3e353d9998e575d
-Size (R/git2r_0.33.0.tar.gz) = 1363704 bytes
+BLAKE2s (R/git2r_0.35.0.tar.gz) = 579e042b4f37bfbea2f7e6d8e1dd0e4a5c5a3ff2a6a87b48882c6f053d2df1fd
+SHA512 (R/git2r_0.35.0.tar.gz) = 84d0c991eb3cd3545e09389bb413b5ffa83308fc8c31bf3472a2abffb0961d44375ce46e256a53547abb8e54b53f793b4054eabf1b8e701ae2e2b9cd0d1ef532
+Size (R/git2r_0.35.0.tar.gz) = 236583 bytes



Home | Main Index | Thread Index | Old Index