Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2012 17:39:39 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308162 - head/mail/dovecot2-antispam-plugin
Message-ID:  <201212031739.qB3HddgK089933@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Mon Dec  3 17:39:39 2012
New Revision: 308162
URL: http://svnweb.freebsd.org/changeset/ports/308162

Log:
  - chase dovecot2 update [1]
  - remove indefinite article from COMMENT
  - move pkg-plist contents into Makefile
  - whitespace fixes in pkg-descr
  
  Reported by:	jase [1]
  Feature safe:	yes

Deleted:
  head/mail/dovecot2-antispam-plugin/pkg-plist
Modified:
  head/mail/dovecot2-antispam-plugin/Makefile
  head/mail/dovecot2-antispam-plugin/pkg-message

Modified: head/mail/dovecot2-antispam-plugin/Makefile
==============================================================================
--- head/mail/dovecot2-antispam-plugin/Makefile	Mon Dec  3 17:18:54 2012	(r308161)
+++ head/mail/dovecot2-antispam-plugin/Makefile	Mon Dec  3 17:39:39 2012	(r308162)
@@ -3,13 +3,13 @@
 
 PORTNAME=	dovecot2-antispam-plugin
 PORTVERSION=	20101222
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	mail
 MASTER_SITES=	http://www.bamus.cz/distfiles/
 DISTFILES=	dovecot-antispam-plugin-${DISTVERSION}${EXTRACT_SUFX}
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	The dovecot 2.x plugin for spam systems training
+COMMENT=	Dovecot 2.x plugin for spam systems training
 
 BUILD_DEPENDS=	dovecot>=2.0.7:${PORTSDIR}/mail/dovecot2 \
 		gawk:${PORTSDIR}/lang/gawk
@@ -27,6 +27,9 @@ ACLOCAL_ARGS=	-I m4
 
 MAN7=		dovecot-antispam.7
 
+PLIST_FILES=	lib/dovecot/lib90_antispam_plugin.so
+PLIST_DIRSTRY=	lib/dovecot
+
 post-install:
 	@${CAT} ${PKGMESSAGE}
 

Modified: head/mail/dovecot2-antispam-plugin/pkg-message
==============================================================================
--- head/mail/dovecot2-antispam-plugin/pkg-message	Mon Dec  3 17:18:54 2012	(r308161)
+++ head/mail/dovecot2-antispam-plugin/pkg-message	Mon Dec  3 17:39:39 2012	(r308162)
@@ -1,10 +1,10 @@
 ---------------------------------------------------------------------
- 
+
 This port assumes you are known with Dovecot and have it installed and
 running on the system you have installed this plugin on.
 
 Further information on configuration can be found at:
- 
+
     man 7 dovecot-antispam
 
 ---------------------------------------------------------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212031739.qB3HddgK089933>