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: editors/notepadnext/Makefile

Number of commits found: 14

Sunday, 25 Feb 2024
08:04 Yuri Victorovich (yuri) search for other commits by this committer
editors/notepadnext: update 0.6.4 → 0.7

Reported by:	portscout
commit hash: 072d1d7e24373da724e4c3a40961ce8504af86a9 commit hash: 072d1d7e24373da724e4c3a40961ce8504af86a9 commit hash: 072d1d7e24373da724e4c3a40961ce8504af86a9 commit hash: 072d1d7e24373da724e4c3a40961ce8504af86a9 072d1d7
Friday, 20 Oct 2023
17:56 Yuri Victorovich (yuri) search for other commits by this committer
editors/notepadnext: update 0.6.3 → 0.6.4

Reported by:	portscout
commit hash: d7654e566547271d207f8923d56ba228c168cd70 commit hash: d7654e566547271d207f8923d56ba228c168cd70 commit hash: d7654e566547271d207f8923d56ba228c168cd70 commit hash: d7654e566547271d207f8923d56ba228c168cd70 d7654e5
Friday, 2 Jun 2023
18:48 Yuri Victorovich (yuri) search for other commits by this committer
editors/notepadnext: Update 0.6.1 → 0.6.3

Reported by:	portscout
commit hash: a96fb13c0a119a9ac8bdbfd13efafe457d2c98b5 commit hash: a96fb13c0a119a9ac8bdbfd13efafe457d2c98b5 commit hash: a96fb13c0a119a9ac8bdbfd13efafe457d2c98b5 commit hash: a96fb13c0a119a9ac8bdbfd13efafe457d2c98b5 a96fb13
Saturday, 8 Apr 2023
05:28 Yuri Victorovich (yuri) search for other commits by this committer
editors/notepadnext: Update 0.6 → 0.6.1

Reported by:	portscout
commit hash: 3eeb868aa22cd689f1aafcf2ec47c5dd6a8f0caf commit hash: 3eeb868aa22cd689f1aafcf2ec47c5dd6a8f0caf commit hash: 3eeb868aa22cd689f1aafcf2ec47c5dd6a8f0caf commit hash: 3eeb868aa22cd689f1aafcf2ec47c5dd6a8f0caf 3eeb868
Wednesday, 25 Jan 2023
07:30 Yuri Victorovich (yuri) search for other commits by this committer
editors/notepadnext: Update 0.5.6 → 0.6

Reported by:	portscout
commit hash: d5078aa2244fc6efd6b23172f964acf5ee659673 commit hash: d5078aa2244fc6efd6b23172f964acf5ee659673 commit hash: d5078aa2244fc6efd6b23172f964acf5ee659673 commit hash: d5078aa2244fc6efd6b23172f964acf5ee659673 d5078aa
Tuesday, 22 Nov 2022
22:05 Yuri Victorovich (yuri) search for other commits by this committer
editors/notepadnext: Update 0.5.5 -> 0.5.6

Reported by:	portscout
commit hash: 906aa8d00eee89aa3503d2de723c201911d96370 commit hash: 906aa8d00eee89aa3503d2de723c201911d96370 commit hash: 906aa8d00eee89aa3503d2de723c201911d96370 commit hash: 906aa8d00eee89aa3503d2de723c201911d96370 906aa8d
Sunday, 25 Sep 2022
20:40 Yuri Victorovich (yuri) search for other commits by this committer
editors/notepadnext: Update 0.5.4 -> 0.5.5

Reported by:	portscout
commit hash: ba748e27be50ecc1b914b1198f6903268368c8ba commit hash: ba748e27be50ecc1b914b1198f6903268368c8ba commit hash: ba748e27be50ecc1b914b1198f6903268368c8ba commit hash: ba748e27be50ecc1b914b1198f6903268368c8ba ba748e2
Sunday, 11 Sep 2022
10:20 Felix Palmen (zirias) search for other commits by this committer
Mk/Uses: always use colon for build/run suffix

Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee ddae4e9
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
Wednesday, 3 Aug 2022
08:58 Yuri Victorovich (yuri) search for other commits by this committer
editors/notepadnext: Update 0.5.3 -> 0.5.4

Reported by:	portscout
commit hash: 97bd85e37f7a1e971f7d86c998cf521acb9460f2 commit hash: 97bd85e37f7a1e971f7d86c998cf521acb9460f2 commit hash: 97bd85e37f7a1e971f7d86c998cf521acb9460f2 commit hash: 97bd85e37f7a1e971f7d86c998cf521acb9460f2 97bd85e
Thursday, 7 Jul 2022
06:06 Yuri Victorovich (yuri) search for other commits by this committer
editors/notepadnext: Update 0.5.2 -> 0.5.3

Reported by:	portscout
commit hash: 06842dd0aa43a6c36178f5fc47e34403a0192031 commit hash: 06842dd0aa43a6c36178f5fc47e34403a0192031 commit hash: 06842dd0aa43a6c36178f5fc47e34403a0192031 commit hash: 06842dd0aa43a6c36178f5fc47e34403a0192031 06842dd
Friday, 27 May 2022
20:25 Yuri Victorovich (yuri) search for other commits by this committer
editors/notepadnext: Update 0.5.1 -> 0.5.2

Reported by:	piortscout
commit hash: 2b1635c9a4063223b4773e4a6e5f69e863bed95f commit hash: 2b1635c9a4063223b4773e4a6e5f69e863bed95f commit hash: 2b1635c9a4063223b4773e4a6e5f69e863bed95f commit hash: 2b1635c9a4063223b4773e4a6e5f69e863bed95f 2b1635c
Monday, 2 May 2022
02:45 Yuri Victorovich (yuri) search for other commits by this committer
editors/notepadnext: Install .desktop file and icon file.
commit hash: 6f42187d5a9912e10bd1ca53a4e9f22c02a11aab commit hash: 6f42187d5a9912e10bd1ca53a4e9f22c02a11aab commit hash: 6f42187d5a9912e10bd1ca53a4e9f22c02a11aab commit hash: 6f42187d5a9912e10bd1ca53a4e9f22c02a11aab 6f42187
Sunday, 1 May 2022
02:59 Yuri Victorovich (yuri) search for other commits by this committer
editors/notepadnext: New port: Reimplementation of Notepad++
commit hash: 2415af0063906e57aa706b88705831820aa12558 commit hash: 2415af0063906e57aa706b88705831820aa12558 commit hash: 2415af0063906e57aa706b88705831820aa12558 commit hash: 2415af0063906e57aa706b88705831820aa12558 2415af0

Number of commits found: 14