diff options
author | adrianp <adrianp> | 2006-09-02 08:42:58 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2006-09-02 08:42:58 +0000 |
commit | 35b1510e4c00bade5bb604b989f15a2d0748d8bf (patch) | |
tree | c73139db2e506a9f86cb4eef4e17c243ab5583b6 /chat/ircservices/Makefile | |
parent | b718f564367b561a67e1742c0854db6b1681f7b0 (diff) | |
download | pkgsrc-35b1510e4c00bade5bb604b989f15a2d0748d8bf.tar.gz |
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.
Diffstat (limited to 'chat/ircservices/Makefile')
-rw-r--r-- | chat/ircservices/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
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" |