From owner-svn-ports-all@FreeBSD.ORG Sat May 24 20:55:31 2014 Return-Path: Delivered-To: svn-ports-all@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 ESMTPS id 59F9D3BD; Sat, 24 May 2014 20:55:31 +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 4647D2D4E; Sat, 24 May 2014 20:55:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4OKtVdq003702; Sat, 24 May 2014 20:55:31 GMT (envelope-from olgeni@svn.freebsd.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4OKtVLB003701; Sat, 24 May 2014 20:55:31 GMT (envelope-from olgeni@svn.freebsd.org) Message-Id: <201405242055.s4OKtVLB003701@svn.freebsd.org> From: Jimmy Olgeni Date: Sat, 24 May 2014 20:55:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355088 - 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.18 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: Sat, 24 May 2014 20:55:31 -0000 Author: olgeni Date: Sat May 24 20:55:30 2014 New Revision: 355088 URL: http://svnweb.freebsd.org/changeset/ports/355088 QAT: https://qat.redports.org/buildarchive/r355088/ Log: Cleanup: - Add LICENSE (GPLv2) - Replace DISTFILES with DISTNAME - Use tar:bzip2 - Use ${STRIP_CMD} Modified: head/mail/dovecot2-antispam-plugin/Makefile Modified: head/mail/dovecot2-antispam-plugin/Makefile ============================================================================== --- head/mail/dovecot2-antispam-plugin/Makefile Sat May 24 20:55:16 2014 (r355087) +++ head/mail/dovecot2-antispam-plugin/Makefile Sat May 24 20:55:30 2014 (r355088) @@ -7,11 +7,13 @@ PORTREVISION= 6 CATEGORIES= mail MASTER_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -DISTFILES= dovecot-antispam-plugin-${DISTVERSION}${EXTRACT_SUFX} +DISTNAME= dovecot-antispam-plugin-${DISTVERSION} MAINTAINER= olgeni@FreeBSD.org COMMENT= Dovecot 2.x plugin for spam systems training +LICENSE= GPLv2 + BUILD_DEPENDS= dovecot2>=2.2.0:${PORTSDIR}/mail/dovecot2 \ gawk:${PORTSDIR}/lang/gawk RUN_DEPENDS= dovecot2>=2.2.0:${PORTSDIR}/mail/dovecot2 @@ -19,9 +21,8 @@ RUN_DEPENDS= dovecot2>=2.2.0:${PORTSDIR} CONFLICTS= dovecot-antispam-1.* WRKSRC= ${WRKDIR}/dovecot-antispam-plugin-5ebc6aae4d7c -USES= gmake +USES= gmake tar:bzip2 USE_AUTOTOOLS= aclocal autoheader autoconf -USE_BZIP2= yes USE_LDCONFIG= ${PREFIX}/lib/dovecot ACLOCAL_ARGS= -I m4 @@ -31,6 +32,6 @@ PLIST_FILES= lib/dovecot/lib90_antispam_ PLIST_DIRSTRY= lib/dovecot post-install: - ${FIND} ${STAGEDIR}${PREFIX}/lib/ -name \*.so | ${XARGS} strip + ${FIND} ${STAGEDIR}${PREFIX}/lib/ -name \*.so | ${XARGS} ${STRIP_CMD} .include