From owner-svn-ports-all@FreeBSD.ORG Wed Jun 11 12:36:30 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 990C2D2B; Wed, 11 Jun 2014 12:36:30 +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 85E9B2248; Wed, 11 Jun 2014 12:36:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5BCaUYO051878; Wed, 11 Jun 2014 12:36:30 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5BCaUmA051877; Wed, 11 Jun 2014 12:36:30 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406111236.s5BCaUmA051877@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 11 Jun 2014 12:36:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357470 - head/graphics/libart_lgpl 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, 11 Jun 2014 12:36:30 -0000 Author: amdmi3 Date: Wed Jun 11 12:36:30 2014 New Revision: 357470 URL: http://svnweb.freebsd.org/changeset/ports/357470 QAT: https://qat.redports.org/buildarchive/r357470/ Log: - Switch to USES=libtool,tar Approved by: kwm Modified: head/graphics/libart_lgpl/Makefile Modified: head/graphics/libart_lgpl/Makefile ============================================================================== --- head/graphics/libart_lgpl/Makefile Wed Jun 11 12:34:12 2014 (r357469) +++ head/graphics/libart_lgpl/Makefile Wed Jun 11 12:36:30 2014 (r357470) @@ -3,6 +3,7 @@ PORTNAME= libart_lgpl PORTVERSION= 2.3.21 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= GNOME @@ -12,10 +13,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Library for high-performance 2D graphics -USE_AUTOTOOLS= libtool -USE_BZIP2= yes USE_LDCONFIG= yes -USES= pathfix +USES= libtool:oldver pathfix tar:bzip2 GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes