Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
9.31_1 30 Jan 2024 17:12:17 |
Thierry Thomas (thierry) |
x11/rxvt-unicode: move manpages |
9.31 03 Jan 2023 11:12:27 |
Thierry Thomas (thierry) |
x11/rxvt-unicode: upgrade to 9.31
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
Security: CVE-2022-4170 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
9.30 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
9.30 20 Jul 2022 14:23:32 |
Tobias C. Berner (tcberner) |
x11: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexander Matey <matey@cis.ohio-state.edu>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Toernqvist <antont@inbox.lv> (Only the first 15 lines of the commit message are shown above ) |
9.30 28 Nov 2021 10:36:03 |
Thierry Thomas (thierry) |
x11/rxvt-unicode: upgrade to 9.30
This release features a new "on_attach" extension hook and fixes OSC
20 and 705, which stopped working due to bugs in the new feature to
autoload extensions on receipt of OSC sequences. |
9.29 23 Nov 2021 21:02:59 |
Thierry Thomas (thierry) |
x11/rxvt-unicode: upgrade to 9.29
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
9.26 14 May 2021 18:22:12 |
Thierry Thomas (thierry) |
x11/rxvt-unicode: upgrade to 9.26
Changelog at
<http://lists.schmorp.de/pipermail/rxvt-unicode/2021q2/002607.html>.
Also add a dependency on libxcb when notifications are selected. |
9.25 14 May 2021 17:32:25 |
Thierry Thomas (thierry) |
x11/rxvt-unicode: upgrade to 9.25
Changelog at
<http://lists.schmorp.de/pipermail/rxvt-unicode/2021q2/002606.html>.
PR: 234276 |
9.22_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
9.22_4 15 Mar 2021 16:55:59 |
bapt |
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 |
9.22_3 28 Feb 2021 09:24:04 |
tobik |
Clean up some things
- Fix typos
- Sort categories
Reported by: portscan |
9.22_2 27 Feb 2021 16:40:52 |
thierry |
Proposed changes by bapt@:
- use option helpers where possible
- simplify the makefile: USES=perl5 is always necessary
- Stop installing the terminfo files on head, it is not necessary
And since I'm there, add some missing libraried notified by stage-qa.
Submitted by: bapt
Differential Revision: D28934 |
9.22_1 07 Nov 2019 18:36:56 |
zeising |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
9.22_1 27 Dec 2018 08:51:37 |
novel |
x11/rxvt-unicode: fix perl_parse() usage
Perl 5.28 added asserts to perl_parse() to check passed arguments, so
rxvt with perl support fails to start with assertion error when
DEBUG is enabled. Fix by constructing arguments passed to
perl_parse() properly, and bump PORTREVISION.
PR: 234294
Approved by: thierry (maintainer) |
9.22 10 Sep 2018 13:11:24 |
mat |
After an include, PLIST_SUB must be appended to, not overwritten.
If it is overwritten, many values will be clobbered, and
pain will ensue.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
9.22 30 Nov 2017 07:02:50 |
linimon |
For ports that set particular flags/options for armv6, also set them
for armv7.
This is part three of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
9.22 09 Nov 2017 20:09:18 |
antoine |
Fix the context of some patches so that they apply with stricter patch(1)
PR: 223545
With hat: portmgr |
9.22 16 Jan 2017 16:47:00 |
mat |
Extract do-patch into a separate script.
PR: 215761
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D9029 |
9.22 29 Nov 2016 22:03:07 |
thierry |
Don't mark BROKEN on armv6, but disable the culprit option.
Reported by: linimon |
9.22 29 Nov 2016 15:13:33 |
linimon |
Mark as broken on armv6: fails to patch.
Approved by: portmgr (tier-2 blanket) |
9.22 24 Jul 2016 03:42:26 |
rea |
x11/xrvt-unicode: chase removal of ttyslot() in base
This function (that returns ID of the tty slot) was removed shortly
after utmpx was brought to the base system. Avoid using it in newer
FreeBSD versions.
ACKed by: thierry@ |
9.22 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
9.22 24 Jan 2016 14:36:03 |
thierry |
Upgrade to 9.22.
Changelog at <http://cvs.schmorp.de/rxvt-unicode/Changes>. |
9.21_1 08 Oct 2015 14:12:53 |
amdmi3 |
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 |
9.21 26 Sep 2015 08:55:26 |
bapt |
Ensure terminfo registration is done during post installation |
9.21 20 Apr 2015 16:43:19 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
9.21 01 Jan 2015 20:11:36 |
thierry |
Upgrade to 9.21.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
9.20 08 Aug 2014 08:42:45 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category X.
CR: D511
Approved by: portmgr (bapt) |
9.20 29 Jul 2014 17:12:50 |
adamw |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
9.20 15 Jul 2014 17:14:33 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
9.20 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
9.20 27 Apr 2014 13:18:10 |
thierry |
Upgrade to 9.20.
Changelog at <http://cvs.schmorp.de/rxvt-unicode/Changes>. |
9.19_2 12 Mar 2014 21:57:05 |
thierry |
Do not require GCC anymore: mousewheel is now supported with clang!
Since I'm there, do some cleaning and follow the new rules.
PR: ports/187462
Submitted by: Christophe Juniet <c.juniet (at) gmail.com> |
9.19_1 10 Mar 2014 20:55:22 |
gerald |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
9.19 08 Feb 2014 13:06:37 |
thierry |
Don't force Gcc when MOUSEWHEEL is disabled.
PR: ports/186107
Submitted by: Zsolt Udvari <udvzsolt (at) gmail.com> |
9.19 15 Dec 2013 21:26:48 |
thierry |
Set support for 256 colors on by default.
Note: PORTREVISION intentionnally not bumped; this is just for package
building, and poudriere should notice it anyway.
Requested by: R. Tyler Croy <tyler (at) monkeypox (dot) org> |
9.19 05 Nov 2013 20:50:08 |
thierry |
If compiled with clang, rxvt-unicode segfaults when trying to scroll
with the mouse wheel. There are some intrusive patches floating around
(from #rxvt-unicode / Cl. Zumbo), but ATM I prefer forcing Gcc.
Submitted by: Claudio Zumbo <claudiozumbo (at) gmail <dot> com> |
9.19 30 Oct 2013 22:57:11 |
thierry |
Upgrading to 9.19.
Changelog at http://cvs.schmorp.de/rxvt-unicode/Changes. |
9.18 20 Sep 2013 23:43:20 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11) |
9.18 17 Sep 2013 06:28:07 |
bapt |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake |
9.18 30 Aug 2013 23:38:44 |
bapt |
Eradicate USE_GNOME=pkgconfig from x11
While here:
- trim headers
- convert USE_GMAKE to USES=gmake |
9.18 05 May 2013 18:11:09 |
thierry |
Upgrade to 9.18.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
PR: ports/178342
Submitted by: Yamagi Burmeister <yamagi (at) yamagi.org> |
9.16 24 Mar 2013 15:52:24 |
thierry |
Force the usage of tic from the ports even if /usr/bin/tic exists.
PR: ports/176498
Submitted by: John Marino <draco (at) marino.st> |
9.16 30 Dec 2012 19:04:10 |
thierry |
Restore a truncated comment. |
9.16 30 Dec 2012 18:43:40 |
thierry |
Upgrade to 9.16.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
9.15_2 10 Dec 2012 18:20:17 |
thierry |
Fix "Created by" header.
Spotted by: danfe |
9.15_2 08 Dec 2012 10:17:41 |
thierry |
Switch to OptionsNG.
Feature safe: yes |
9.15_2 26 Aug 2012 12:03:30 |
thierry |
1) Fix build on recent current and 9-STABLE.
2) Add an option to depend (or not) on freedesktop startup notification.
PR: ports/170645 (1) and ports/170667 (2)
Submitted by: Mykola Dzham <i (at) levsha.me> (1)
and Konstantinos Koukopoulos <koukopoulos (at) gmail.com> (2) |
9.15_1 30 Jun 2012 14:53:22 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
9.15_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
9.15 23 Jan 2012 18:43:30 |
thierry |
Upgrade to 9.15.
Changelog at <http://cvs.schmorp.de/rxvt-unicode/Changes>. |
9.14 02 Jan 2012 20:04:23 |
thierry |
Remove an unnecessaty patch.
Submitted by: Guido Falsi <mad (at) madpilot.net> |
9.12_1 23 Dec 2011 16:44:11 |
thierry |
Fix build on 9.x.
PR: ports/163561
Submitted by: Guido Falsi <mad (at) madpilot.net>
Patch from: flo |
9.14 22 Dec 2011 21:35:55 |
thierry |
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. |
9.12_1 09 Oct 2011 15:34:00 |
thierry |
Fix the shebang of "gentables" for machines without symlink for Perl.
Same thing for gencompose & genlinedraw, though this isn't required for
a successful installation.
Submitted by: Tommy Scheunemann <net (at) arrishq.net> |
9.12_1 05 Oct 2011 19:37:11 |
thierry |
- Fix the bug reported with the latest version;
- bump PORTREVISION.
PR: ports/161298
Submitted by: Guido Falsi <mad (at) madpilot.net> |
9.12 03 Oct 2011 17:38:42 |
thierry |
- Upgrade to 9.12
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>
- Since I'm there, define the license.
PR: ports/161082
Submitted by: Maxim Samsonov <xors (at) mne.ru> |
9.11 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
9.11 04 May 2011 18:43:43 |
thierry |
Upgrade to 9.11.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
Remark: gdk-pixbuf is preferred over libafterimage.
Notified by: Marcin Cieslak <saper (a) saper.info> |
9.10_1 08 Jan 2011 13:43:01 |
thierry |
Properly fix the latest problem with byteorder.h by removing obsolete
patches. |
9.10 31 Dec 2010 10:27:21 |
thierry |
Fix a problem dur to a missing byteorder.h, revealed when AfterImage
support is deactivated.
PR: ports/153508
Submitted by: Raphael Kubo da Costa <kubito (at) gmail (dot) com> |
9.10 28 Dec 2010 11:28:50 |
thierry |
- Upgrade to 9.10;
- Remove some obsolete options.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
9.07_3 27 Sep 2010 20:04:08 |
thierry |
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> |
9.07_2 02 Jun 2010 19:06:25 |
thierry |
Adding an option ISO14755 (on by default) to de-activate the ISO 14755
Unicode screen-selection entry method (aka "the yellow box activated by
Ctrl-Shift").
Submitted by: Sergio Perticone <g4ll0ws (at) gmail.com> |
9.07_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
9.07_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
9.07 28 Jan 2010 04:52:16 |
linimon |
At some point in the future, the inclusion of bsd.perl.mk will be
conditional, rather than unconditional as it is right now. Therefore,
if a port is going to use it, it must declare that somehow before the
inclusion of bsd.port.pre.mk.
Hat: portmgr |
9.07 15 Jan 2010 06:42:58 |
thierry |
Fix on -CURRENT, after the switch to utmpx.h.
Submitted by: ed
Reported by: Wilkinson, Alex <alex.wilkinson (at) dsto.defence.gov.au> |
9.07 30 Dec 2009 21:32:20 |
thierry |
Upgrade to 9.07.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
9.06_1 22 Nov 2009 10:14:10 |
thierry |
Convert to OPTIONS.
Submitted by: Christoph Mallon via miwi |
9.06_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
9.06 30 May 2009 21:37:01 |
thierry |
Add a WITH_XTERM_COLOR knob to x11/rxvt-unicode port, which enable xterm
colors (256 colors) instead of rxvt's 88 colors.
This can be useful for some vim colorschemes, elinks, or any apps able
to use 256 colors. :)
It's disabled by default, so it doesn't affect already installed
rxvt-unicode packages, so I think it doesn't need a version bump.
PR: ports/134910
Submitted by: Pierre Guinoiseau <geekounet (at) poildetroll.net> |
9.06 05 Jan 2009 19:42:29 |
wxs |
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav |
9.06 09 Nov 2008 19:39:59 |
thierry |
Upgrade to 9.06.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
9.05 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
9.05 16 Jun 2008 18:59:26 |
thierry |
Upgrade to 9.05.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
9.02_2 06 Jun 2008 14:09:15 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
9.02_1 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
9.02_1 23 Mar 2008 11:11:33 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
9.02 01 Feb 2008 22:35:59 |
thierry |
Upgrade to 9.02.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
8.9 26 Dec 2007 11:23:58 |
thierry |
Upgrade to 8.9.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
8.8 15 Dec 2007 22:12:08 |
thierry |
Upgrade to 8.8.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
8.7 11 Dec 2007 21:12:47 |
thierry |
Upgrade to 8.7.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
8.4 27 Oct 2007 19:45:22 |
thierry |
Upgrade to 8.4.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
8.3_1 02 Aug 2007 22:08:32 |
thierry |
Enable AfterImage's support by default. |
8.3 01 Aug 2007 22:21:29 |
thierry |
Upgrade to 8.3.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
TODO: ugrade libAfterImage to 1.15 when it will be released. |
8.2_1 25 Jun 2007 19:30:55 |
thierry |
Fix the dependency on terminfo.db.
Submitted by: rafan |
8.2_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
8.2 17 Feb 2007 21:48:15 |
thierry |
Upgrade to 8.2.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
8.1_1 05 Jan 2007 13:35:15 |
thierry |
Register rxvt-unicode in the terminfo database.
Note: $TERM still defined as rxvt ATM. |
8.1 07 Dec 2006 22:57:15 |
thierry |
Upgrade to 8.1.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
8.0 02 Nov 2006 21:05:16 |
thierry |
Upgrade to 8.0.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
7.9 07 Aug 2006 22:28:30 |
thierry |
Upgrade to 7.9.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
7.8 17 Jul 2006 21:12:38 |
thierry |
Upgrade to 7.8.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
7.7_1 04 Jun 2006 19:29:23 |
thierry |
rxvt-unicode assume wchar_t is Unicode, but it's not true for FreeBSD.
Add a patch which converts the IM input charater to Unicode.
It requires additional patch dependancy and enlarge executable size,
so a knob WITHOUT_IMLOCALE_FIX is provided to disable this feature.
PR: ports/98166
Submitted by: Kuang-che Wu <kcwu (at) csie.org> |
7.7 28 May 2006 05:25:51 |
mezz |
devel/pkgconfig -> devel/pkg-config
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for other ports, chase the rename.
PR: ports/97985
Repocopy by: marcus |
7.7 21 Feb 2006 20:15:34 |
thierry |
Upgrade to 7.7.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
7.6 10 Feb 2006 20:21:31 |
thierry |
Upgrade to 7.6.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
7.5 31 Jan 2006 20:07:38 |
thierry |
Upgrade to 7.5.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |