summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 21:43:17 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 21:43:17 +0000
commitaeac01a4bbd80367d8720b2194bc14765d50af6b (patch)
tree626d2288bada68bcb887f72d08c8de3dfe0595dc /mail
parentscience/minc2: Unbreak, Upgrade version 2.0.18 => 2.2.00 and stage (diff)
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
Notes
Notes: svn path=/head/; revision=363399
Diffstat (limited to 'mail')
-rw-r--r--mail/akpop3d/Makefile2
-rw-r--r--mail/firemime/Makefile2
-rw-r--r--mail/firepay/Makefile2
-rw-r--r--mail/greylite/Makefile2
-rw-r--r--mail/libspf/Makefile2
-rw-r--r--mail/mbox2mdir/Makefile2
-rw-r--r--mail/milter-skem/Makefile2
-rw-r--r--mail/missey/Makefile2
-rw-r--r--mail/pysieved/Makefile2
-rw-r--r--mail/qsf/Makefile2
-rw-r--r--mail/roundcube-automatic_addressbook/Makefile2
-rw-r--r--mail/roundcube-thunderbird_labels/Makefile2
-rw-r--r--mail/sccmilter/Makefile2
-rw-r--r--mail/surblhost/Makefile2
14 files changed, 14 insertions, 14 deletions
diff --git a/mail/akpop3d/Makefile b/mail/akpop3d/Makefile
index 3e08bc0c7b93..3ebe011c6653 100644
--- a/mail/akpop3d/Makefile
+++ b/mail/akpop3d/Makefile
@@ -11,7 +11,7 @@ COMMENT= POP3 daemon aimed to be small and secure
PLIST_FILES= bin/akpop3d man/man8/akpop3d.8.gz
-USE_BZIP2= yes
+USES= tar:bzip2
GNU_CONFIGURE= yes
.if defined(WITH_SSL)
diff --git a/mail/firemime/Makefile b/mail/firemime/Makefile
index f49a478979d5..3a19b7d8f1f6 100644
--- a/mail/firemime/Makefile
+++ b/mail/firemime/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= http://www.firestuff.org/projects/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= Callback-based interface for parsing MIME-encoded messages
-USE_BZIP2= yes
+USES= tar:bzip2
HAS_CONFIGURE= yes
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
diff --git a/mail/firepay/Makefile b/mail/firepay/Makefile
index 3a9e7a6145c4..f5cbc9c48808 100644
--- a/mail/firepay/Makefile
+++ b/mail/firepay/Makefile
@@ -11,7 +11,7 @@ MASTER_SITES= http://www.wa.apana.org.au/~dean/sources/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= Implementation of the HashCash/MIME specification
-USE_BZIP2= yes
+USES= tar:bzip2
HAS_CONFIGURE= yes
MAKE_JOBS_UNSAFE=yes
diff --git a/mail/greylite/Makefile b/mail/greylite/Makefile
index 0a6987b55e92..462311deeac0 100644
--- a/mail/greylite/Makefile
+++ b/mail/greylite/Makefile
@@ -12,7 +12,7 @@ COMMENT= Modified greylisting for qmail and for any other MDA
RUN_DEPENDS= tcpserver:${PORTSDIR}/sysutils/ucspi-tcp
-USE_BZIP2= yes
+USES= tar:bzip2
USE_SQLITE= 3
PLIST_FILES= bin/greylite \
%%DNSBLENV%%bin/dnsblenv \
diff --git a/mail/libspf/Makefile b/mail/libspf/Makefile
index 48927b1d3a6a..db3265606e76 100644
--- a/mail/libspf/Makefile
+++ b/mail/libspf/Makefile
@@ -13,7 +13,7 @@ COMMENT= Sender Policy Framework (SPF) library and client
MAKE_JOBS_UNSAFE=yes
-USE_BZIP2= yes
+USES= tar:bzip2
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
diff --git a/mail/mbox2mdir/Makefile b/mail/mbox2mdir/Makefile
index 1f9514530a86..8529bf516521 100644
--- a/mail/mbox2mdir/Makefile
+++ b/mail/mbox2mdir/Makefile
@@ -11,7 +11,7 @@ COMMENT= Mbox to qmail's Maildir converter written in C++
LICENSE= GPLv2
-USE_BZIP2= yes
+USES= tar:bzip2
PLIST_FILES= bin/mbox2mdir
diff --git a/mail/milter-skem/Makefile b/mail/milter-skem/Makefile
index 3123b77b3bb4..fc3fb38edc24 100644
--- a/mail/milter-skem/Makefile
+++ b/mail/milter-skem/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://virtual-estates.net/skem/
MAINTAINER= mi@aldan.algebra.com
COMMENT= Cache earlier sendmail's verdicts for the relays
-USE_BZIP2= yes
+USES= tar:bzip2
PLIST_FILES= sbin/skem \
man/man8/skem.8.gz
diff --git a/mail/missey/Makefile b/mail/missey/Makefile
index 66efeabb84ef..9b9b552bd5c3 100644
--- a/mail/missey/Makefile
+++ b/mail/missey/Makefile
@@ -12,7 +12,7 @@ DISTNAME= mps.${PORTVERSION}
MAINTAINER= delphij@FreeBSD.org
COMMENT= Secure small and high performance POP3 server
-USE_BZIP2= yes
+USES= tar:bzip2
MAKE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" PTHREAD_LIBS="${PTHREAD_LIBS}" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
diff --git a/mail/pysieved/Makefile b/mail/pysieved/Makefile
index e0b4d206779b..56abd95f187c 100644
--- a/mail/pysieved/Makefile
+++ b/mail/pysieved/Makefile
@@ -11,7 +11,7 @@ MASTER_SITES= http://ports.internal.vlink.ru/distfiles/
MAINTAINER= dsh@wizard.volgograd.ru
COMMENT= Python Managesieve Server
-USE_BZIP2= yes
+USES= tar:bzip2
USE_PYTHON= yes
USE_RC_SUBR= ${PORTNAME}
diff --git a/mail/qsf/Makefile b/mail/qsf/Makefile
index 2f20e3088a7c..4f4c1e82a186 100644
--- a/mail/qsf/Makefile
+++ b/mail/qsf/Makefile
@@ -13,7 +13,7 @@ COMMENT= Small fast spam filter intended to be used with procmail
OPTIONS_DEFINE= GDBM MYSQL SQLITE2
SQLITE2_DESC= SQLite2 support
-USE_BZIP2= yes
+USES= tar:bzip2
GNU_CONFIGURE= yes
PLIST_FILES= bin/qsf \
diff --git a/mail/roundcube-automatic_addressbook/Makefile b/mail/roundcube-automatic_addressbook/Makefile
index be85a5e8c547..2bc79d7f8991 100644
--- a/mail/roundcube-automatic_addressbook/Makefile
+++ b/mail/roundcube-automatic_addressbook/Makefile
@@ -15,7 +15,7 @@ LICENSE= GPLv3
BUILD_DEPENDS= roundcube>=0.8:${PORTSDIR}/mail/roundcube
RUN_DEPENDS= roundcube>=0.8:${PORTSDIR}/mail/roundcube
-USE_BZIP2= yes
+USES= tar:bzip2
NO_BUILD= yes
WRKSRC?= ${WRKDIR}/${PORTNAME}
diff --git a/mail/roundcube-thunderbird_labels/Makefile b/mail/roundcube-thunderbird_labels/Makefile
index 5d085759e929..5dbe263efb63 100644
--- a/mail/roundcube-thunderbird_labels/Makefile
+++ b/mail/roundcube-thunderbird_labels/Makefile
@@ -14,7 +14,7 @@ LICENSE= GPLv2
RUN_DEPENDS= roundcube>=0.5:${PORTSDIR}/mail/roundcube
-USE_BZIP2= yes
+USES= tar:bzip2
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
diff --git a/mail/sccmilter/Makefile b/mail/sccmilter/Makefile
index 3f684b66decb..6f421a3b17a5 100644
--- a/mail/sccmilter/Makefile
+++ b/mail/sccmilter/Makefile
@@ -15,7 +15,7 @@ COMMENT= Sendmail spam control and canceling filter, based on Milter API
IGNORE= requires Sendmail 8.12; upgrade the base system
.endif
-USE_BZIP2= yes
+USES= tar:bzip2
USE_AUTOTOOLS= autoconf
GNU_CONFIGURE= yes
diff --git a/mail/surblhost/Makefile b/mail/surblhost/Makefile
index eba891dd1bde..02fa6352b661 100644
--- a/mail/surblhost/Makefile
+++ b/mail/surblhost/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Check if a hostname is blacklisted
-USE_BZIP2= yes
+USES= tar:bzip2
GNU_CONFIGURE= yes
PLIST_FILES= bin/${PORTNAME} \
man/man1/surblhost.1.gz