From owner-svn-ports-head@FreeBSD.ORG Tue Apr 7 11:34:19 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7CF5C33E; Tue, 7 Apr 2015 11:34:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 68385B0; Tue, 7 Apr 2015 11:34:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t37BYJ4B075105; Tue, 7 Apr 2015 11:34:19 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t37BYIQO075103; Tue, 7 Apr 2015 11:34:18 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201504071134.t37BYIQO075103@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 7 Apr 2015 11:34:18 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Apr 2015 11:34:19 -0000 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