svn commit: r354656 - head/mail/bogofilter

Matthias Andree mandree at FreeBSD.org
Tue May 20 16:54:02 UTC 2014


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


More information about the svn-ports-all mailing list