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-extras/Makefile

Number of commits found: 27

Friday, 23 Feb 2024
12:50 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/git-extras: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: c28b0776091f7d1b6560c862e1ca9012b5893bb8 commit hash: c28b0776091f7d1b6560c862e1ca9012b5893bb8 commit hash: c28b0776091f7d1b6560c862e1ca9012b5893bb8 commit hash: c28b0776091f7d1b6560c862e1ca9012b5893bb8 c28b077
Friday, 3 Nov 2023
21:09 Robert Clausecker (fuz) search for other commits by this committer Author: Igor Ostapenko
devel/git-extras: update to 7.1.0

Changelog: https://github.com/tj/git-extras/releases/tag/7.1.0

PR:		274837
commit hash: bbb0752e32b1a1ee089cfc8b3c26ed4b0c57c835 commit hash: bbb0752e32b1a1ee089cfc8b3c26ed4b0c57c835 commit hash: bbb0752e32b1a1ee089cfc8b3c26ed4b0c57c835 commit hash: bbb0752e32b1a1ee089cfc8b3c26ed4b0c57c835 bbb0752e
Friday, 28 Apr 2023
16:13 Robert Clausecker (fuz) search for other commits by this committer Author: Igor Ostapenko
devel/git-extras: update to 7.0.0

Changelog: https://github.com/tj/git-extras/releases/tag/7.0.0

PR:		271046
commit hash: 9136596bb35b59fb654b31b6748ed97c00e6aadc commit hash: 9136596bb35b59fb654b31b6748ed97c00e6aadc commit hash: 9136596bb35b59fb654b31b6748ed97c00e6aadc commit hash: 9136596bb35b59fb654b31b6748ed97c00e6aadc 9136596
Tuesday, 11 Oct 2022
15:43 Fernando Apesteguía (fernape) search for other commits by this committer Author: Igor Ostapenko
devel/git-extras: Update to 6.5.0

ChangeLog: https://github.com/tj/git-extras/releases/tag/6.5.0

 * Include revert conflicts in git abort
 * fix(git-effort):fork: retry: Resource temporarily unavailable
 * git-sync --force will sync without interaction
 * fix(git-cp): keep the history of the files
 * git-bulk: previous refactor redirected $PWD to stderr by mistake
 * Fix lazy loading bash_completion from XDG_DATA_DIRS
 * feat(bin/git-browse): open website at file & line number or range
 * #970 standup added -A flag for author date
 * update git-utimes.{1,html} to add --newer flag
 * git-utimes: add --newer flag and don't touch files in the working tree and
   index
 * docs(instllation): replace git.io
 * Added config git-extras.standup-implicit-week for git standup
 * Document git standup -w option

PR:		266953
Reported by:	igor.ostapenko@pm.me (maintainer)
commit hash: 3ccd12b970a94128c78110c67eb5e45ea5e94b30 commit hash: 3ccd12b970a94128c78110c67eb5e45ea5e94b30 commit hash: 3ccd12b970a94128c78110c67eb5e45ea5e94b30 commit hash: 3ccd12b970a94128c78110c67eb5e45ea5e94b30 3ccd12b
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, 7 May 2022
16:45 Dmitri Goutnik (dmgk) search for other commits by this committer Author: Igor Ostapenko
devel/git-extras: Update to 6.4.0

Changes:	https://github.com/tj/git-extras/releases/tag/6.4.0

PR:		263664
commit hash: 13d8f8856a59537ff66fc17742ef5546357731da commit hash: 13d8f8856a59537ff66fc17742ef5546357731da commit hash: 13d8f8856a59537ff66fc17742ef5546357731da commit hash: 13d8f8856a59537ff66fc17742ef5546357731da 13d8f88
Friday, 8 Oct 2021
06:11 Yasuhiro Kimura (yasu) search for other commits by this committer Author: Igor Ostapenko
devel/git-extras: Update to 6.3.0

* Pet portclippy
* Reformat Makefile with portfmt

ChangeLog:	https://github.com/tj/git-extras/blob/6.3.0/History.md
PR:		258992
Approved by:	ygy (mentor)
Differential Revision:	https://reviews.freebsd.org/D32364
commit hash: b0a881cc4c4656077037c3016a1ceb4d18ec3afc commit hash: b0a881cc4c4656077037c3016a1ceb4d18ec3afc commit hash: b0a881cc4c4656077037c3016a1ceb4d18ec3afc commit hash: b0a881cc4c4656077037c3016a1ceb4d18ec3afc b0a881c
Thursday, 8 Apr 2021
02:56 Koichiro Iwao (meta) search for other commits by this committer
devel/git-extras: Update to 6.2.0

PR:		254662
Reported by:	Igor Ostapenko <igor.ostapenko@pm.me> (maintainer)
Relnotes:	https://github.com/tj/git-extras/releases/tag/6.2.0
commit hash: f667253edae8076ac242f646e3acb41de4962c02 commit hash: f667253edae8076ac242f646e3acb41de4962c02 commit hash: f667253edae8076ac242f646e3acb41de4962c02 commit hash: f667253edae8076ac242f646e3acb41de4962c02 f667253
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 29 Sep 2020
05:06 pi search for other commits by this committer
devel/git-extras: update 6.0.0 -> 6.1.0

PR:		249968
Submitted by:	Igor Ostapenko <igor.ostapenko@pm.me> (maintainer)
Relnotes:	https://github.com/tj/git-extras/releases/tag/6.1.0
Original commitRevision:550470 
Tuesday, 23 Jun 2020
08:58 tagattie search for other commits by this committer
Update to 6.0.0

PR:		247483
Submitted by:	Igor Ostapenko <igor.ostapenko@pm.me> (maintainer)
Approved by:	mentors (implicit)
Changelog:	https://github.com/tj/git-extras/releases/tag/6.0.0
Original commitRevision:539965 
Sunday, 22 Dec 2019
12:51 tcberner search for other commits by this committer
devel/git-extras: Update to 5.1.0

PR:		242772
Submitted by:	Igor Ostapenko <igor.ostapenko@pm.me> (maintainer)
Original commitRevision:520620 
Monday, 26 Aug 2019
14:54 sunpoet search for other commits by this committer
Update to 5.0.0

- Update MAINTAINER address

Changes:	https://github.com/tj/git-extras/releases
PR:		240044
Submitted by:	Igor Ostapenko <igor.ostapenko@gmail.com> (maintainer)
Original commitRevision:509949 
Saturday, 6 Jul 2019
18:21 swills search for other commits by this committer
devel/git-extras: update to 4.7.0

PR:		238955
Submitted by:	Igor Ostapenko <igor.ostapenko@gmail.com> (maintainer)
Original commitRevision:506022 
Thursday, 18 Oct 2018
22:28 swills search for other commits by this committer
devel/git-extras: Update to 4.6.0

PR:		232410
Submitted by:	Igor Ostapenko <igor.ostapenko@gmail.com> (maintainer)
Original commitRevision:482386 
Monday, 19 Feb 2018
12:07 sunpoet search for other commits by this committer
Update to 4.5.0

Changes:	https://github.com/tj/git-extras/releases
PR:		226038
Submitted by:	Igor Ostapenko <igor.ostapenko@gmail.com> (maintainer)
Original commitRevision:462309 
Friday, 28 Jul 2017
02:02 dbaio search for other commits by this committer
devel/git-extras: Update to 4.4.0

While here, add LICENSE_FILE

Changes:	https://github.com/tj/git-extras/releases/tag/4.4.0

PR:		220964
Submitted by:	Igor Ostapenko <igor.ostapenko@gmail.com> (maintainer)
Original commitRevision:446796 
Tuesday, 9 May 2017
03:37 adamw search for other commits by this committer
Update to 4.3.0.

PR:		219144
Submitted by:	maintainer (Igor Ostapenko)
Original commitRevision:440468 
Sunday, 9 Oct 2016
01:19 adamw search for other commits by this committer
Update to 4.2.0, and add NO_ARCH.

Changes: https://github.com/tj/git-extras/releases/tag/4.2.0

PR:		213313
Submitted by:	maintainer (Igor Ostapenko)
Original commitRevision:423560 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Wednesday, 27 Jan 2016
07:23 miwi search for other commits by this committer
- Update to 4.1.0

PR:		206611
Submitted by:	maintainer
Original commitRevision:407341 
Tuesday, 29 Dec 2015
21:55 robak search for other commits by this committer
devel/git-extras: update 3.0.0 -> 4.0.0

- Remove shebangfix from USES

PR:		205698
Submitted by:	Igor Ostapenko <igor.ostapenko@gmail.com>
Original commitRevision:404787 
Sunday, 10 May 2015
13:53 robak search for other commits by this committer
devel/git-extras: update 2.2.0 -> 3.0.0

PR:		200090
Submitted by:	Igor Ostapenko <igor.ostapenko@gmail.com> (maintainer)
Original commitRevision:385957 
Wednesday, 6 May 2015
15:16 mat search for other commits by this committer
Update ports in the [bcd]* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385521 
Saturday, 22 Nov 2014
17:13 danilo search for other commits by this committer
- Update to 2.2.0

PR:		195163
Submitted by:	Igor Ostapenko <igor.ostapenko@gmail.com> (maintainer)
Original commitRevision:373080 
Saturday, 8 Nov 2014
11:34 pawel search for other commits by this committer
Additional Git sub-commands:
 - repository summary
 - author commit percentages
 - changelog population
 - shortcuts for branching/tagging/releasing
 - GitHub related shortcuts
 - repl (read-eval-print-loop), an interactive mode
 - and more...

WWW: https://github.com/tj/git-extras/

PR:		ports/194542
Submitted by:	Igor Ostapenko <igor.ostapenko@gmail.com>
Original commitRevision:372317 

Number of commits found: 27