mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
- Update to 1.8.8
This commit is contained in:
parent
bd9fb955f0
commit
f4f1d1d012
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336805
@ -2,14 +2,15 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= anope
|
||||
PORTVERSION= 1.8.7
|
||||
PORTVERSION= 1.8.8
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/Anope%20${PORTVERSION}
|
||||
|
||||
MAINTAINER= dhn@FreeBSD.org
|
||||
COMMENT= A set of IRC services for IRC networks
|
||||
|
||||
USES= gmake perl5
|
||||
USES= perl5
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= build
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --libdir="${LOCALBASE}/lib" \
|
||||
@ -41,6 +42,10 @@ USE_MYSQL= yes
|
||||
CONFIGURE_ARGS+= --without-mysql
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|ja_utf8|ja|g' ${WRKSRC}/lang/Makefile
|
||||
${MV} ${WRKSRC}/lang/ja_utf8.l ${WRKSRC}/lang/ja.l
|
||||
|
||||
pre-install:
|
||||
@${MKDIR} ${PREFIX}/libexec/anope
|
||||
@${MKDIR} ${DATADIR}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (anope-1.8.7.tar.gz) = 804516153936b1147a79960a283229191d29e1d9162c3ec70d86d099ee04447b
|
||||
SIZE (anope-1.8.7.tar.gz) = 1586164
|
||||
SHA256 (anope-1.8.8.tar.gz) = 20bfc2db4be7475b6065d3eac0c904f69a6925d30ced22098341e5a2bbb62a77
|
||||
SIZE (anope-1.8.8.tar.gz) = 1665488
|
||||
|
@ -15,6 +15,7 @@ libexec/anope/tools/epona2anope
|
||||
%%DATADIR%%/languages/gr
|
||||
%%DATADIR%%/languages/hun
|
||||
%%DATADIR%%/languages/it
|
||||
%%DATADIR%%/languages/ja
|
||||
%%DATADIR%%/languages/nl
|
||||
%%DATADIR%%/languages/pl
|
||||
%%DATADIR%%/languages/pt
|
||||
|
Loading…
Reference in New Issue
Block a user