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: x11/rxvt-unicode/files/patch-doc_Makefile.in

Number of commits found: 2

Friday, 14 May 2021
17:32 Thierry Thomas (thierry) search for other commits by this committer
x11/rxvt-unicode: upgrade to 9.25

Changelog at
	<http://lists.schmorp.de/pipermail/rxvt-unicode/2021q2/002606.html>.

PR:		234276
commit hash: 34e89e40c1d7e0c5b5256d10e7dc377cc2f502e7 commit hash: 34e89e40c1d7e0c5b5256d10e7dc377cc2f502e7 commit hash: 34e89e40c1d7e0c5b5256d10e7dc377cc2f502e7 commit hash: 34e89e40c1d7e0c5b5256d10e7dc377cc2f502e7 34e89e40
Thursday, 8 Oct 2015
14:12 amdmi3 search for other commits by this committer
Add a way to cleanly handle terminfo.db file used by devel/ncurses

This database contains compiled terminfo entries and is merged from
a large part which comes with ncurses themselves and compiled
.terminfo files installed by other ports (currently only rxvt-unicode
and jfbterm)

- Now the database is always kept up to date, regardless of port
  installation order (both ncurses installed before .terminfo files
  and the other way around work as expected)
- All affected ports now support clean deinstallation and do not
  produce stage-qa errors
- Affected ports are simplified, as they now only need to define
  USES=terminfo
- rxvt-unicode no longer pulls in ncurses: the dependency is not
  really needed for anything beside updating it's own database
- The patch contains Q/A test to check whether a port needs, or
  needs not USES=terminfo

Approved by:	portmgr (mat, bapt)
Differential Revision:	D3747
Original commitRevision:398827 

Number of commits found: 2