diff options
author | dhn <dhn@FreeBSD.org> | 2013-12-18 16:59:06 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2013-12-18 16:59:06 +0800 |
commit | ecb6b7b34d18ad49bb96534cf0ac4d70b5767477 (patch) | |
tree | b86aee06eb0f4ed03352341522acd55ab94a2b6c /irc | |
parent | 7b330ed5e4221e760bf3ac596846b261fcafbb9f (diff) | |
download | freebsd-ports-gnome-ecb6b7b34d18ad49bb96534cf0ac4d70b5767477.tar.gz freebsd-ports-gnome-ecb6b7b34d18ad49bb96534cf0ac4d70b5767477.tar.zst freebsd-ports-gnome-ecb6b7b34d18ad49bb96534cf0ac4d70b5767477.zip |
- Update to 1.8.8
Diffstat (limited to 'irc')
-rw-r--r-- | irc/anope/Makefile | 9 | ||||
-rw-r--r-- | irc/anope/distinfo | 4 | ||||
-rw-r--r-- | irc/anope/pkg-plist | 1 |
3 files changed, 10 insertions, 4 deletions
diff --git a/irc/anope/Makefile b/irc/anope/Makefile index c899dff0f162..e0befa93957d 100644 --- a/irc/anope/Makefile +++ b/irc/anope/Makefile @@ -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} diff --git a/irc/anope/distinfo b/irc/anope/distinfo index 1f6fe674b156..d794ac18cbb1 100644 --- a/irc/anope/distinfo +++ b/irc/anope/distinfo @@ -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 diff --git a/irc/anope/pkg-plist b/irc/anope/pkg-plist index 579f4d6d47d4..47bb6db31bf8 100644 --- a/irc/anope/pkg-plist +++ b/irc/anope/pkg-plist @@ -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 |