summaryrefslogtreecommitdiff
path: root/chat/dircproxy/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2008-06-17 12:53:54 +0000
committertron <tron@pkgsrc.org>2008-06-17 12:53:54 +0000
commitd8180f6b39ba1f4754233dd5bb47f7c12ece4495 (patch)
tree82cc275e4f9375e3f606f381da6afd84ec61e813 /chat/dircproxy/Makefile
parent045e6bc85ba4cd1fce18ffe5c54abc9a433c8dc7 (diff)
downloadpkgsrc-d8180f6b39ba1f4754233dd5bb47f7c12ece4495.tar.gz
Replace "dircproxy" package with with "dircproxy-devel" package and
remove the later. The old version 1.0.5 is unmaintained, has a remote DoS vulnerability and is less reliable than version 1.2.0beta2. Approved by Adrian Portelli.
Diffstat (limited to 'chat/dircproxy/Makefile')
-rw-r--r--chat/dircproxy/Makefile24
1 files changed, 14 insertions, 10 deletions
diff --git a/chat/dircproxy/Makefile b/chat/dircproxy/Makefile
index 07091b03c6b..5b468059e0a 100644
--- a/chat/dircproxy/Makefile
+++ b/chat/dircproxy/Makefile
@@ -1,28 +1,32 @@
-# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:16 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2008/06/17 12:53:54 tron Exp $
-DISTNAME= dircproxy-1.0.5
-PKGREVISION= 2
+DISTNAME= dircproxy-1.2.0-beta2
+PKGNAME= ${DISTNAME:S/-beta/beta/}
+PKGREVISION= 1
CATEGORIES= chat
-MASTER_SITES= ftp://ftp.netsplit.com/pub/dircproxy/stable/ \
- http://dircproxy.securiweb.net/pub/1.0/
+MASTER_SITES= http://dircproxy.securiweb.net/
+EXTRACT_SUFX= .tar.bz
-MAINTAINER= sb125499@ohiou.edu
+MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://dircproxy.securiweb.net/
-COMMENT= Detachable internet relay chat proxy server
+COMMENT= Detachable internet relay chat proxy server (devel version)
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
USE_TOOLS+= perl:run
-CONFLICTS= dircproxy-1.1.[0-9]*
+.include "options.mk"
-REPLACE_PERL= contrib/log.pl contrib/privmsg-log.pl
+CONFLICTS= dircproxy-1.[0-1].[0-9]*
+
+REPLACE_PERL+= contrib/log.pl contrib/privmsg-log.pl
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
EGDIR= ${PREFIX}/share/examples/dircproxy
-CONF_FILES= ${EGDIR}/dircproxyrc ${PKG_SYSCONFDIR}/dircproxyrc
+CONF_FILES= ${EGDIR:Q}/dircproxyrc.sample \
+ ${PKG_SYSCONFDIR:Q}/dircproxyrc
RCD_SCRIPTS= dircproxy
.include "../../mk/bsd.pkg.mk"