Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Apr 2015 11:34:18 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383497 - in head: games/xconq mail/courier-imap
Message-ID:  <201504071134.t37BYIQO075103@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Apr  7 11:34:18 2015
New Revision: 383497
URL: https://svnweb.freebsd.org/changeset/ports/383497

Log:
  Remove last occurences of USE_BZIP2

Modified:
  head/games/xconq/Makefile
  head/mail/courier-imap/Makefile

Modified: head/games/xconq/Makefile
==============================================================================
--- head/games/xconq/Makefile	Tue Apr  7 10:57:22 2015	(r383496)
+++ head/games/xconq/Makefile	Tue Apr  7 11:34:18 2015	(r383497)
@@ -14,8 +14,7 @@ LICENSE=	GPLv2 # (or later)
 
 OPTIONS_DEFINE=	SDL
 
-USE_BZIP2=	yes
-USES=		compiler gmake makeinfo
+USES=		compiler gmake makeinfo tar:bzip2
 USE_XORG=	x11
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-alternate-scoresdir=${SCOREDIR} \

Modified: head/mail/courier-imap/Makefile
==============================================================================
--- head/mail/courier-imap/Makefile	Tue Apr  7 10:57:22 2015	(r383496)
+++ head/mail/courier-imap/Makefile	Tue Apr  7 11:34:18 2015	(r383497)
@@ -14,8 +14,7 @@ COMMENT=	IMAP (and POP3) server that pro
 BUILD_DEPENDS=	courierauthconfig:${PORTSDIR}/security/courier-authlib-base
 RUN_DEPENDS=	courierauthconfig:${PORTSDIR}/security/courier-authlib-base
 
-USES=		gmake perl5
-USE_BZIP2=	yes
+USES=		gmake perl5 tar:bzip2
 GNU_CONFIGURE=	yes
 USE_RC_SUBR=	courier-imap-imapd courier-imap-imapd-ssl \
 		courier-imap-pop3d courier-imap-pop3d-ssl



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