mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 1.2.9
- drop non-existent conflict PR: ports/167577 Submitted by: feld@feld.me Approved by: maintainer, gelraen.ua@gmail.com
This commit is contained in:
parent
79d0215507
commit
624d226305
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296675
3 changed files with 6 additions and 21 deletions
|
@ -6,16 +6,15 @@
|
|||
#
|
||||
|
||||
PORTNAME= inspircd
|
||||
PORTVERSION= 1.2.8
|
||||
PORTVERSION= 1.2.9
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= http://www.inspircd.org/downloads/ \
|
||||
http://www.chatspike.net/downloads/
|
||||
DISTNAME= InspIRCd-${PORTVERSION}
|
||||
MASTER_SITES= http://cloud.github.com/downloads/inspircd/inspircd/
|
||||
DISTNAME= InspIRCd-v${PORTVERSION}
|
||||
|
||||
MAINTAINER= gelraen.ua@gmail.com
|
||||
COMMENT= A modular C++ IRC daemon
|
||||
|
||||
CONFLICTS= inspircd-1.1* inspircd-2.*
|
||||
CONFLICTS= inspircd-2.*
|
||||
|
||||
LATEST_LINK= inspircd12
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (InspIRCd-1.2.8.tar.bz2) = fa856ddb6d7ab2b4dc6aa6b0f58bbb2360823ce296d4e9dd0f18d630d8c7cee5
|
||||
SIZE (InspIRCd-1.2.8.tar.bz2) = 637194
|
||||
SHA256 (InspIRCd-v1.2.9.tar.bz2) = befed8d4dbbf477a5181e62d8c08d04dbf11731381634a7e02ee0821e0be516b
|
||||
SIZE (InspIRCd-v1.2.9.tar.bz2) = 646971
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
--- ./src/modules/m_nationalchars.cpp.orig 2010-07-05 11:21:26.000000000 +0300
|
||||
+++ ./src/modules/m_nationalchars.cpp 2010-07-05 11:23:29.000000000 +0300
|
||||
@@ -255,7 +255,10 @@
|
||||
ConfigReader* conf = new ConfigReader(ServerInstance);
|
||||
charset = conf->ReadValue("nationalchars", "file", 0);
|
||||
casemapping = conf->ReadValue("nationalchars", "casemapping", charset, 0, false);
|
||||
- charset.insert(0, "../locales/");
|
||||
+ if (charset[0] != '/')
|
||||
+ {
|
||||
+ charset.insert(0, "../share/inspircd/locales/");
|
||||
+ }
|
||||
unsigned char * tables[8] = { m_additional, m_additionalMB, m_additionalUp, m_lower, m_upper, m_additionalUtf8, m_additionalUtf8range, m_additionalUtf8interval };
|
||||
loadtables(charset, tables, 8, 5);
|
||||
forcequit = conf->ReadFlag("nationalchars", "forcequit", 0);
|
Loading…
Add table
Reference in a new issue