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
NOW FIXED. We had a known problem with lists of packages - they were out of date. The fix has been applied to production. See packages-import/issues/3 & packages-import/issues/4
Port details
git-filter-repo git filter-repo is a versatile tool for rewriting history
2.47.0 devel on this many watch lists=3 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.47.0Version of this port present on the latest quarterly branch.
Maintainer: cy@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2021-06-14 16:06:53
Last Update: 2024-12-04 17:09:25
Commit Hash: ee9dfb0
People watching this port, also watch:: libevent, phpsysinfo-php82, xcb-util-image, libXdamage, indexinfo
License: MIT
WWW:
https://github.com/newren/git-filter-repo
Description:
git filter-repo is a versatile tool for rewriting history, which includes capabilities I have not found anywhere else. It roughly falls into the same space of tool as git filter-branch but without the capitulation-inducing poor performance, with far more capabilities, and with a design that scales usability-wise beyond trivial rewriting cases. git filter-repo is now recommended by the git project instead of git filter-branch.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (9 items)
Collapse this list.
  1. /usr/local/share/licenses/git-filter-repo-2.47.0/catalog.mk
  2. /usr/local/share/licenses/git-filter-repo-2.47.0/LICENSE
  3. /usr/local/share/licenses/git-filter-repo-2.47.0/MIT
  4. lib/python3.11/site-packages/git_filter_repo.py
  5. libexec/git-core/git-filter-repo
  6. share/man/man1/git-filter-repo.1.gz
  7. @owner
  8. @group
  9. @mode
Collapse this list.
Dependency lines:
  • git-filter-repo>0:devel/git-filter-repo
Conflicts:
CONFLICTS:
  • git-filter-repo-devel-*
To install the port:
cd /usr/ports/devel/git-filter-repo/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/git-filter-repo
  • pkg install git-filter-repo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: git-filter-repo
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1733323941 SHA256 (newren-git-filter-repo-v2.47.0_GH0.tar.gz) = 8de0b87d3e8137b5af394d4d0e0c6faa05a14375f3e3edea704d4255be039cd3 SIZE (newren-git-filter-repo-v2.47.0_GH0.tar.gz) = 205053

Packages (timestamps in pop-ups are UTC):
git-filter-repo
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.47.02.47.0-2.47.02.47.0---
FreeBSD:13:quarterly2.47.02.47.02.38.02.47.02.47.02.38.02.38.02.38.0
FreeBSD:14:latest2.47.02.47.02.34.02.47.02.47.02.38.0-2.38.0
FreeBSD:14:quarterly2.47.02.47.0-2.47.02.47.02.38.02.38.02.38.0
FreeBSD:15:latest2.47.02.47.0n/a2.47.0n/a2.38.02.38.02.38.0
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. python3.11 : lang/python311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. git : devel/git
  2. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_git-filter-repo
USES:
python shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/newren/git-filter-repo/tar.gz/v2.47.0?dummy=/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.47.0
04 Dec 2024 17:09:25
commit hash: ee9dfb01b7729378f6df074493e40a8c952c1a59commit hash: ee9dfb01b7729378f6df074493e40a8c952c1a59commit hash: ee9dfb01b7729378f6df074493e40a8c952c1a59commit hash: ee9dfb01b7729378f6df074493e40a8c952c1a59 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
devel/git-filter-repo: Update to 2.47.0
2.45.0_1
21 Oct 2024 23:01:49
commit hash: db5655d04392d2b627df09a23d16f7598624d6e9commit hash: db5655d04392d2b627df09a23d16f7598624d6e9commit hash: db5655d04392d2b627df09a23d16f7598624d6e9commit hash: db5655d04392d2b627df09a23d16f7598624d6e9 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
devel/git-filter-repo: Use example 18 in the handbook as a template

With this approach, the distfile fetched from GH created a WRKSRC name
not expected by ports plumbing. We also need to Adjust WRKSRC to match
the extracted directory name from the tarball.

Reported by:	diizzy
2.45.0_1
21 Oct 2024 21:57:20
commit hash: 9cd03fae4c95c073f9b4a119ea37662db4355165commit hash: 9cd03fae4c95c073f9b4a119ea37662db4355165commit hash: 9cd03fae4c95c073f9b4a119ea37662db4355165commit hash: 9cd03fae4c95c073f9b4a119ea37662db4355165 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
devel/git-filter-repo: Update to the latest development branch

Point the upstream github hash that contains the 24+ commits that
fix the data loss issue, making PORTREVISION=1 of this port the
same as the -devel port.

I don't normally like to have a GA port point to a devel branch but
in this case backporting 24 commits leaves too much room for error.
These changes will be removed when upstream releases a new version.

Suggested by:	diizzy
MFH:		2024Q4
2.45.0
21 Oct 2024 20:31:02
commit hash: 6844d1d7a508c23e80115766f44cc7e5a8033f4bcommit hash: 6844d1d7a508c23e80115766f44cc7e5a8033f4bcommit hash: 6844d1d7a508c23e80115766f44cc7e5a8033f4bcommit hash: 6844d1d7a508c23e80115766f44cc7e5a8033f4b files touched by this commit
Cy Schubert (cy) search for other commits by this committer
devel/git-filter-repo: Register conflict with -devel port

devel/git-filter-repo has just been added. Register a conflict with
it.
2.45.0
19 Jul 2024 04:02:10
commit hash: 13e0a328147ac83093f7df2687607ae98459a09ecommit hash: 13e0a328147ac83093f7df2687607ae98459a09ecommit hash: 13e0a328147ac83093f7df2687607ae98459a09ecommit hash: 13e0a328147ac83093f7df2687607ae98459a09e files touched by this commit
Cy Schubert (cy) search for other commits by this committer
devel/git-filter-repo: Update to 2.45.0
2.38.0_1
01 Mar 2024 21:11:16
commit hash: 1a0ec2df247fcc717621e428ec37a9519b75a5e8commit hash: 1a0ec2df247fcc717621e428ec37a9519b75a5e8commit hash: 1a0ec2df247fcc717621e428ec37a9519b75a5e8commit hash: 1a0ec2df247fcc717621e428ec37a9519b75a5e8 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
devel/git-filter-repo: move man page
2.38.0
12 Jun 2023 23:50:15
commit hash: f7c6308f5361a53603eb93d969841a7c382a391ccommit hash: f7c6308f5361a53603eb93d969841a7c382a391ccommit hash: f7c6308f5361a53603eb93d969841a7c382a391ccommit hash: f7c6308f5361a53603eb93d969841a7c382a391c files touched by this commit
Cy Schubert (cy) search for other commits by this committer
Author: Joshua Kinard
devel/git-filter-repo: Update to 2.38.0

PR:		271974
Reviewed by:	cy
Approved by:	cy
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2.34.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.34.0
22 Nov 2021 15:19:56
commit hash: 5b003454a94979c97df005a970eef21b70236973commit hash: 5b003454a94979c97df005a970eef21b70236973commit hash: 5b003454a94979c97df005a970eef21b70236973commit hash: 5b003454a94979c97df005a970eef21b70236973 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
devel/git-filter-repo: Update to 2.34.0
2.33.0_1
21 Aug 2021 14:37:31
commit hash: e118fe3605b36c04b1878258e026974a677d18edcommit hash: e118fe3605b36c04b1878258e026974a677d18edcommit hash: e118fe3605b36c04b1878258e026974a677d18edcommit hash: e118fe3605b36c04b1878258e026974a677d18ed files touched by this commit
Cy Schubert (cy) search for other commits by this committer
devel/git-filter-repo: Update to 2.33.0

Update devel/git-filter-repo 2.32.0 --> 2.33.0.
2.32.0_1
14 Jun 2021 23:06:20
commit hash: a2729c7db8ee94d87350dbc2dc90c72f91c4a2abcommit hash: a2729c7db8ee94d87350dbc2dc90c72f91c4a2abcommit hash: a2729c7db8ee94d87350dbc2dc90c72f91c4a2abcommit hash: a2729c7db8ee94d87350dbc2dc90c72f91c4a2ab files touched by this commit
Cy Schubert (cy) search for other commits by this committer
devel/git-filter-repo: Put the man page in the correct place
2.32.0
14 Jun 2021 16:04:03
commit hash: a61b8452d712aae9d12b2b7de21accbe41d6ea9dcommit hash: a61b8452d712aae9d12b2b7de21accbe41d6ea9dcommit hash: a61b8452d712aae9d12b2b7de21accbe41d6ea9dcommit hash: a61b8452d712aae9d12b2b7de21accbe41d6ea9d files touched by this commit
Cy Schubert (cy) search for other commits by this committer
devel/git-filter-repo: New port - a versatile tool for rewriting history

git filter-repo is a versatile tool for rewriting history, which
includes capabilities I have not found anywhere else. It roughly falls
into the same space of tool as git filter-branch but without the
capitulation-inducing poor performance, with far more capabilities, and
with a design that scales usability-wise beyond trivial rewriting cases.
git filter-repo is now recommended by the git project instead of
git filter-branch.

Number of commits found: 13