Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 May 2014 21:51:58 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353615 - head/math/qhull5
Message-ID:  <201405102151.s4ALpwqu063844@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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