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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/git-absorb/distinfo

Number of commits found: 9

Thursday, 4 Apr 2024
14:17 Nuno Teixeira (eduardo) search for other commits by this committer
devel/git-absorb: Update to 0.6.13

- Remove powerpc patch as it is included in libc-0.2.153 crate.

ChangeLog: https://github.com/tummychow/git-absorb/compare/0.6.12...0.6.13
commit hash: 19794106a5c2bac706b0781dd0ea692cbcef455a commit hash: 19794106a5c2bac706b0781dd0ea692cbcef455a commit hash: 19794106a5c2bac706b0781dd0ea692cbcef455a commit hash: 19794106a5c2bac706b0781dd0ea692cbcef455a 1979410
Saturday, 24 Feb 2024
10:42 Nuno Teixeira (eduardo) search for other commits by this committer
devel/git-absorb: Update to 0.6.12

ChangeLog: https://github.com/tummychow/git-absorb/compare/0.6.11...0.6.12
commit hash: 31bd6d3e7934ea7ccb12b36f113b0d3f64185396 commit hash: 31bd6d3e7934ea7ccb12b36f113b0d3f64185396 commit hash: 31bd6d3e7934ea7ccb12b36f113b0d3f64185396 commit hash: 31bd6d3e7934ea7ccb12b36f113b0d3f64185396 31bd6d3
Thursday, 30 Nov 2023
13:39 Nuno Teixeira (eduardo) search for other commits by this committer
devel/git-absorb: Update to 0.6.11

ChangeLog: https://github.com/tummychow/git-absorb/compare/0.6.10...0.6.11
commit hash: d324a507cece6b134f111780f76a1378f117f66e commit hash: d324a507cece6b134f111780f76a1378f117f66e commit hash: d324a507cece6b134f111780f76a1378f117f66e commit hash: d324a507cece6b134f111780f76a1378f117f66e d324a50
Friday, 7 Apr 2023
10:30 Nuno Teixeira (eduardo) search for other commits by this committer
devel/git-absorb: Update to 0.6.10

ChangeLog: https://github.com/tummychow/git-absorb/compare/0.6.9...0.6.10
commit hash: 980b20813e2fb9f92340f91f28c3b8ca5749b33b commit hash: 980b20813e2fb9f92340f91f28c3b8ca5749b33b commit hash: 980b20813e2fb9f92340f91f28c3b8ca5749b33b commit hash: 980b20813e2fb9f92340f91f28c3b8ca5749b33b 980b208
Saturday, 19 Nov 2022
15:21 Nuno Teixeira (eduardo) search for other commits by this committer
devel/git-absorb: Adopt/Update to 0.6.9

ChangeLog: https://github.com/tummychow/git-absorb/compare/0.6.6...0.6.9
commit hash: 24332da2fa6997737b5cca1971eefed00020e126 commit hash: 24332da2fa6997737b5cca1971eefed00020e126 commit hash: 24332da2fa6997737b5cca1971eefed00020e126 commit hash: 24332da2fa6997737b5cca1971eefed00020e126 24332da
Monday, 22 Nov 2021
19:54 Neel Chauhan (nc) search for other commits by this committer Author: Evgeniy Khramtsov
devel/git-absorb: update to 0.6.6

Approved by:	Greg V <greg@unrelenting.technology> (maintainer)
Changes:	https://github.com/tummychow/git-absorb/compare/0.5.0..0.6.6
PR:		259681
commit hash: 4cde87e7d214a590f41af427b6414136371dcada commit hash: 4cde87e7d214a590f41af427b6414136371dcada commit hash: 4cde87e7d214a590f41af427b6414136371dcada commit hash: 4cde87e7d214a590f41af427b6414136371dcada 4cde87e
Monday, 12 Aug 2019
13:57 mat search for other commits by this committer
Update to 0.5.0.

PR:		239778
Submitted by:	mat
Reviewed by:	maintainer
Original commitRevision:508734 
Thursday, 28 Feb 2019
18:47 jbeich search for other commits by this committer
USES=cargo to update libc to 0.2.49 for Tier2

PR:		235063
Differential Revision:	https://reviews.freebsd.org/D19309
Original commitRevision:494175 
Saturday, 9 Feb 2019
09:20 tcberner search for other commits by this committer
New port: devel/git-absorb: Git command for automating fixup/autosquash commits

You have a feature branch with a few commits. Your teammate reviewed the branch
and pointed out a few bugs. You have fixes for the bugs, but you don't want to
shove them all into an opaque commit that says fixes, because you believe in
atomic commits. Instead of manually finding commit SHAs for git commit --fixup,
or running a manual interactive rebase, do this:

> git add $FILES_YOU_FIXED
> git absorb
> git rebase -i --autosquash master

git absorb will automatically identify which commits are safe to modify, and
which indexed changes belong to each of those commits. It will then write
fixup! commits for each of those changes. You can check its output manually if
you don't trust it, and then fold the fixups into your feature branch with
git's built-in autosquash functionality.

PR:             235436
Submitted by:   Greg V <greg@unrelenting.technology>
Original commitRevision:492487 

Number of commits found: 9