I created a rxvt-devel port. This will contain the devel version
2.7.3 which used to be carried as rxvt. The rxvt port will now
contain the stable version 2.6.3.
Besides, I added some MASTER_SITES so as to fix the unavailable
distfile message I got from the automated scripts.
PR: 20768
Submitted by: maintainer
Repo-copy by: asami (AFAIK this was a fastest served repo-copy I ever seen -
it took about 5 minutes from the moment when I fired a request
to PW and the moment when I received his reply ;).
I'll take care of other ports depending on this pending maint approval.
Changes:
1) Update rxvt website URL (badly needed).
2) Remove pkg/PLIST - Makefile inconsistency regarding chmod.
It was:
- setting the euid from the real groupid (yow!)
- not recovering it's setuid permissions when cleaning the utmp file.
I've left in some diagnostic code for "shouldn't happen" cases.
they're not necessary. RXVT's handling of /etc/utmp is blatantly idiotic
under FreeBSD but at least it's not a security hole anymore.
Obtained from: Marc Ewing (marc@redhat.com) from BUGTRAQ mailing list.