From owner-svn-ports-head@FreeBSD.ORG Thu Nov 7 15:03:29 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 221D52CC; Thu, 7 Nov 2013 15:03:29 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) 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 0F4032622; Thu, 7 Nov 2013 15:03:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA7F3Sbs026723; Thu, 7 Nov 2013 15:03:28 GMT (envelope-from olgeni@svn.freebsd.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA7F3Sfc026722; Thu, 7 Nov 2013 15:03:28 GMT (envelope-from olgeni@svn.freebsd.org) Message-Id: <201311071503.rA7F3Sfc026722@svn.freebsd.org> From: Jimmy Olgeni Date: Thu, 7 Nov 2013 15:03:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333107 - 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-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Nov 2013 15:03:29 -0000 Author: olgeni Date: Thu Nov 7 15:03:28 2013 New Revision: 333107 URL: http://svnweb.freebsd.org/changeset/ports/333107 Log: - Switch to USES=gmake. - Add staging support. Modified: head/mail/dovecot2-antispam-plugin/Makefile Modified: head/mail/dovecot2-antispam-plugin/Makefile ============================================================================== --- head/mail/dovecot2-antispam-plugin/Makefile Thu Nov 7 14:59:22 2013 (r333106) +++ head/mail/dovecot2-antispam-plugin/Makefile Thu Nov 7 15:03:28 2013 (r333107) @@ -19,20 +19,15 @@ RUN_DEPENDS= dovecot>=2.2.0:${PORTSDIR}/ CONFLICTS= dovecot-antispam-1.* WRKSRC= ${WRKDIR}/dovecot-antispam-plugin-5ebc6aae4d7c +USES= gmake USE_AUTOTOOLS= aclocal autoheader autoconf USE_BZIP2= yes -USE_GMAKE= yes USE_LDCONFIG= ${PREFIX}/lib/dovecot ACLOCAL_ARGS= -I m4 -MAN7= dovecot-antispam.7 - -PLIST_FILES= lib/dovecot/lib90_antispam_plugin.so +PLIST_FILES= lib/dovecot/lib90_antispam_plugin.so \ + man/man7/dovecot-antispam.7.gz PLIST_DIRSTRY= lib/dovecot -NO_STAGE= yes -post-install: - @${CAT} ${PKGMESSAGE} - .include