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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: irc/ircd-ratbox-devel/Makefile

Number of commits found: 45

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
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
irc: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  A. Gabriel <backslash@BSDCode.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Alexey Mikhailov <karma@ez.pereslavl.ru>
  *  Alfred Perlstein <alfred@FreeBSD.org>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Ben Hutchinson <benhutch@xfiles.org.uk>
  *  Bill Fumerola <billf@chc-chimes.com>
  *  Chess Griffin <chess@chessgriffin.com>
  *  Chris Piazza <cpiazza@FreeBSD.org>
  *  Craig Edwards <brain@mail1.chatspike.net>
  *  David Bushong <david+ports@bushong.net>
  *  David Taylor <davidt@yadt.co.uk>
  *  Dennis Herrmann <adox@mcx2.org>
  *  Dominic Marks <dom@cus.org.uk>
  *  Edini <ports@edini.net>
  *  Eugeny Kuzakov <CoreDumped@CoreDumped.null.ru>
  *  Evgueni V. Gavrilov <aquatique@rusunix.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Gerrit Beine <tux@pinguru.net>
  *  Gustau Perez <gustau.perez@gmail.com>
  *  Hye-Shik Chang
  *  Jase Thew <freebsd@beardz.net>
  *  Jens Holmqvist <zparta@hispan.se>
  *  Jimbo Bahooli <griffin@blackhole.iceworld.org>
  *  Jonas Kvinge <jonas@night-light.net>
  *  Josh Paetzel <josh@tcbug.org>
  *  Julien Laffaye <kimelto@gmail.com>
  *  KIMURA Yasuhiro <yasu@utahime.org>
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Makoto Matsushita <matusita@FreeBSD.org>
  *  Martin Wilke <miwi@FreeBSD.org
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Masahiro Teramoto <markun@onohara.to>
  *  Matthew West <mwest@uct.ac.za>
  *  Maxim Ignatenko
  *  Michael Ranner
  *  Oliver Eikemeier
  *  Philippe Audeoud <jadawin@tuxaco.net>
  *  Romain Tartiere <romain@blogreen.org>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Shaun Amott <shaun@inerd.com>
  *  Steve Wills <swills@FreeBSD.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  TERAMOTO Masahiro <markun@onohara.to>
  *  Tim Bishop <tim@bishnet.net>
  *  Timothy Redaelli <drizzt@gufi.org>
  *  Travis Poppe <tlp@liquidx.org>
  *  Ulrich Spoerlein <q@uni.de>
  *  Vsevolod Stakhov <vsevolod@highsecure.ru>
  *  Walter Venable <weaseal@hotmail.com>
  *  Walter Venable <weaseal@users.sourceforge.net>
  *  Wen Heping <wenheping@gmail.com>
  *  Will Andrews <andrews@technologist.com>
  *  clement
  *  db
  *  elvstone@gmail.com
  *  gahr
  *  hrs
  *  ijliao
  *  koji@jet.es
  *  milki <milki@rescomp.berkeley.edu>
  *  perlguy@perlguy.com
  *  pgl@instinct.org
  *  sec@42.org
  *  tdb
  *  torstenb

With hat:	portmgr
commit hash: 6ec0477414e965e6dc6dfdb6b68a87761082e0a8 commit hash: 6ec0477414e965e6dc6dfdb6b68a87761082e0a8 commit hash: 6ec0477414e965e6dc6dfdb6b68a87761082e0a8 commit hash: 6ec0477414e965e6dc6dfdb6b68a87761082e0a8 6ec0477
Monday, 10 Jan 2022
15:15 Stefan Eßer (se) search for other commits by this committer
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 bcaf25a
Friday, 29 Oct 2021
09:50 Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a 819f25b
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
Wednesday, 9 Oct 2019
11:50 bapt search for other commits by this committer
Drop the ipv6 virtual category for i* category as it is not relevant anymore
Original commitRevision:514138 
Friday, 3 May 2019
21:06 linimon search for other commits by this committer
These ports now build on aarch64.

Where necessary, pet portlint.

Approved by:	portmgr
Obtained from:	aarch64 TRYBROKEN run
Original commitRevision:500752 
Thursday, 10 Nov 2016
01:21 linimon search for other commits by this committer
Mark as broken on aarch64: fails to link with sbrk.

While here, pet portlint and remove stale ia64 lines.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:425823 
Saturday, 10 Sep 2016
18:28 marino search for other commits by this committer
irc/ircd-ratbox-devel: Set SSL flags, update to modern options framework

Approved by:	SSL and options blankets
Original commitRevision:421722 
Sunday, 10 Jan 2016
16:55 bapt search for other commits by this committer
Convert g* and i* to USES=sqlite and USES=firebird
Original commitRevision:405724 
Friday, 23 Oct 2015
16:51 amdmi3 search for other commits by this committer
- Move owner/permission to plist, fixing installation from non-root and
simplifying the port

PR:		203564
Submitted by:	amdmi3
Approved by:	maintainer timeout (moggie@elasticmind.net, 2 weeks)
Original commitRevision:400038 
Sunday, 2 Aug 2015
15:03 tijl search for other commits by this committer
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
Original commitRevision:393429 
Friday, 4 Jul 2014
09:41 tijl search for other commits by this committer
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.

Approved by:	portmgr (implicit)
Original commitRevision:360588 
Tuesday, 1 Jul 2014
23:32 bapt search for other commits by this committer
Support stage
A bit of cleanup
Original commitRevision:360117 
Friday, 20 Sep 2013
18:44 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc)
Original commitRevision:327736 
Monday, 16 Sep 2013
15:42 az search for other commits by this committer
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:327410 
Tuesday, 26 Mar 2013
12:36 bapt search for other commits by this committer
Convert left unconverted ports in irc to new options framework
Original commitRevision:315287 
Sunday, 5 Aug 2012
23:19 dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
Original commit
Saturday, 7 Jul 2012
16:13 jase search for other commits by this committer
- Remove ftp.parodius.com from MASTER_SITES due to its forthcoming
  closure. We thank Parodius for the hosting services they provided.

PR:             ports/169570
Submitted by:   Jeremy Chadwick <jdc@koitsu.org>
Approved by:    culot (mentor)
Original commit
Friday, 11 May 2012
19:27 crees search for other commits by this committer
Register CONFLICTS with charybdis; both install files in same place

PR:             ports/167556
Approved by:    maintainer (moggie@elasticmind.net)
Original commit
Saturday, 14 Apr 2012
13:29 scheidell search for other commits by this committer
- Update to official release 3.0.7
- Update MASTER_SITES (remove unofficial ircd-ratbox.org)
- Unbreak cross compiles
- Fix error handling with GNUTLS
- Update sqllite3 code
- Remove buggy sigio code.

PR:             ports/166914
Submitted by:   moggie <moggie@elasticmind.net> (maintainer)
Original commit
Monday, 27 Jun 2011
17:59 crees search for other commits by this committer
- Use USERS and GROUPS

PR:             ports/157586
Submitted by:   Chris Rees (utisoft@gmail.com)
Approved by:    tabthorpe (co-mentor), maintainer
Original commit
Thursday, 28 Jan 2010
21:27 miwi search for other commits by this committer
- Update to 3.0.6

PR:             143241
Submitted by:   moggie <moggie@elasticmind.net> (maintainer)
With hat:       secteam
Security:      
http://www.vuxml.org/freebsd/192609c8-0c51-11df-82a0-00248c9b4be7.html
Original commit
Monday, 13 Jul 2009
07:41 miwi search for other commits by this committer
- Add a temporary bugfix patch to correct an error where the
  ssld process would die if more than one SSL connection was attempted.

PR:             136667
Submitted by:   Moggie <moggie@elasticmind.net> (maintainer)
Original commit
Tuesday, 16 Jun 2009
21:08 itetcu search for other commits by this committer
Fix build / deinstall with custom LOCALBASE and PREFIX

Submitted by:   maintainer
Reported by:    QATty
Original commit
Thursday, 28 May 2009
19:18 beat search for other commits by this committer
- Update to 3.0.4
- Fix post-install permissions check

PR:             ports/134972
Submitted by:   Lewis <moggie AT elasticmind.net> (maintainer)
Approved by:    miwi (mentor, implicit)
Original commit
Thursday, 2 Apr 2009
13:53 wxs search for other commits by this committer
- Update to 3.0.2.
- Fix up pkg-descr.

Submitted by:   Lewis <moggie@elasticmind.net> (maintainer, via IRC)
Original commit
Friday, 19 Dec 2008
06:29 beech search for other commits by this committer
- Update to 3.0.1

Port changes:
o Removed patch on 'rsdb_sqlite3.c' that fixed ban.db path code in previous
release.

Software changes included in this release:
o Call rb_helper_close on bandb errors to kill off old bandb processes.
o Report correct files/line numbers for spoof warnings.
o SID in the serverinfo struct should be 4 bytes, not 3.
o Rebuild the included ircd_lexer.c.
o Fix ports and /dev/poll for solaris.
o Report libratbox version on -version and /info.
o libratbox version info includes SSL info.
o Fix installing when using install-sh.
o Re-enable ziplinks + SSL server connections.
o Fix a gnutls related core dump.
o Add support for a serverinfo::bandb setting in ircd.conf for the ban database.
o Report adding throttles when an oper is set umode +r.
o Report throttle stats in /stats T.

PR:             ports/129725
Submitted by:   Lewis <moggie@elasticmind.net> (maintainer)
Original commit
Sunday, 23 Nov 2008
13:38 miwi search for other commits by this committer
- Update to ratbox-3.0.0 release

Port changes:
 o Adjusted WITHOUT_IPV6 port option to compensate for
   ratbox enabling IPv6 by default.
 o Updated patches for diff index changes and added new
   patch on 'rsdb_sqlite3.c' to fix ban.db path code.

Software changes included in this release:
 o Fix a crash with the the global CIDR code.
 o Fix a core dump in bantool if bantool cannot open the database.
 o Report failure to open logfiles in a more useful way.
 o Check to see if we have both read and write access to the ban database.
 o Fix a build error on OS X Leopard.

PR:             128890
Submitted by:   Lewis <moggie@elasticmind.net> (maintainer)
Original commit
Friday, 7 Nov 2008
01:36 wxs search for other commits by this committer
- Update to 3.0.0rc3 to fix a memory leak.

PR:             ports/128270
Submitted by:   Lewis <moggie@elasticmind.net> (maintainer)
Original commit
Saturday, 18 Oct 2008
04:51 beech search for other commits by this committer
- Update ircd-ratbox-devel port to release candidate 2 of ircd-ratbox-3.0.0.

- Software changes include: ircd-ratbox-3.0.0rc2
o Log ERROR commands to file regardless of hide_error_messages setting.
o Restrict JOIN 0 to only allow 0 by itself, no multiple zeros or zeros before
or after commas.
o Honor -logfile command line option.
o Fix timerfd_create check.

- Updates in: ircd-ratbox-3.0.0rc1
o Fix a bug in comment parsing in the config file.
o Have bandb honor -basedir option.
o Fix ssld to work on win32 should you ever desire such a thing and a few other
minor win32 fixes.
o Fix up a few things so that the source code builds with gcc -pedantic.
o Do not abort configure if the AC_CHECK_SQLITE3 check fails.
o Drop configure option for ssl only channels, this is now controlled by a
channel {} use_sslonly option.
o Attempt to override FD_SETSIZE when using select, and if this cannot be
overriden, lower maxconnections.
o Fix signalfd code on 32bit platforms.
o Add support for timerfd_create event handling on linux systems with new enough
kernels and glibc.
o Fix our fake rb_sockaddr_storage so that it actually compiles.
o Add some work arounds to avoid OPENSSL_applink on some platforms.

PR:             ports/127925
Submitted by:   Lewis <moggie@elasticmind.net> (maintainer)
Original commit
Saturday, 6 Sep 2008
15:10 wxs search for other commits by this committer
Update to 3.0.0beta12

Submitted by:   Lewis <moggie@elasticmind.net> (maintainer) via private mail
Original commit
Saturday, 23 Aug 2008
19:45 beech search for other commits by this committer
- Update to beta11 testing release of ircd-ratbox-3.0.0.

- Software changes include:
o Remove the remains of servlink_path from the config file parser.
o Userlog now logs the users IP address as well as their hostname.
o Whowas now supports showing the users IP address as well as hostname.
  The same rules apply to showing the whowas IP as apply to showing
  whois_actually and uses the same numeric.
o Double the size of the whowas array for large networks. This comes
  at a hit of about 2MB or so of memory.
o Fix the block heap garbage collection code.

PR:             ports/126719
Submitted by:   Lewis <moggie@elasticmind.net> (maintainer)
Original commit
Saturday, 16 Aug 2008
22:34 beech search for other commits by this committer
- Software changes include:
o Fix a case a passing a NULL to match().
o Properly fix a crash in the block heap garbage collection code.
o Fix a hang with the resolver using epoll.
o Add dns source port randomization.
o Add a vhost_dns/vhost6_dns option to control which IP addresses the resolver
  binds to.
o Make /stats A work again.
o Cleanup some remains of the old ident helper.
o Work around a core dump in libratbox with accepting sockets that appear to be
  open in the fd hash and log this condition.
o Fix a buffer overrun in the arc4random code when there is no SSL library.
o Fix a memory alignment issue on sparc where the ircd would crash with a SIGBUS
  accessing long long variables that were allocated via the block allocator

PR:             ports/126539
Submitted by:   Lewis <moggie@elasticmind.net> (maintainer)
Original commit
Thursday, 24 Jul 2008
03:42 beech search for other commits by this committer
- Update to 3.0.0.b8

Port changes:
o Example EFnet configuration file updated for ratbox-3 and
  re-included in the port install.
Software changes include:
o Some cleanups in the checksplit code.
o Some cleanups in the /trace code.
o Show reasons for failed outbound SSL handshakes to opers.
o Log SSL errors for servers and handshakes in serverlog.
o Make sqlite3 checking more robust.
o Change the resolver to use the code from charybdis instead of adns.
o Fix identd checking so it is no longer broken as in beta7.
o Fix a bug where the ircd could stop reading from the client on the CAP
command.
o Add some functions for random number generation for the nossl case in
libratbox.

PR:             ports/125868
Submitted by:   Lewis <moggie@elasticmind.net> (maintainer)
Original commit
Wednesday, 2 Jul 2008
23:36 beech search for other commits by this committer
- Update to 3.0.0.b7

Changes:
o sqlite3 dependency restored.
o Added support for services' ircd-shortcut commands make options.
o Added dependency on PERL for generation of ircd-shortcut modules.
o The example EFNet configuration file is not helpful because it has not been
updated
for ratbox-3. It therefore is not installed as standard by this port version,
but should
be back in the next update.

Software changes include:
o Change -lock klines and friends to now use the ADMINKLINE etc commands.
o Change to only support TS6.
o Fix remote kline reasons.
o Have sqlite3 checking use pkg-config when possible.
o Move identd checking back into the ircd, this seems to have been more
problematic than what it was worth.
o Add experimental gnutls support - note that CHALLENGE does not work when using
just gnutls.
o Some helpfile cleanups and additions.
o Fix compile error when zlib is not found.
o Remove some restrictions on k/d/x/resv reasons that are no longer needed.

PR:             ports/125106
Submitted by:   Lewis <moggie@elasticmind.net> (maintainer)
Original commit
Wednesday, 25 Jun 2008
06:18 beech search for other commits by this committer
- Update ircd-ratbox-devel port to latest beta testing release of
ircd-ratbox-3.0.0
- sqlite3 dependancy temporarily removed due to sqlite3 detection problem.
- Add USE_LDCONFIG to register shared libs.

Changes include:
- Add admin only -lock klines, doing KLINE -lock will allow admins to add klines
  that normal opers cannot remove.
- Modify bantool to have a -u option that updates the database schema if
upgrading
  from previous betas, this needs to be run to support the -lock kline changes.
- Fix cidr klines so they work again.
- Update included sqlite3 to the latest revision.
- Allow kline/unkline of a bare host or address, this gets treated as *@host.
- Report when an invalid kline is passed, instead of silently ignoring.

PR:             ports/124799
Submitted by:   Lewis <moggie@elasticmind.net> (maintainer)
Original commit
Wednesday, 23 Apr 2008
04:07 beech search for other commits by this committer
- Update ircd-ratbox-devel port to latest beta testing release of
ircd-ratbox-3.0.0, added sqlite3 as
  dependancy, updated rc.d script to add 'conftest' option.

Changes include:
o Optional SSL support to enable encrypted connections between clients
and servers, as well as server to server links.
o Add support for SSL only channels, channel mode +S.
o Bundled sqlite3 for handling and storing k/x/d lines.
o Support for global CIDR limits.
o Added adminwall allowing admins to broadcast messages to each other.
o Creation of new library archive 'libratbox'.
o Support for force nick changes.
o New ssld and bandb processes for SSL connections and ban checking.

PR:             ports/122994
Submitted by:   Lewis <moggie@elasticmind.net> (maintainer)
Original commit
Saturday, 27 Oct 2007
22:15 miwi search for other commits by this committer
- Fixed CONFLICTS
- Tidy-up
- Improve config handling.

PR:             117549
Submitted by:   Lewis <moggie@elasticmind.net> (maintainer)
Original commit
Friday, 28 Sep 2007
23:40 shaun search for other commits by this committer
Put back in the -devel's pkg-descr and comment line to differentiate
the two ports.
Original commit
23:34 shaun search for other commits by this committer
Transfer maintainership.
Original commit
23:10 edwin search for other commits by this committer
Remove errornous -devel from ircd-ratbox.
Sync ircd-ratbox to ircd-ratbox-devel.

Pointy hat to: edwin@
Original commit
Saturday, 5 Aug 2006
14:39 shaun search for other commits by this committer
- Update ircd-ratbox and ircd-ratbox-devel. They are now both at the
  same version.
- Enable IPv6 by default in both ports.
Original commit
Monday, 19 Jun 2006
20:06 shaun search for other commits by this committer
Switch to my @FreeBSD.org address.

Approved by:    ahze (mentor)
Original commit
Saturday, 10 Jun 2006
22:38 itetcu search for other commits by this committer
Update to 2.2.2

PR:             ports/97667
Submitted by:   Shaun Amott <shaun@inerd.com> (maintainer)
Approved by:    lawrance (mentor, implicit)
Original commit

Number of commits found: 45