Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 May 2014 16:54:02 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354656 - head/mail/bogofilter
Message-ID:  <201405201654.s4KGs2XT071241@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Tue May 20 16:54:01 2014
New Revision: 354656
URL: http://svnweb.freebsd.org/changeset/ports/354656
QAT: https://qat.redports.org/buildarchive/r354656/

Log:
  USE_BZIP2 modernized to USES=tar:bzip2.

Modified:
  head/mail/bogofilter/Makefile

Modified: head/mail/bogofilter/Makefile
==============================================================================
--- head/mail/bogofilter/Makefile	Tue May 20 16:48:07 2014	(r354655)
+++ head/mail/bogofilter/Makefile	Tue May 20 16:54:01 2014	(r354656)
@@ -22,9 +22,8 @@ UNICODE_DESC=		Normalize tokens to Unico
 
 CONFLICTS_INSTALL?=	bogofilter-sqlite-[0-9]* bogofilter-qdbm-[0-9]* bogofilter-tc-[0-9]* [a-z][a-z]-bogofilter-[0-9]*
 
-USES=		perl5
+USES=		perl5 tar:bzip2
 USE_PERL5=	run
-USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 
 UNICODE_USES=	iconv



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