- Update to 1.8.0
- Add PORTDOCS PR: 130518 Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer)
This commit is contained in:
parent
546d719cea
commit
f2626ef7b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226091
3 changed files with 27 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= anope
|
||||
PORTVERSION= 1.7.24
|
||||
PORTVERSION= 1.8.0
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -20,6 +20,10 @@ CONFIGURE_ARGS= --with-bindir=${PREFIX}/libexec/anope \
|
|||
--with-rungroup=ircdru
|
||||
USE_PERL5_BUILD= yes
|
||||
|
||||
PORTDOCS= BUGS COPYING DEFCON EVENTS \
|
||||
FAQ INSTALL IRCD MODULES MYSQL \
|
||||
NEWS PROXY README
|
||||
|
||||
USE_RC_SUBR= anope
|
||||
|
||||
OPTIONS= MYSQL "Use mysql" ON
|
||||
|
@ -41,4 +45,10 @@ pre-install:
|
|||
@${MKDIR} ${PREFIX}/libexec/anope
|
||||
@${MKDIR} ${DATADIR}
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/docs/,} ${DOCSDIR}/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (anope-1.7.24.tar.gz) = 3c956362b4b4d074e2e58c869c77f77c
|
||||
SHA256 (anope-1.7.24.tar.gz) = 572da204ccc8c182ede6fac496e42b1bf0210936f9ff1b5f2e87d2aa84dfe0d6
|
||||
SIZE (anope-1.7.24.tar.gz) = 1554426
|
||||
MD5 (anope-1.8.0.tar.gz) = 77fe81f656ff60b746e6da7499ea3dd2
|
||||
SHA256 (anope-1.8.0.tar.gz) = e0c03d2590d3da273e4fb2bb5ec8056f85045979f86e6224bfe895f16a1fd41d
|
||||
SIZE (anope-1.8.0.tar.gz) = 1559446
|
||||
|
|
|
@ -3,15 +3,22 @@ manage their nicks and channels in a secure and efficient way, and
|
|||
administrators to manage their network with powerful tools.
|
||||
|
||||
Anope currently works with:
|
||||
- Bahamut 1.4.27 or later (including 1.8)
|
||||
- Charybdis 1.0 or later
|
||||
- DreamForge 4.6.7
|
||||
- Bahamut 1.4.27 or later
|
||||
- UnrealIRCd 3.1.1 or later (including 3.2)
|
||||
- UltimateIRCd 2.8.2 or later (including 3.0.0)
|
||||
- ViagraIRCd 1.3 or later
|
||||
- Hybrid 7 or later
|
||||
- InspIRCd 1.0 or later (including 1.1)
|
||||
- Plexus 2.0 or later (including 3.0)
|
||||
- PTlink 6.15 or later
|
||||
- RageIRCd 2.0 beta-6 or later
|
||||
- Ratbox 2.0.6 or later
|
||||
- ShadowIRCd 4.0 beta 7 or later
|
||||
- Solid IRCd 3.4.6 or later
|
||||
- UltimateIRCd 2.8.2 or later (including 3.0)
|
||||
- UnrealIRCd 3.1.1 or later (including 3.2)
|
||||
- ViagraIRCd 1.3 or later
|
||||
|
||||
Anope could also work with some of the deamons derivated by the ones listed
|
||||
above.
|
||||
Anope could also work with some of the daemons derived by the ones listed
|
||||
above, but there's no support for them if they work or don't work.
|
||||
|
||||
WWW: http://www.anope.org/
|
||||
|
|
Loading…
Reference in a new issue