Bug 231249 - databases/pointcloud: update to 1.2.0
Summary: databases/pointcloud: update to 1.2.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords: easy, patch-ready
Depends on:
Blocks:
 
Reported: 2018-09-08 22:21 UTC by Loïc Bartoletti
Modified: 2018-09-09 17:01 UTC (History)
0 users

See Also:
lbartoletti: maintainer-feedback+


Attachments
pointcloud 1.2.0 (3.68 KB, patch)
2018-09-08 22:21 UTC, Loïc Bartoletti
lbartoletti: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Loïc Bartoletti freebsd_committer freebsd_triage 2018-09-08 22:21:56 UTC
Created attachment 196974 [details]
pointcloud 1.2.0

Update pointcloud 1.1.0 -> 1.2.0

1.2.0, 2018-08-22
-----------------

- New features
 - Add PC_MakePatch(pcid integer, values float8[]) #220
 - Mark functions as PARALLEL SAFE #227

- Bug fixes
 - patch fails to compress as GHT #35
 - libght breaks schema parsing #196
 - Fix memcpy size in pc_patch_wkb_set_int32 #226

- Enhancements
 - Improve doc for PC_FilterBetween #217
 - Remove GHT support #214
 - Fix installcheck when lazperf is disabled #222
 - Fix compilation and installcheck when lazperf is disabled #224

1.1.1, 2018-06-12
-----------------

- Bug fixes
 - Fix bug in pc_patch_uncompressed_from_lazperf (#215)

- Enhancements
 - Document creating a PC_EnvelopeGeometry-based index (#208)
 - Use PostgreSQL 9.6 with PostGIS 2.4 on Travis (#210)
- Add missing description in AC_DEFINE (#213)
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-09-09 17:00:34 UTC
A commit references this bug:

Author: sunpoet
Date: Sun Sep  9 16:59:44 UTC 2018
New revision: 479317
URL: https://svnweb.freebsd.org/changeset/ports/479317

Log:
  Update to 1.2.0

  - While I'm here, add USES=gnome

  Changes:	https://github.com/pgpointcloud/pointcloud/releases
  PR:		231249
  Submitted by:	lbartoletti <lbartoletti@tuxfamily.org> (maintainer)

Changes:
  head/databases/pointcloud/Makefile
  head/databases/pointcloud/distinfo
  head/databases/pointcloud/files/
  head/databases/pointcloud/pkg-plist
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-09-09 17:01:53 UTC
Committed. Thanks!