From owner-svn-ports-head@FreeBSD.ORG Sun May 18 17:07:42 2014 Return-Path: Delivered-To: svn-ports-head@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 F1D25EEB; Sun, 18 May 2014 17:07:41 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C58BA29CF; Sun, 18 May 2014 17:07:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4IH7fgr042775; Sun, 18 May 2014 17:07:41 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4IH7fjf042773; Sun, 18 May 2014 17:07:41 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201405181707.s4IH7fjf042773@svn.freebsd.org> From: Olli Hauer Date: Sun, 18 May 2014 17:07:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354440 - head/mail/dovecot-antispam 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.18 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: Sun, 18 May 2014 17:07:42 -0000 Author: ohauer Date: Sun May 18 17:07:41 2014 New Revision: 354440 URL: http://svnweb.freebsd.org/changeset/ports/354440 QAT: https://qat.redports.org/buildarchive/r354440/ Log: - add stage support - bump PORTREVISION - fix pkg-plist (do not try to remove mail/dovcot filders) PR: ports/189080 Submitted by: ohauer Approved by: maintainer timeout (3 weeks) Modified: head/mail/dovecot-antispam/Makefile head/mail/dovecot-antispam/pkg-plist Modified: head/mail/dovecot-antispam/Makefile ============================================================================== --- head/mail/dovecot-antispam/Makefile Sun May 18 17:05:12 2014 (r354439) +++ head/mail/dovecot-antispam/Makefile Sun May 18 17:07:41 2014 (r354440) @@ -3,7 +3,7 @@ PORTNAME= dovecot-antispam PORTVERSION= 1.3 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= http://johannes.sipsolutions.net/download/dovecot-antispam/ \ @@ -12,6 +12,8 @@ MASTER_SITES= http://johannes.sipsolutio MAINTAINER= dsh@wizard.volgograd.ru COMMENT= Dovecot plugin to train dspam about spam or false positives +LICENSE= GPLv2 + BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/mail/dovecot:configure RUN_DEPENDS= dovecot>=1.1.2:${PORTSDIR}/mail/dovecot @@ -28,7 +30,6 @@ MAILTRAIN_DESC= send mail to special ad DEBUG_DESC= Turn on debug information (syslog) DEBUG_VERBOSE_DESC= Turn on verbose debug -NO_STAGE= yes .include do-configure: @@ -49,11 +50,10 @@ do-configure: ${ECHO} "PLUGINNAME=antispam" >> ${WRKSRC}/.config do-install: - ${INSTALL_DATA} ${WRKSRC}/lib90_antispam_plugin.so \ - ${PREFIX}/lib/dovecot/imap/ + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/dovecot/imap + ${INSTALL_DATA} -s ${WRKSRC}/lib90_antispam_plugin.so \ + ${STAGEDIR}${PREFIX}/lib/dovecot/imap/ ${INSTALL_MAN} ${WRKSRC}/antispam.7 \ - ${MANPREFIX}/man/man7/dovecot-antispam.7 - - @${CAT} ${PKGMESSAGE} + ${STAGEDIR}${MANPREFIX}/man/man7/dovecot-antispam.7 .include Modified: head/mail/dovecot-antispam/pkg-plist ============================================================================== --- head/mail/dovecot-antispam/pkg-plist Sun May 18 17:05:12 2014 (r354439) +++ head/mail/dovecot-antispam/pkg-plist Sun May 18 17:07:41 2014 (r354440) @@ -1,3 +1,2 @@ lib/dovecot/imap/lib90_antispam_plugin.so -@dirrmtry lib/dovecot/imap -@dirrmtry lib/dovecot +man/man7/dovecot-antispam.7.gz