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: Mk/Uses/shared-mime-info.mk

Number of commits found: 17

Sunday, 24 Apr 2022
10:00 Tobias C. Berner (tcberner) search for other commits by this committer
framework: cleanup conditional-indentations in Mk/

Run Tools/scripts/indent_make_if.pl on all of Mk.

These white space changes contribute greatly to the readability of those files.
As we have a version control system, finding out the reasons for the changes
prior to these white space changes is still easily possible

Differential Revision:	https://reviews.freebsd.org/D35024
Reviewed by:		portmgr (rene, bapt)
commit hash: aa2539679084872cd84112e9df6bfee571570623 commit hash: aa2539679084872cd84112e9df6bfee571570623 commit hash: aa2539679084872cd84112e9df6bfee571570623 commit hash: aa2539679084872cd84112e9df6bfee571570623 aa25396
Wednesday, 20 Oct 2021
11:40 Baptiste Daroussin (bapt) search for other commits by this committer
shared-mime-info: readd the build dependency on the uses

The build dependency has been dropped from the uses, it was a bit
premature to do so, readd it for now

Reported by:	madpilot
commit hash: 41347bb5ca04d0c05261c22faac96c5b75589627 commit hash: 41347bb5ca04d0c05261c22faac96c5b75589627 commit hash: 41347bb5ca04d0c05261c22faac96c5b75589627 commit hash: 41347bb5ca04d0c05261c22faac96c5b75589627 41347bb
09:11 Baptiste Daroussin (bapt) search for other commits by this committer
shared-mime-info: use triggers

the rebuild of the database is now handled by a trigger and happen only
once at the end of the transaction instead of after each package
installation.

While make shared-mime-info a runtime only dependency

Reviewed by:	manu, mat
Differential Revision:	https://reviews.freebsd.org/D32452
commit hash: ddacf99b4fc010511a09e1af376d0fca7399e208 commit hash: ddacf99b4fc010511a09e1af376d0fca7399e208 commit hash: ddacf99b4fc010511a09e1af376d0fca7399e208 commit hash: ddacf99b4fc010511a09e1af376d0fca7399e208 ddacf99
Tuesday, 6 Apr 2021
14:27 Mathieu Arnold (mat) search for other commits by this committer
framework: Remove $FreeBSD$

Where appropriate fiddle with a few other things.
commit hash: 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 commit hash: 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 commit hash: 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 commit hash: 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 5d33e04
Sunday, 27 Mar 2016
01:23 bapt search for other commits by this committer
Remove the now unneeded ${PORTSDIR} from dependency definition in
The infrastructure Makefiles

PR:		206569
Exp run by:	antoine
Differential Revision:	D5047
Original commitRevision:411970 
Thursday, 15 Oct 2015
07:36 bapt search for other commits by this committer
Readd PORTSDIR for now we will only start removing them after 2016Q1 is branched

This gives more time for tools to get updated, available in packages etc before
bothering users
Original commitRevision:399326 
Wednesday, 14 Oct 2015
16:49 bapt search for other commits by this committer
Drop the necessity to add ${PORTSDIR} to dependency line

Modify make describe to automatically prepend ${PORTSDIR} if the path for the
port is not absolute

Checked with poudriere, portmaster, portupgrade

PR:		203685
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D3866
Original commitRevision:399278 
Sunday, 28 Sep 2014
16:36 tijl search for other commits by this committer
Change the way USES is handled:
- Loop over USES twice, once to define all *_ARGS variables and once to
  include Uses/*.mk.  This allows all Uses/*.mk to examine arguments given
  to other USES entries.
- Always define *_ARGS (possibly empty) and replace commas with spaces.

Similar for _USES_POST.

Adjust all Uses/*.mk:
- defined(u_ARGS) becomes !empty(u_ARGS)
- Eliminate helper variables like _*_ARGS=${*_ARGS:C/,/ /g}
- Some Uses/*.mk used ":" as argument separator instead of ",", but no port
  used this form
- Uses/cran.mk: remove unused variable VALID_ARGS and USES+=fortran which
  has no effect
- Uses/twisted.mk: simplify handling of the case where neither "build" nor
  "run" arguments have been specified

PR:		193931
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:369465 
Monday, 22 Sep 2014
12:48 bapt search for other commits by this committer
Use keywords to control exactly when is excutied
the different database updates
Original commitRevision:368907 
Monday, 1 Sep 2014
05:43 bapt search for other commits by this committer
Remove support for NO_STAGE
Mark all current non staged ports as BROKEN

Reviewed by:	antoine
Exp-run:	antoine
Differential Revision:	https://reviews.freebsd.org/D693
Original commitRevision:366839 
Saturday, 15 Mar 2014
10:31 gerald search for other commits by this committer
Move MAINTAINER lines to the end of the initial comment block and
make things a bit more consistent.

Approved by:	portmgr (bapt)
Original commitRevision:348308 
Saturday, 4 Jan 2014
00:26 bapt search for other commits by this committer
Properly add targets to the sequence they belong to, that now makes them
predictable
Original commitRevision:338605 
Wednesday, 20 Nov 2013
07:29 bapt search for other commits by this committer
Mark some targets .PHONY
Original commitRevision:334392 
Sunday, 29 Sep 2013
17:17 kwm search for other commits by this committer
Don't exec programs in post-install when STAGE mode is enabled.

Noticed by:	antoine (on #poudriere)
Reviewed by:	bapt@
Original commitRevision:328714 
Wednesday, 17 Apr 2013
09:26 kwm search for other commits by this committer
update-mime-database needs a argument.

Submitted by:	Tijl coosemans <tijl@coosemans.org> (again)
Pointyhat to:	kwm
Feature safe:	yes
Original commitRevision:315953 
08:13 kwm search for other commits by this committer
Run correct command in post-install target.

Submitted by:	Tijl coosemans <tijl@coosemans.org>
Feature safe:	yes
Original commitRevision:315945 
Tuesday, 16 Apr 2013
21:21 kwm search for other commits by this committer
Add desktop-file-utils and share-mime-info Uses. These will take care of all
the magic.

Approved by:	portmgr (bapt)
Feature safe:	yes
Original commitRevision:315907 

Number of commits found: 17