From 55037fa28b7be9309ba90156c5546874fcc2702e Mon Sep 17 00:00:00 2001 From: adrianp Date: Sat, 2 Sep 2006 08:42:58 +0000 Subject: Update to 5.0.58 Added workaround to support the broken MD5 encryption used in Epona/Anope (through at least version 1.7.14), enabled by the EnableAnopeWorkaround option for the encryption/md5 module in modules.conf. configure -check (run by the Makefile) no longer leaves a conf-tmp directory lying around. Fixed error when compiling with recent versions of GNU make. Fixed crash when importing some Anope databases. Added support to convert-db for recent versions of Epona. --- chat/ircservices/Makefile | 11 ++++++----- chat/ircservices/distinfo | 8 ++++---- 2 files changed, 10 insertions(+), 9 deletions(-) (limited to 'chat') diff --git a/chat/ircservices/Makefile b/chat/ircservices/Makefile index 547ba065a91..be21f861cec 100644 --- a/chat/ircservices/Makefile +++ b/chat/ircservices/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.24 2006/06/06 12:35:04 adrianp Exp $ +# $NetBSD: Makefile,v 1.25 2006/09/02 08:42:58 adrianp Exp $ # -DISTNAME= ircservices-5.0.57 +DISTNAME= ircservices-5.0.58 CATEGORIES= chat -MASTER_SITES= ftp://ftp.esper.net/ircservices/ \ +MASTER_SITES= http://www.ircservices.za.net/download/ \ + ftp://ftp.esper.net/ircservices/ \ ftp://ftp.esper.net/ircservices/old/ \ - http://www.ircservices.esper.net/download/ \ ftp://ftp.freenet.de/pub/ftp.ircservices.za.net/pub/ircservices/ MAINTAINER= virtus@wanadoo.nl @@ -16,6 +16,7 @@ HAS_CONFIGURE= YES USE_TOOLS+= gmake grep gsed perl RCD_SCRIPTS= ircservices PKG_GROUPS= services +BUILD_DEFS= VARBASE CONFIGURE_ARGS+= -prefix ${PREFIX:Q} @@ -54,7 +55,7 @@ CONF_FILES_PERMS+= ${PREFIX}/share/examples/ircservices/modules.conf \ ${PREFIX}/lib/services/modules.conf \ ${BINOWN} ${BINGRP} 0640 -INSTALLATION_DIRS= lib/services man/man8 sbin +INSTALLATION_DIRS= lib/services ${PKGMANDIR}/man8 sbin .include "../../mk/bsd.prefs.mk" diff --git a/chat/ircservices/distinfo b/chat/ircservices/distinfo index 1fe0ad0c13b..d03e30adad7 100644 --- a/chat/ircservices/distinfo +++ b/chat/ircservices/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2006/06/06 12:35:04 adrianp Exp $ +$NetBSD: distinfo,v 1.10 2006/09/02 08:42:58 adrianp Exp $ -SHA1 (ircservices-5.0.57.tar.gz) = 41bacc508a7c6a23ae6a3306fc189775a7c3d73d -RMD160 (ircservices-5.0.57.tar.gz) = 7458c3ba8ce0dc8eeab3add8c523444d5e684b0f -Size (ircservices-5.0.57.tar.gz) = 1153565 bytes +SHA1 (ircservices-5.0.58.tar.gz) = 1d89f88e25bfdc851c27d8ddfac95170d6b7aa8d +RMD160 (ircservices-5.0.58.tar.gz) = 8a43cd24e2594373559ce52dd04d9b46953ef60c +Size (ircservices-5.0.58.tar.gz) = 1156225 bytes SHA1 (patch-aa) = cff60257c4f5ebdfd0af4984008d2677b293029b SHA1 (patch-ab) = a15821c44bd9738080436a3626ec62d96c37db63 SHA1 (patch-ac) = d567871c9cbb05b329247155c55e26e265476b48 -- cgit v1.2.3