notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: devel/R-cran-git2r/Makefile

Number of commits found: 11

Wednesday, 4 Jun 2025
05:03 Zsolt Udvari (uzsolt) search for other commits by this committer Author: Jean-Paul Beconne
devel/R-cran-git2r: Update 0.36.2

Changelog: https://cran.r-project.org/web/packages/git2r/news/news.html
commit hash: 673a316f6eafe25353aa99f4333267f577802f2e commit hash: 673a316f6eafe25353aa99f4333267f577802f2e commit hash: 673a316f6eafe25353aa99f4333267f577802f2e commit hash: 673a316f6eafe25353aa99f4333267f577802f2e 673a316
Wednesday, 7 May 2025
07:28 Matthias Fechner (mfechner) search for other commits by this committer
devel/libgit2: bump all consumers

bump portrevision for all consumers due to libgit upgrade from
1.8 to 1.9

PR:		286627
commit hash: f22000995d61c9628eae9551dee049309e1b4e7a commit hash: f22000995d61c9628eae9551dee049309e1b4e7a commit hash: f22000995d61c9628eae9551dee049309e1b4e7a commit hash: f22000995d61c9628eae9551dee049309e1b4e7a f220009
Wednesday, 23 Oct 2024
07:11 Matthias Fechner (mfechner) search for other commits by this committer
devel/libgit2: bump consumers of libgit2 due to update
commit hash: 9997938019d47492b2dbb352a2fb7a717f3130a9 commit hash: 9997938019d47492b2dbb352a2fb7a717f3130a9 commit hash: 9997938019d47492b2dbb352a2fb7a717f3130a9 commit hash: 9997938019d47492b2dbb352a2fb7a717f3130a9 9997938
Friday, 18 Oct 2024
18:56 Nuno Teixeira (eduardo) search for other commits by this committer
*/*: Bump consumers of devel/libgit2

libgit2 updated to 1.8.1
commit hash: 60f7140fe7e30fe55dc7f27448a1d6e147576a8d commit hash: 60f7140fe7e30fe55dc7f27448a1d6e147576a8d commit hash: 60f7140fe7e30fe55dc7f27448a1d6e147576a8d commit hash: 60f7140fe7e30fe55dc7f27448a1d6e147576a8d 60f7140
Friday, 16 Aug 2024
18:14 Zsolt Udvari (uzsolt) search for other commits by this committer
devel/R-cran-git2r: update to 0.33.0

Changelog: https://cloud.r-project.org/web/packages/git2r/news/news.html

PR:		280805
Approved by:	Jean-Paul Beconne <jpbeconne@free.fr> (maintainer)
commit hash: 78adf88f6e7f961f41be1f7f104f15fb543b0848 commit hash: 78adf88f6e7f961f41be1f7f104f15fb543b0848 commit hash: 78adf88f6e7f961f41be1f7f104f15fb543b0848 commit hash: 78adf88f6e7f961f41be1f7f104f15fb543b0848 78adf88
Monday, 13 Nov 2023
13:10 Matthias Fechner (mfechner) search for other commits by this committer
devel/libgit2: bump all ports depending on libgit2 for 1.7.1 upgrade
commit hash: 1bb0876e54b6bc98b1c93b1f30dbc2ff03f025ad commit hash: 1bb0876e54b6bc98b1c93b1f30dbc2ff03f025ad commit hash: 1bb0876e54b6bc98b1c93b1f30dbc2ff03f025ad commit hash: 1bb0876e54b6bc98b1c93b1f30dbc2ff03f025ad 1bb0876
Friday, 8 Sep 2023
13:50 Matthias Fechner (mfechner) search for other commits by this committer
Bump ports with dependency to libgit2

See f11ed41604723ab3c75c6a108850858b7efd4f10
commit hash: 482248a09dab712095926b4a2b160ab36fd89022 commit hash: 482248a09dab712095926b4a2b160ab36fd89022 commit hash: 482248a09dab712095926b4a2b160ab36fd89022 commit hash: 482248a09dab712095926b4a2b160ab36fd89022 482248a
Sunday, 23 Apr 2023
09:09 Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b 8d3e020
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Saturday, 4 Dec 2021
12:07 Matthias Fechner (mfechner) search for other commits by this committer
*/*: bump ports depending on libgit2
commit hash: 83af587fedbec44d302fa36a7e1caabbb039d117 commit hash: 83af587fedbec44d302fa36a7e1caabbb039d117 commit hash: 83af587fedbec44d302fa36a7e1caabbb039d117 commit hash: 83af587fedbec44d302fa36a7e1caabbb039d117 83af587
Monday, 12 Apr 2021
16:49 Dmitry Marakasov (amdmi3) search for other commits by this committer
devel/R-cran-git2r: add ports

Interface to the 'libgit2' library, which is a pure C implementation of the
'Git' core methods. Provides access to 'Git' repositories to extract data and
running some basic 'Git' commands.

WWW: https://CRAN.R-project.org/package=git2r

PR:		243627
Submitted by:	jpbeconne@free.fr
commit hash: f0d25d51a563073a72867282863581293467b1f9 commit hash: f0d25d51a563073a72867282863581293467b1f9 commit hash: f0d25d51a563073a72867282863581293467b1f9 commit hash: f0d25d51a563073a72867282863581293467b1f9 f0d25d5

Number of commits found: 11