Bug 234471 - archivers/laszip: Update to 3.2.9
Summary: archivers/laszip: Update to 3.2.9
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-28 17:41 UTC by Rainer Hurling
Modified: 2018-12-29 01:47 UTC (History)
1 user (show)

See Also:


Attachments
patch to update archivers/laszip to 3.2.9 (1.75 KB, patch)
2018-12-28 17:41 UTC, Rainer Hurling
rhurlin: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rainer Hurling freebsd_committer freebsd_triage 2018-12-28 17:41:02 UTC
Created attachment 200582 [details]
patch to update archivers/laszip to 3.2.9

This patch updates archivers/laszip from 3.2.2 to 3.2.9. There have been some minor bugfixes and enhancements:

- add LASlib only fields to some structs to avoid 
  future mix-up for "native" LAS 1.4
- bug fix in selective decompression of "extra_bytes"
  for point types 6 and higher
- no more support for deprecated LASattributes
  with dimensions 2 or 3
- tiny bug fix for writing extended classifications
- correct 'is_empty' return value in laszip_inside_rectangle()
- fix rare bug in LASinterval::merge_intervals()
- identical legacy and extended flags check


What this patch should do:

- Update from 3.2.2 to 3.2.9
- Correct WWW in pkg-descr
- Update pkg-plist


The patch is tested on Poudriere (11.2i/a, 12.0i/a, and HEADi/a),
'portlint -AC' seems happy.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-12-29 01:46:47 UTC
A commit references this bug:

Author: swills
Date: Sat Dec 29 01:46:22 UTC 2018
New revision: 488643
URL: https://svnweb.freebsd.org/changeset/ports/488643

Log:
  archivers/laszip: Update to 3.2.9

  PR:		234471
  Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)

Changes:
  head/archivers/laszip/Makefile
  head/archivers/laszip/distinfo
  head/archivers/laszip/pkg-descr
  head/archivers/laszip/pkg-plist
Comment 2 Steve Wills freebsd_committer freebsd_triage 2018-12-29 01:47:53 UTC
Committed, thanks!