diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-07-02 22:28:13 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-07-02 22:28:13 +0000 |
commit | 8bf7d6ac01527630c4c4576d6a358eec8c16189f (patch) | |
tree | 5d991d683359a4c10e36fe039091bfb1b19603f4 /irc/ratbox-services/files/patch-tools_generate-schema.pl | |
parent | Fix plist I forgot with the last commit. (diff) |
- Update to 1.2.0
Some port changes include:
o Removed port dependency on patch files.
o Added LIB_DEPENDS for requiring pcre to build services.
o Added CONFIGURE_ENV options to help configure detect sqlite and pcre libs and header files.
o Added PERL dependency for database schema generation scripts on port installation.
o Added new Memoserv configure options.
o Restored MySQL database backend support.
o Fixed build error caused when building with 'NOPORTDOCS=yes'.
Brief list of some package changes:
o Multi-language support - Support for different language translations of services help files and
responses (currently not recommended in this release).
o Memoserv - A new service allowing usernames to send memos to each other.
o Service merging - Ability to merge services like banserv, jupeserv and watchserv into operserv.
o Regexp - Ability to add regular expression ban matches.
o Suspend - Ability to suspend users and channels.
PR: ports/125035
Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=216182
Diffstat (limited to 'irc/ratbox-services/files/patch-tools_generate-schema.pl')
-rw-r--r-- | irc/ratbox-services/files/patch-tools_generate-schema.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/ratbox-services/files/patch-tools_generate-schema.pl b/irc/ratbox-services/files/patch-tools_generate-schema.pl index 335d2b8ec5ad..af6b818b0b6d 100644 --- a/irc/ratbox-services/files/patch-tools_generate-schema.pl +++ b/irc/ratbox-services/files/patch-tools_generate-schema.pl @@ -1,5 +1,5 @@ ---- ./tools/generate-schema.pl.orig Fri Aug 24 12:45:51 2007 -+++ ./tools/generate-schema.pl Fri Aug 24 12:49:13 2007 +--- ./tools/generate-schema.pl.orig 2006-09-09 16:41:27.000000000 +0100 ++++ ./tools/generate-schema.pl 2008-06-26 15:36:23.000000000 +0100 @@ -15,11 +15,11 @@ my @schemas = ("base/schema-mysql.txt", "base/schema-pgsql.txt"); my @plain_schemas = ("base/schema-sqlite.txt"); |