From owner-svn-ports-all@FreeBSD.ORG Fri Jan 10 11:44:56 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 96BA0BA5; Fri, 10 Jan 2014 11:44:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8266F1458; Fri, 10 Jan 2014 11:44:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0ABiulQ073759; Fri, 10 Jan 2014 11:44:56 GMT (envelope-from olgeni@svn.freebsd.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0ABiu7k073758; Fri, 10 Jan 2014 11:44:56 GMT (envelope-from olgeni@svn.freebsd.org) Message-Id: <201401101144.s0ABiu7k073758@svn.freebsd.org> From: Jimmy Olgeni Date: Fri, 10 Jan 2014 11:44:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339343 - head/mail/dovecot2-antispam-plugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jan 2014 11:44:56 -0000 Author: olgeni Date: Fri Jan 10 11:44:55 2014 New Revision: 339343 URL: http://svnweb.freebsd.org/changeset/ports/339343 Log: Chase dovecot2 rename in RUN_ and BUILD_DEPENDS. Modified: head/mail/dovecot2-antispam-plugin/Makefile Modified: head/mail/dovecot2-antispam-plugin/Makefile ============================================================================== --- head/mail/dovecot2-antispam-plugin/Makefile Fri Jan 10 09:55:58 2014 (r339342) +++ head/mail/dovecot2-antispam-plugin/Makefile Fri Jan 10 11:44:55 2014 (r339343) @@ -12,9 +12,9 @@ DISTFILES= dovecot-antispam-plugin-${DIS MAINTAINER= olgeni@FreeBSD.org COMMENT= Dovecot 2.x plugin for spam systems training -BUILD_DEPENDS= dovecot>=2.2.0:${PORTSDIR}/mail/dovecot2 \ +BUILD_DEPENDS= dovecot2>=2.2.0:${PORTSDIR}/mail/dovecot2 \ gawk:${PORTSDIR}/lang/gawk -RUN_DEPENDS= dovecot>=2.2.0:${PORTSDIR}/mail/dovecot2 +RUN_DEPENDS= dovecot2>=2.2.0:${PORTSDIR}/mail/dovecot2 CONFLICTS= dovecot-antispam-1.* WRKSRC= ${WRKDIR}/dovecot-antispam-plugin-5ebc6aae4d7c