[113982] trunk/dports/gis/libpcl/Portfile
ryandesign at macports.org
ryandesign at macports.org
Tue Nov 26 16:54:18 PST 2013
Revision: 113982
https://trac.macports.org/changeset/113982
Author: ryandesign at macports.org
Date: 2013-11-26 16:54:18 -0800 (Tue, 26 Nov 2013)
Log Message:
-----------
libpcl: update to 1.7.1 and clean up usage of github and active_variants portgroups (#41518, maintainer timeout)
Modified Paths:
--------------
trunk/dports/gis/libpcl/Portfile
Modified: trunk/dports/gis/libpcl/Portfile
===================================================================
--- trunk/dports/gis/libpcl/Portfile 2013-11-27 00:22:45 UTC (rev 113981)
+++ trunk/dports/gis/libpcl/Portfile 2013-11-27 00:54:18 UTC (rev 113982)
@@ -6,8 +6,8 @@
PortGroup github 1.0
PortGroup active_variants 1.1
+github.setup PointCloudLibrary pcl 1.7.1 pcl-
name libpcl
-version 1.7.0
categories gis graphics science
platforms darwin
license BSD
@@ -18,20 +18,9 @@
homepage http://pointclouds.org
-github.author
-github.project PointCloudLibrary
-github.version ${version}
-github.master_sites https://github.com/PointCloudLibrary/pcl/archive
-distname pcl-${version}
+checksums rmd160 2f4341afeaff9b458c90cee724de87e115981e59 \
+ sha256 e482c9e6eabb8b4abc1ae9f093e09b999e8da078ea7f918008742e57e42af5a7
-extract.suffix .zip
-use_zip yes
-
-checksums rmd160 2cbb28277d2bed5f9c633e7eee191f1e918287b4 \
- sha256 3dddf5e7b1170f59d35152697a037cdd0fac66ab99c215271a3c4e6f3bfee367
-
-worksrcdir pcl-${distname}
-
depends_lib port:boost \
port:eigen3 \
port:flann \
@@ -39,12 +28,7 @@
port:qhull \
port:openni
-pre-configure {
- if {![active_variants vtk5 "qt4_mac" ""]} {
- return -code error "VTK5 toolkit must be built over Qt4.\
- Please reinstall with +qt4_mac variant."
- }
-}
+require_active_variants vtk5 qt4_mac
configure.args-append -DOPENNI_INCLUDE_DIR=${prefix}/include/ni
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131126/2d433436/attachment.html>
More information about the macports-changes
mailing list