mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Fix fetch [1]
- Update to 1.4.0 Submitted by: maintainer via private mail Reported by: pointyhat [1]
This commit is contained in:
parent
7b422ac63c
commit
88c725d164
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240391
@ -4,9 +4,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= spatialindex
|
||||
PORTVERSION= 1.3.2
|
||||
PORTVERSION= 1.4.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.edu-linux.org/down/
|
||||
MASTER_SITES= http://download.osgeo.org/libspatialindex/
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= A General Framework for Developing Spatial Indices
|
||||
@ -16,7 +16,4 @@ GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|\(objformat=\).*|\1elf|' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (spatialindex-1.3.2.tar.gz) = 648058d64837779cda5c91f2f3dea74f
|
||||
SHA256 (spatialindex-1.3.2.tar.gz) = 4532f91db1a96fbab696620a28361b3beb2c50d1177115dc7288fcef317f2de1
|
||||
SIZE (spatialindex-1.3.2.tar.gz) = 467645
|
||||
MD5 (spatialindex-1.4.0.tar.gz) = 2cda512ca12c1a0d52172bb7f82a88f0
|
||||
SHA256 (spatialindex-1.4.0.tar.gz) = 9751b58254fabd2dac4ce3726307ea182d87328e76d37725d346d0e7916c3ff4
|
||||
SIZE (spatialindex-1.4.0.tar.gz) = 474311
|
||||
|
@ -9,10 +9,10 @@ include/spatialindex/SpatialIndex.h
|
||||
include/spatialindex/TPRTree.h
|
||||
include/spatialindex/TimePoint.h
|
||||
include/spatialindex/TimeRegion.h
|
||||
include/spatialindex/Version.h
|
||||
include/spatialindex/tools/PointerPool.h
|
||||
include/spatialindex/tools/PoolPointer.h
|
||||
include/spatialindex/tools/SmartPointer.h
|
||||
include/spatialindex/tools/TemporaryFile.h
|
||||
include/spatialindex/tools/Tools.h
|
||||
include/spatialindex/tools/rand48.h
|
||||
lib/libspatialindex.a
|
||||
|
Loading…
Reference in New Issue
Block a user