svn commit: r496812 - head/graphics/pcl-pointclouds
Jan Beich
jbeich at FreeBSD.org
Mon Mar 25 10:08:36 UTC 2019
Author: jbeich
Date: Mon Mar 25 10:08:35 2019
New Revision: 496812
URL: https://svnweb.freebsd.org/changeset/ports/496812
Log:
graphics/pcl-pointclouds: unbreak with boost 1.70
PR: 236595
Obtained from: upstream
Modified:
head/graphics/pcl-pointclouds/Makefile (contents, props changed)
head/graphics/pcl-pointclouds/distinfo (contents, props changed)
Modified: head/graphics/pcl-pointclouds/Makefile
==============================================================================
--- head/graphics/pcl-pointclouds/Makefile Mon Mar 25 09:57:29 2019 (r496811)
+++ head/graphics/pcl-pointclouds/Makefile Mon Mar 25 10:08:35 2019 (r496812)
@@ -7,6 +7,9 @@ PORTREVISION= 3
CATEGORIES= graphics math
PKGNAMESUFFIX= -pointclouds
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+= 5605910a26f2.patch:-p1
+
MAINTAINER= yuri at FreeBSD.org
COMMENT= Point Cloud Library
Modified: head/graphics/pcl-pointclouds/distinfo
==============================================================================
--- head/graphics/pcl-pointclouds/distinfo Mon Mar 25 09:57:29 2019 (r496811)
+++ head/graphics/pcl-pointclouds/distinfo Mon Mar 25 10:08:35 2019 (r496812)
@@ -1,3 +1,5 @@
TIMESTAMP = 1543643496
SHA256 (PointCloudLibrary-pcl-pcl-1.9.1_GH0.tar.gz) = 0add34d53cd27f8c468a59b8e931a636ad3174b60581c0387abb98a9fc9cddb6
SIZE (PointCloudLibrary-pcl-pcl-1.9.1_GH0.tar.gz) = 67158067
+SHA256 (5605910a26f2.patch) = dedcf1520051a7b07bf894114368eab4b257ac2f0f08d3ab77f52faae68260e3
+SIZE (5605910a26f2.patch) = 1347
More information about the svn-ports-head
mailing list