From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 21 04:40:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0F2F16A4CE for ; Fri, 21 May 2004 04:40:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83D0843D3F for ; Fri, 21 May 2004 04:40:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i4LBeGoL044684 for ; Fri, 21 May 2004 04:40:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i4LBeGDW044683; Fri, 21 May 2004 04:40:16 -0700 (PDT) (envelope-from gnats) Date: Fri, 21 May 2004 04:40:16 -0700 (PDT) Message-Id: <200405211140.i4LBeGDW044683@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Serge Negodyuck Subject: Re: ports/66926: [PATCH] Dependency problem in ports drweb, drwebd, drweb-postfix, drweb-sendmail X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Serge Negodyuck List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2004 11:40:28 -0000 The following reply was made to PR ports/66926; it has been noted by GNATS. From: Serge Negodyuck To: Oliver Eikemeier Cc: FreeBSD-gnats-submit@FreeBSD.org, Zhuravlev Alexander Subject: Re: ports/66926: [PATCH] Dependency problem in ports drweb, drwebd, drweb-postfix, drweb-sendmail Date: Fri, 21 May 2004 14:32:05 +0300 > > Could you send a patch marking security/drwebd as deprectaed and summing > up reasons for doing so? Ok, see below. But I advice to remove this port immediately after changes in ports drweb-postfix and drweb-sendmail > > What is PORTSFIX? Did you test this changes? > Sorry, I just cut'n'pasted a line from this PR and did not test these ports. The correct patches are below. --- drweb-postfix/Makefile.orig Fri May 21 13:00:06 2004 +++ drweb-postfix/Makefile Fri May 21 14:25:23 2004 @@ -16,7 +16,7 @@ MAINTAINER= zaa@ulstu.ru COMMENT= Postfix message filter for virus processing through DrWeb daemon -RUN_DEPENDS= ${LOCALBASE}/etc/rc.d/drweb-0.sh:${PORTSDIR}/security/drwebd +RUN_DEPENDS= ${LOCALBASE}/drweb/drwebd:${PORTSDIR}/security/drweb WRKSRC= ${WRKDIR}/${DISTNAME} --- drweb-sendmail/Makefile.orig Fri May 21 13:00:14 2004 +++ drweb-sendmail/Makefile Fri May 21 14:25:09 2004 @@ -17,7 +17,7 @@ COMMENT= Sendmail message filter for virus processing through DrWeb daemon BUILD_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash2 -RUN_DEPENDS= ${LOCALBASE}/etc/rc.d/00drwebd.sh:${PORTSDIR}/security/drweb +RUN_DEPENDS= ${LOCALBASE}/drweb/drwebd:${PORTSDIR}/security/drweb WRKSRC= ${WRKDIR}/${DISTNAME} --- drwebd/Makefile.orig Fri May 21 14:09:50 2004 +++ drwebd/Makefile Fri May 21 14:17:53 2004 @@ -13,6 +13,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Satellite port to activate DrWeb daemon +DEPRECATED= ports/drweb already contains startup script +EXPIRATION_DATE=2004-06-21 + DESCR= ${PORTSDIR}/security/drweb/pkg-descr RUN_DEPENDS= ${LOCALBASE}/drweb/drwebd:${PORTSDIR}/security/drweb