From owner-svn-ports-all@FreeBSD.ORG Wed May 14 19:31:03 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 943DFBD0; Wed, 14 May 2014 19:31:03 +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 8209F222F; Wed, 14 May 2014 19:31:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4EJV3xB012321; Wed, 14 May 2014 19:31:03 GMT (envelope-from garga@svn.freebsd.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4EJV38G012320; Wed, 14 May 2014 19:31:03 GMT (envelope-from garga@svn.freebsd.org) Message-Id: <201405141931.s4EJV38G012320@svn.freebsd.org> From: Renato Botelho Date: Wed, 14 May 2014 19:31:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354085 - head/devel/sysconftool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2014 19:31:03 -0000 Author: garga Date: Wed May 14 19:31:02 2014 New Revision: 354085 URL: http://svnweb.freebsd.org/changeset/ports/354085 QAT: https://qat.redports.org/buildarchive/r354085/ Log: Move USE_BZIP2 to USES=tar:bzip2 Modified: head/devel/sysconftool/Makefile Modified: head/devel/sysconftool/Makefile ============================================================================== --- head/devel/sysconftool/Makefile Wed May 14 19:28:41 2014 (r354084) +++ head/devel/sysconftool/Makefile Wed May 14 19:31:02 2014 (r354085) @@ -11,8 +11,7 @@ COMMENT= Helps to install application co LICENSE= GPLv3 -USES= perl5 -USE_BZIP2= yes +USES= perl5 tar:bzip2 HAS_CONFIGURE= yes USE_AUTOTOOLS= automake aclocal autoconf