svn commit: r308162 - head/mail/dovecot2-antispam-plugin

Ruslan Mahmatkhanov rm at FreeBSD.org
Mon Dec 3 17:39:40 UTC 2012


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 at 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
 
 ---------------------------------------------------------------------


More information about the svn-ports-all mailing list