mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
- Update to 1.8.0
This commit is contained in:
parent
6b281ea796
commit
1f0984420a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411927
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= liblas
|
||||
PORTVERSION= 1.7.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.8.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libLAS-libLAS-1.7.0_GH0.tar.gz) = bcd9d326498f0d78d11e0d1abef6254ea21e9e387910df975be63cd866132093
|
||||
SIZE (libLAS-libLAS-1.7.0_GH0.tar.gz) = 10737551
|
||||
SHA256 (libLAS-libLAS-1.8.0_GH0.tar.gz) = f438b639a4e7cd716051c0dcb3f96f2e932f29a715da8db3f61f90b658074036
|
||||
SIZE (libLAS-libLAS-1.8.0_GH0.tar.gz) = 10727067
|
||||
|
@ -1,11 +1,7 @@
|
||||
bin/las2las
|
||||
bin/las2las-old
|
||||
bin/las2txt
|
||||
bin/las2txt-old
|
||||
bin/lasblock
|
||||
bin/lasinfo
|
||||
bin/lasinfo-old
|
||||
bin/lasmerge
|
||||
bin/liblas-config
|
||||
bin/ts2las
|
||||
bin/txt2las
|
||||
@ -74,7 +70,6 @@ include/liblas/external/property_tree/string_path.hpp
|
||||
include/liblas/external/property_tree/xml_parser.hpp
|
||||
include/liblas/factory.hpp
|
||||
include/liblas/filter.hpp
|
||||
include/liblas/guid.hpp
|
||||
include/liblas/header.hpp
|
||||
include/liblas/index.hpp
|
||||
include/liblas/iterator.hpp
|
||||
@ -89,11 +84,17 @@ include/liblas/variablerecord.hpp
|
||||
include/liblas/version.hpp
|
||||
include/liblas/writer.hpp
|
||||
lib/liblas.so
|
||||
lib/liblas.so.2.2.0
|
||||
lib/liblas.so.3
|
||||
lib/liblas.so.2.3.0
|
||||
lib/liblas_c.so
|
||||
lib/liblas_c.so.2.2.0
|
||||
lib/liblas_c.so.3
|
||||
lib/liblas_c.so.2.3.0
|
||||
%%DATADIR%%/doc/AUTHORS
|
||||
%%DATADIR%%/doc/COPYING
|
||||
%%DATADIR%%/doc/INSTALL
|
||||
%%DATADIR%%/doc/LICENSE.txt
|
||||
%%DATADIR%%/doc/README.txt
|
||||
share/cmake/libLAS-1.8.0/liblas-config-version.cmake
|
||||
share/cmake/libLAS-1.8.0/liblas-config.cmake
|
||||
share/cmake/libLAS-1.8.0/liblas-depends.cmake
|
||||
share/cmake/libLAS-1.8.0/liblas-depends-release.cmake
|
||||
|
Loading…
Reference in New Issue
Block a user