Date: Sun, 26 Jan 2014 23:20:22 +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: r341306 - head/math/qhull Message-ID: <201401262320.s0QNKMtS087058@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: stephen Date: Sun Jan 26 23:20:22 2014 New Revision: 341306 URL: http://svnweb.freebsd.org/changeset/ports/341306 QAT: https://qat.redports.org/buildarchive/r341306/ Log: - Implement staging. Modified: head/math/qhull/Makefile head/math/qhull/pkg-plist Modified: head/math/qhull/Makefile ============================================================================== --- head/math/qhull/Makefile Sun Jan 26 23:15:37 2014 (r341305) +++ head/math/qhull/Makefile Sun Jan 26 23:20:22 2014 (r341306) @@ -15,11 +15,8 @@ USES= cmake USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -MAN1= qhull.1 rbox.1 - CONFLICTS= qhull-1.0* afni-[0-9]* qhull5-* -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's#share/man/man#man/man#g' \ ${WRKSRC}/CMakeLists.txt Modified: head/math/qhull/pkg-plist ============================================================================== --- head/math/qhull/pkg-plist Sun Jan 26 23:15:37 2014 (r341305) +++ head/math/qhull/pkg-plist Sun Jan 26 23:20:22 2014 (r341306) @@ -59,6 +59,8 @@ lib/libqhull_p.so.6 lib/libqhullcpp.a lib/libqhullstatic.a lib/libqhullstatic_p.a +man/man1/qhull.1.gz +man/man1/rbox.1.gz @dirrm include/libqhull @dirrm include/libqhullcpp %%PORTDOCS%%%%DOCSDIR%%/Announce.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401262320.s0QNKMtS087058>