Update to pgrouting 2.3.0.
http://docs.pgrouting.org/2.3/en/doc/src/changelog/release_notes.html#changelog-2-3-0
This commit is contained in:
parent
7bcb8c2b7d
commit
5b7a21f817
@ -1,13 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2016/07/09 09:09:10 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2016/10/31 17:59:01 landry Exp $
|
||||
|
||||
COMMENT = geospatial routing extension for PostgreSQL
|
||||
|
||||
GH_COMMIT = 6bb82c56e3c4a37ae6a18b5e3f1e551d8c9d10d8
|
||||
GH_TAGNAME = pgrouting-2.3.0
|
||||
GH_PROJECT = pgrouting
|
||||
GH_ACCOUNT = pgRouting
|
||||
|
||||
DISTNAME = pgrouting-2.1.0
|
||||
REVISION = 0
|
||||
DISTNAME = ${GH_TAGNAME}
|
||||
CATEGORIES = geo databases
|
||||
|
||||
HOMEPAGE = http://pgrouting.org/
|
||||
@ -32,10 +31,6 @@ TEST_ENV = LD_PRELOAD=libpthread.so
|
||||
|
||||
MODPOSTGRESQL_TEST_CMD = \
|
||||
cd ${WRKSRC}; \
|
||||
./tools/test-runner.pl
|
||||
|
||||
SUBST_VARS += MODPOSTGRESQL_TEST_PGHOST
|
||||
pre-configure:
|
||||
${SUBST_CMD} ${WRKSRC}/tools/test-runner.pl
|
||||
./tools/testers/algorithm-tester.pl
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (pgrouting-2.1.0.tar.gz) = rEbSF3o9hRy8GtkzgFnK9l2ndKt4d2GgFiu/H+q7Pgo=
|
||||
SIZE (pgrouting-2.1.0.tar.gz) = 6409609
|
||||
SHA256 (pgrouting-2.3.0.tar.gz) = yt7tML/Ff253vEihAwGybl1x2OhvNm7WCrWw6qDEVmI=
|
||||
SIZE (pgrouting-2.3.0.tar.gz) = 6546737
|
||||
|
@ -1,6 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/09/19 15:44:13 landry Exp $
|
||||
lib/postgresql/librouting-2.1.so
|
||||
share/postgresql/extension/pgrouting--2.0.0--2.1.0.sql
|
||||
share/postgresql/extension/pgrouting--2.1.0--2.1.0.sql
|
||||
share/postgresql/extension/pgrouting--2.1.0.sql
|
||||
@comment $OpenBSD: PLIST,v 1.3 2016/10/31 17:59:01 landry Exp $
|
||||
lib/postgresql/libpgrouting-2.3.so
|
||||
share/postgresql/extension/pgrouting--2.0.0--2.3.0.sql
|
||||
share/postgresql/extension/pgrouting--2.0.1--2.3.0.sql
|
||||
share/postgresql/extension/pgrouting--2.1.0--2.3.0.sql
|
||||
share/postgresql/extension/pgrouting--2.2.0--2.3.0.sql
|
||||
share/postgresql/extension/pgrouting--2.2.1--2.3.0.sql
|
||||
share/postgresql/extension/pgrouting--2.2.2--2.3.0.sql
|
||||
share/postgresql/extension/pgrouting--2.2.3--2.3.0.sql
|
||||
share/postgresql/extension/pgrouting--2.2.4--2.3.0.sql
|
||||
share/postgresql/extension/pgrouting--2.3.0.sql
|
||||
share/postgresql/extension/pgrouting.control
|
||||
|
Loading…
x
Reference in New Issue
Block a user