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: sysutils/crate/Makefile

Number of commits found: 13

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
Thursday, 30 Sep 2021
21:23 Rene Ladan (rene) search for other commits by this committer
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 620968a
Tuesday, 13 Jul 2021
09:07 Guido Falsi (madpilot) search for other commits by this committer
devel/yaml-cpp: Update to 0.7.0

- Patch cmake include to actually work
- Bump PORTREVISION on consumers, testing shows it is not completely
  binary compatible
commit hash: 3ed820108daf4b3f5b93d2eec85ce13d4bfed282 commit hash: 3ed820108daf4b3f5b93d2eec85ce13d4bfed282 commit hash: 3ed820108daf4b3f5b93d2eec85ce13d4bfed282 commit hash: 3ed820108daf4b3f5b93d2eec85ce13d4bfed282 3ed8201
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
Sunday, 29 Dec 2019
01:17 yuri search for other commits by this committer
sysutils/crate: Ignore on 11: getline isn't found there

Reported by:	fallout
Original commitRevision:521254 
Thursday, 26 Sep 2019
21:31 madpilot search for other commits by this committer
- Update yaml-cpp to 0.6.3
- Removed TEST option since it fails to build. Disable tests
  unconditionally.
- Bump PORTREVISION on dependent ports. I've observed linker errors
  on startup due to library changes
Original commitRevision:512990 
Sunday, 11 Aug 2019
07:39 yuri search for other commits by this committer
sysutils/crate: Update 0.1.2 -> 0.1.3

Fixes 11.3 build.

Reported by:	jbeich (11.3 breakage)
Original commitRevision:508589 
Saturday, 10 Aug 2019
18:39 yuri search for other commits by this committer
sysutils/crate: Update 0.1.1 -> 0.1.2
Original commitRevision:508500 
Friday, 9 Aug 2019
17:23 yuri search for other commits by this committer
sysutils/crate: Improve the BROKEN statements; Add emulators to CATEGORIES

The BROKEN statement now is triggered by the presence of the STL's 'filesystem'
feature instead of the system version.

Submitted by:	jbeich (patch for BROKEN statements)
Original commitRevision:508459 
Thursday, 8 Aug 2019
21:47 yuri search for other commits by this committer
sysutils/crate: Fix the accidentally changed BROKEN statement.

Reported by:	adamw
Original commitRevision:508409 
21:04 yuri search for other commits by this committer
sysutils/crate: Update 0.1 -> 0.1.1

Some developments.

(jbeich@, I will look into compatibility with other versions once I have time.)
Original commitRevision:508405 
Sunday, 4 Aug 2019
07:21 yuri search for other commits by this committer
New port: sysutils/crate: Containerizer for FreeBSD
Original commitRevision:508065 

Number of commits found: 13