Date: Mon, 10 Sep 2018 14:25:07 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479425 - head/graphics/pcl-pointclouds Message-ID: <201809101425.w8AEP7vU010286@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Sep 10 14:25:06 2018 New Revision: 479425 URL: https://svnweb.freebsd.org/changeset/ports/479425 Log: graphics/pcl-pointclouds: Backport the upstream patch that hopefully fixes the boost build problem on CURRENT Modified: head/graphics/pcl-pointclouds/Makefile head/graphics/pcl-pointclouds/distinfo Modified: head/graphics/pcl-pointclouds/Makefile ============================================================================== --- head/graphics/pcl-pointclouds/Makefile Mon Sep 10 14:24:46 2018 (r479424) +++ head/graphics/pcl-pointclouds/Makefile Mon Sep 10 14:25:06 2018 (r479425) @@ -3,13 +3,14 @@ PORTNAME= pcl DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 1.8.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics math PKGNAMESUFFIX= -pointclouds PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES= 2309bdab20fb2a385d374db6a87349199279db18.patch:-p1 -PATCHFILES+= 491b7c7e12ce39c59fb1f22718812a02e7f58065.patch:-p1 +PATCHFILES+= 491b7c7e12ce39c59fb1f22718812a02e7f58065.patch:-p1 \ + d96073d4d534af07f005cbe7889afdad34f39c76.patch:-p1 MAINTAINER= yuri@FreeBSD.org COMMENT= Point Cloud Library Modified: head/graphics/pcl-pointclouds/distinfo ============================================================================== --- head/graphics/pcl-pointclouds/distinfo Mon Sep 10 14:24:46 2018 (r479424) +++ head/graphics/pcl-pointclouds/distinfo Mon Sep 10 14:25:06 2018 (r479425) @@ -1,7 +1,9 @@ -TIMESTAMP = 1528741888 +TIMESTAMP = 1536565103 SHA256 (PointCloudLibrary-pcl-pcl-1.8.1_GH0.tar.gz) = 5a102a2fbe2ba77c775bf92c4a5d2e3d8170be53a68c3a76cfc72434ff7b9783 SIZE (PointCloudLibrary-pcl-pcl-1.8.1_GH0.tar.gz) = 66787596 SHA256 (2309bdab20fb2a385d374db6a87349199279db18.patch) = 78610e04b7119a23b8841c656caaa41a28ab26d4820ee1f9616d7abf107fde9f SIZE (2309bdab20fb2a385d374db6a87349199279db18.patch) = 1853 SHA256 (491b7c7e12ce39c59fb1f22718812a02e7f58065.patch) = de2c2dbff2ce41f6fd8bc8b99551182bbada23854065211be91b7a957bdac489 SIZE (491b7c7e12ce39c59fb1f22718812a02e7f58065.patch) = 986 +SHA256 (d96073d4d534af07f005cbe7889afdad34f39c76.patch) = ee06300320db509e4110653addafcaf34f1279331137a0fefecbc72197245d0e +SIZE (d96073d4d534af07f005cbe7889afdad34f39c76.patch) = 853
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809101425.w8AEP7vU010286>