mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Update to 1.7.0
- Update WWW
This commit is contained in:
parent
4ebe356a0e
commit
f62c897f0a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284350
@ -4,7 +4,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= spatialindex
|
||||
PORTVERSION= 1.6.1
|
||||
PORTVERSION= 1.7.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://download.osgeo.org/libspatialindex/
|
||||
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
|
||||
@ -17,4 +17,8 @@ GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' \
|
||||
${WRKSRC}/src/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (spatialindex-src-1.6.1.tar.gz) = 8758c509114b56c6c17deb8ba2b4da1da608068ef534aee741232925d2610e34
|
||||
SIZE (spatialindex-src-1.6.1.tar.gz) = 513611
|
||||
SHA256 (spatialindex-src-1.7.0.tar.gz) = 94a2f1971bb5f7dfe04b9fda6c53a009abdfbc828442bad591dc7f469ac3383f
|
||||
SIZE (spatialindex-src-1.7.0.tar.gz) = 510309
|
||||
|
@ -14,4 +14,4 @@ Supported Features:
|
||||
fill factor, node capacity, etc.
|
||||
* STR packing / bulk loading.
|
||||
|
||||
WWW: http://trac.gispython.org/projects/SpatialIndex/wiki
|
||||
WWW: http://libspatialindex.github.com/
|
||||
|
@ -36,6 +36,7 @@ lib/libspatialindex_c.a
|
||||
lib/libspatialindex_c.la
|
||||
lib/libspatialindex_c.so
|
||||
lib/libspatialindex_c.so.1
|
||||
libdata/pkgconfig/libspatialindex.pc
|
||||
@dirrm include/spatialindex/capi
|
||||
@dirrm include/spatialindex/tools
|
||||
@dirrm include/spatialindex
|
||||
|
Loading…
Reference in New Issue
Block a user