summaryrefslogtreecommitdiff
path: root/chat/dircproxy-devel/Makefile
diff options
context:
space:
mode:
authortron <tron>2008-06-17 12:53:54 +0000
committertron <tron>2008-06-17 12:53:54 +0000
commitd091b5a356a7d7d41ba8fb874b06f2cf6315642c (patch)
tree82cc275e4f9375e3f606f381da6afd84ec61e813 /chat/dircproxy-devel/Makefile
parente48f01e8cc4a4c9f084a90d495b36e961992aa30 (diff)
downloadpkgsrc-d091b5a356a7d7d41ba8fb874b06f2cf6315642c.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-devel/Makefile')
-rw-r--r--chat/dircproxy-devel/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/chat/dircproxy-devel/Makefile b/chat/dircproxy-devel/Makefile
deleted file mode 100644
index 61db3f107cd..00000000000
--- a/chat/dircproxy-devel/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2008/06/13 11:46:21 tron Exp $
-
-DISTNAME= dircproxy-1.2.0-beta2
-PKGNAME= ${DISTNAME:S/-beta/beta/}
-PKGREVISION= 1
-CATEGORIES= chat
-MASTER_SITES= http://dircproxy.securiweb.net/
-EXTRACT_SUFX= .tar.bz
-
-MAINTAINER= adrianp@NetBSD.org
-HOMEPAGE= http://dircproxy.securiweb.net/
-COMMENT= Detachable internet relay chat proxy server (devel version)
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-GNU_CONFIGURE= YES
-USE_TOOLS+= perl:run
-
-.include "options.mk"
-
-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:Q}/dircproxyrc.sample \
- ${PKG_SYSCONFDIR:Q}/dircproxyrc
-RCD_SCRIPTS= dircproxy
-
-.include "../../mk/bsd.pkg.mk"