From owner-svn-ports-all@FreeBSD.ORG Sat May 10 21:51:59 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 29D8F536; Sat, 10 May 2014 21:51:59 +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 16E10E0D; Sat, 10 May 2014 21:51:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4ALpwRA063848; Sat, 10 May 2014 21:51:58 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4ALpwqu063844; Sat, 10 May 2014 21:51:58 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201405102151.s4ALpwqu063844@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Sat, 10 May 2014 21:51:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353615 - head/math/qhull5 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: Sat, 10 May 2014 21:51:59 -0000 Author: stephen Date: Sat May 10 21:51:58 2014 New Revision: 353615 URL: http://svnweb.freebsd.org/changeset/ports/353615 QAT: https://qat.redports.org/buildarchive/r353615/ Log: - Change AUTOTOOLS=libtool to USES=libtool. - Bump portrevision. Reference: http://lists.freebsd.org/pipermail/freebsd-ports/2014-May/092082.html Modified: head/math/qhull5/Makefile head/math/qhull5/pkg-plist Modified: head/math/qhull5/Makefile ============================================================================== --- head/math/qhull5/Makefile Sat May 10 21:48:25 2014 (r353614) +++ head/math/qhull5/Makefile Sat May 10 21:51:58 2014 (r353615) @@ -3,7 +3,7 @@ PORTNAME= qhull PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://www.qhull.org/download/ DISTNAME= ${PORTNAME}-2003.1 @@ -18,7 +18,7 @@ COMMENT= Qhull computes convex hulls, De CONFLICTS= qhull-2011* afni-[0-9]* -USE_AUTOTOOLS= libtool +USES= libtool USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/math/qhull5/pkg-plist ============================================================================== --- head/math/qhull5/pkg-plist Sat May 10 21:48:25 2014 (r353614) +++ head/math/qhull5/pkg-plist Sat May 10 21:51:58 2014 (r353615) @@ -15,9 +15,9 @@ include/qhull/qhull.h include/qhull/qset.h include/qhull/user.h lib/libqhull.a -lib/libqhull.la lib/libqhull.so lib/libqhull.so.5 +lib/libqhull.so.5.0.0 %%PORTDOCS%%man/man1/qhull.1.gz %%PORTDOCS%%man/man1/rbox.1.gz @comment These doc files must be ditributed even with NOPORTDOCS