diff options
author | wen <wen@FreeBSD.org> | 2011-10-26 16:54:37 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-10-26 16:54:37 +0800 |
commit | a0e70ab765a5dbbd6ed89f497ff757da2d05f69a (patch) | |
tree | e7730a5e8e3f83cd3886e7f4d4d8240d32192526 /devel | |
parent | deb2600de8a010961ba18772c7fa744a9aa65485 (diff) | |
download | freebsd-ports-gnome-a0e70ab765a5dbbd6ed89f497ff757da2d05f69a.tar.gz freebsd-ports-gnome-a0e70ab765a5dbbd6ed89f497ff757da2d05f69a.tar.zst freebsd-ports-gnome-a0e70ab765a5dbbd6ed89f497ff757da2d05f69a.zip |
- Update to 1.7.0
- Update WWW
Diffstat (limited to 'devel')
-rw-r--r-- | devel/spatialindex/Makefile | 6 | ||||
-rw-r--r-- | devel/spatialindex/distinfo | 4 | ||||
-rw-r--r-- | devel/spatialindex/pkg-descr | 2 | ||||
-rw-r--r-- | devel/spatialindex/pkg-plist | 1 |
4 files changed, 9 insertions, 4 deletions
diff --git a/devel/spatialindex/Makefile b/devel/spatialindex/Makefile index bc568bb0d469..c67e6806739e 100644 --- a/devel/spatialindex/Makefile +++ b/devel/spatialindex/Makefile @@ -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> diff --git a/devel/spatialindex/distinfo b/devel/spatialindex/distinfo index e69767cab0a3..612b3b85eca2 100644 --- a/devel/spatialindex/distinfo +++ b/devel/spatialindex/distinfo @@ -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 diff --git a/devel/spatialindex/pkg-descr b/devel/spatialindex/pkg-descr index d00ed63cf21f..a35807233e95 100644 --- a/devel/spatialindex/pkg-descr +++ b/devel/spatialindex/pkg-descr @@ -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/ diff --git a/devel/spatialindex/pkg-plist b/devel/spatialindex/pkg-plist index cacd2fb9613a..466eb320cacf 100644 --- a/devel/spatialindex/pkg-plist +++ b/devel/spatialindex/pkg-plist @@ -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 |