diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-30 05:43:17 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-30 05:43:17 +0800 |
commit | 1cf7c15bcf2522cd43d51dede202cd9250bad11f (patch) | |
tree | 626d2288bada68bcb887f72d08c8de3dfe0595dc /mail | |
parent | d67e1883b6d3deed93b173e9acc01cbe37453ad1 (diff) | |
download | freebsd-ports-gnome-1cf7c15bcf2522cd43d51dede202cd9250bad11f.tar.gz freebsd-ports-gnome-1cf7c15bcf2522cd43d51dede202cd9250bad11f.tar.zst freebsd-ports-gnome-1cf7c15bcf2522cd43d51dede202cd9250bad11f.zip |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/akpop3d/Makefile | 2 | ||||
-rw-r--r-- | mail/firemime/Makefile | 2 | ||||
-rw-r--r-- | mail/firepay/Makefile | 2 | ||||
-rw-r--r-- | mail/greylite/Makefile | 2 | ||||
-rw-r--r-- | mail/libspf/Makefile | 2 | ||||
-rw-r--r-- | mail/mbox2mdir/Makefile | 2 | ||||
-rw-r--r-- | mail/milter-skem/Makefile | 2 | ||||
-rw-r--r-- | mail/missey/Makefile | 2 | ||||
-rw-r--r-- | mail/pysieved/Makefile | 2 | ||||
-rw-r--r-- | mail/qsf/Makefile | 2 | ||||
-rw-r--r-- | mail/roundcube-automatic_addressbook/Makefile | 2 | ||||
-rw-r--r-- | mail/roundcube-thunderbird_labels/Makefile | 2 | ||||
-rw-r--r-- | mail/sccmilter/Makefile | 2 | ||||
-rw-r--r-- | mail/surblhost/Makefile | 2 |
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 |