svn commit: r353615 - head/math/qhull5

Stephen Montgomery-Smith stephen at FreeBSD.org
Sat May 10 21:51:59 UTC 2014


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


More information about the svn-ports-all mailing list