svn commit: r336805 - head/irc/anope

Dennis Herrmann dhn at FreeBSD.org
Wed Dec 18 08:59:07 UTC 2013


Author: dhn
Date: Wed Dec 18 08:59:06 2013
New Revision: 336805
URL: http://svnweb.freebsd.org/changeset/ports/336805

Log:
  - Update to 1.8.8

Modified:
  head/irc/anope/Makefile
  head/irc/anope/distinfo
  head/irc/anope/pkg-plist

Modified: head/irc/anope/Makefile
==============================================================================
--- head/irc/anope/Makefile	Wed Dec 18 08:51:57 2013	(r336804)
+++ head/irc/anope/Makefile	Wed Dec 18 08:59:06 2013	(r336805)
@@ -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 at 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}

Modified: head/irc/anope/distinfo
==============================================================================
--- head/irc/anope/distinfo	Wed Dec 18 08:51:57 2013	(r336804)
+++ head/irc/anope/distinfo	Wed Dec 18 08:59:06 2013	(r336805)
@@ -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

Modified: head/irc/anope/pkg-plist
==============================================================================
--- head/irc/anope/pkg-plist	Wed Dec 18 08:51:57 2013	(r336804)
+++ head/irc/anope/pkg-plist	Wed Dec 18 08:59:06 2013	(r336805)
@@ -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


More information about the svn-ports-head mailing list