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/pkg-plist

Number of commits found: 30

Tuesday, 30 Jan 2024
17:12 Thierry Thomas (thierry) search for other commits by this committer
x11/rxvt-unicode: move manpages
commit hash: 35b49439d7ecbde582dbaec01ae34d1a6a2c675d commit hash: 35b49439d7ecbde582dbaec01ae34d1a6a2c675d commit hash: 35b49439d7ecbde582dbaec01ae34d1a6a2c675d commit hash: 35b49439d7ecbde582dbaec01ae34d1a6a2c675d 35b4943
Tuesday, 3 Jan 2023
11:12 Thierry Thomas (thierry) search for other commits by this committer
x11/rxvt-unicode: upgrade to 9.31

Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.

Security:	CVE-2022-4170
commit hash: 7ff0e43670b4c7bd39874d3aca67d625ab6d335d commit hash: 7ff0e43670b4c7bd39874d3aca67d625ab6d335d commit hash: 7ff0e43670b4c7bd39874d3aca67d625ab6d335d commit hash: 7ff0e43670b4c7bd39874d3aca67d625ab6d335d 7ff0e43
Tuesday, 23 Nov 2021
21:02 Thierry Thomas (thierry) search for other commits by this committer
x11/rxvt-unicode: upgrade to 9.29

Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
commit hash: 404afe3c9375bc0f4f6b0d86aef958fe4c5142fe commit hash: 404afe3c9375bc0f4f6b0d86aef958fe4c5142fe commit hash: 404afe3c9375bc0f4f6b0d86aef958fe4c5142fe commit hash: 404afe3c9375bc0f4f6b0d86aef958fe4c5142fe 404afe3
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
Monday, 15 Mar 2021
16:55 bapt search for other commits by this committer
rxvt-unicode: The terminfo definition is not needed anymore:

in all freebsd version supported: termcap do have a definition of rxvt-unicode
ncurses itself in it database also provides the terminfo definition for
rxvt-unicode

Reviewed by:	thierry
Approved by:	thierry
Differential Revision:	https://reviews.freebsd.org/D28993
Original commitRevision:568473 
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 
Saturday, 26 Sep 2015
08:55 bapt search for other commits by this committer
Ensure terminfo registration is done during post installation
Original commitRevision:397944 
Thursday, 1 Jan 2015
20:11 thierry search for other commits by this committer
Upgrade to 9.21.

Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
Original commitRevision:376028 
Sunday, 27 Apr 2014
13:18 thierry search for other commits by this committer
Upgrade to 9.20.

Changelog at <http://cvs.schmorp.de/rxvt-unicode/Changes>.
Original commitRevision:352418 
Wednesday, 30 Oct 2013
22:57 thierry search for other commits by this committer
Upgrading to 9.19.

Changelog at http://cvs.schmorp.de/rxvt-unicode/Changes.
Original commitRevision:332187 
Sunday, 30 Dec 2012
18:43 thierry search for other commits by this committer
Upgrade to 9.16.

Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
Original commitRevision:309685 
Thursday, 22 Dec 2011
21:35 thierry search for other commits by this committer
Upgrade to 9.14.

Changelog at: <http://dist.schmorp.de/rxvt-unicode/Changes>.

Note: support for libafterimage is deprecated and will be removed in the
next release.
Original commit
Tuesday, 28 Dec 2010
11:28 thierry search for other commits by this committer
- Upgrade to 9.10;

- Remove some obsolete options.

Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
Original commit
Monday, 27 Sep 2010
20:04 thierry search for other commits by this committer
Add a script to start urxvtc and urxvtd if it isn't running already.
This script is described in urxvtc(1).
Debian also uses this and the Manpage is from Debian.

PR:             ports/150976
Submitted by:   Simon Olofsson <simon (at) olofsson.de>
Original commit
Sunday, 9 Nov 2008
19:39 thierry search for other commits by this committer
Upgrade to 9.06.

Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
Original commit
Tuesday, 11 Dec 2007
21:12 thierry search for other commits by this committer
Upgrade to 8.7.

Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
Original commit
Friday, 5 Jan 2007
13:35 thierry search for other commits by this committer
Register rxvt-unicode in the terminfo database.

Note: $TERM still defined as rxvt ATM.
Original commit
Thursday, 7 Dec 2006
22:57 thierry search for other commits by this committer
Upgrade to 8.1.

Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
Original commit
Thursday, 2 Nov 2006
21:05 thierry search for other commits by this committer
Upgrade to 8.0.

Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
Original commit
Monday, 17 Jul 2006
21:12 thierry search for other commits by this committer
Upgrade to 7.8.

Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
Original commit
Wednesday, 25 Jan 2006
22:28 thierry search for other commits by this committer
Upgrade to 7.3.

Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
Original commit
Sunday, 22 Jan 2006
22:23 thierry search for other commits by this committer
Upgrade to 7.2.

Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
Original commit
Thursday, 19 Jan 2006
21:35 thierry search for other commits by this committer
Upgrade to 7.1.

Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
Original commit
Friday, 13 Jan 2006
20:46 thierry search for other commits by this committer
Upgrade to 7.0.

Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
Original commit
Wednesday, 4 Jan 2006
23:04 thierry search for other commits by this committer
Upgrade to 6.3. This is a security fix: restore permissions properly.

Full changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.

A embedded Perl interpreter is installed by default, use WITHOUT_PERL
to disable it.

Security:       VuXML c2fdb3bc-7d72-11da-b96e-000fb586ba73
Original commit
Sunday, 20 Feb 2005
14:18 thierry search for other commits by this committer
- Upgrade to 5.2;

- don't build the shared library and thus remove CONFLICTS.

Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
Original commit
Tuesday, 15 Feb 2005
23:15 thierry search for other commits by this committer
Upgrade to 5.1.
Original commit
Friday, 11 Feb 2005
20:58 thierry search for other commits by this committer
Upgrade to 5.0.

Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
Original commit
Monday, 11 Oct 2004
23:02 thierry search for other commits by this committer
Upgrade to 4.0.
Original commit
Tuesday, 17 Aug 2004
22:17 thierry search for other commits by this committer
Add rxvt-unicode, a clone of the well known terminal emulator rxvt,
modified to store text in Unicode.

PR:             ports/70463
Submitted by:   myself
Repocopied by:  marcus
Original commit

Number of commits found: 30