Update to 2.4.2
"I have changed postgis dependency to postgis22 since it used by default by QGis and other GIS. (Still annoying since we don't have a post-office framework: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213038) Changes for 2.4.2: Improvement Works for postgreSQL 10 Bug fixes Fixed: Unexpected error column "cname" Replace linux with GLIBC for glibc-specific headers and functions To see the list of closed issues: https://github.com/pgRouting/pgrouting/milestone/21?closed=1 " PR: 221576 Submitted by: lbartoletti@tuxfamily.org (maintainer)
This commit is contained in:
parent
4cb61df8b6
commit
54d1d4e7ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448089
3 changed files with 19 additions and 18 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pgrouting
|
||||
PORTVERSION= 2.4.1
|
||||
PORTVERSION= 2.4.2
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= databases geography
|
||||
|
||||
|
@ -14,7 +14,7 @@ LICENSE= GPLv2
|
|||
LIB_DEPENDS= libboost_system.so:devel/boost-libs\
|
||||
libCGAL.so:math/cgal \
|
||||
libgmp.so:math/gmp
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/postgresql/contrib/postgis-2.1/postgis.sql:databases/postgis21
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/postgresql/contrib/postgis-2.2/postgis.sql:databases/postgis22
|
||||
|
||||
USES= compiler:c++11-lib cmake:outsource localbase pgsql:9.1+ pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1494309702
|
||||
SHA256 (pgRouting-pgrouting-v2.4.1_GH0.tar.gz) = 11d225391cdac8e15136a51664b22fa007d10cb78bf8208374470a9044850fd4
|
||||
SIZE (pgRouting-pgrouting-v2.4.1_GH0.tar.gz) = 6775105
|
||||
TIMESTAMP = 1502949303
|
||||
SHA256 (pgRouting-pgrouting-v2.4.2_GH0.tar.gz) = f6d0df00279944f91ac672bdb6507a6c63755ba7cdd7e16022c4cb8ddaaf0034
|
||||
SIZE (pgRouting-pgrouting-v2.4.2_GH0.tar.gz) = 6777350
|
||||
|
|
|
@ -1,15 +1,16 @@
|
|||
lib/postgresql/libpgrouting-2.4.so
|
||||
share/postgresql/extension/pgrouting--2.0.0--2.4.1.sql
|
||||
share/postgresql/extension/pgrouting--2.0.1--2.4.1.sql
|
||||
share/postgresql/extension/pgrouting--2.1.0--2.4.1.sql
|
||||
share/postgresql/extension/pgrouting--2.2.0--2.4.1.sql
|
||||
share/postgresql/extension/pgrouting--2.2.1--2.4.1.sql
|
||||
share/postgresql/extension/pgrouting--2.2.2--2.4.1.sql
|
||||
share/postgresql/extension/pgrouting--2.2.3--2.4.1.sql
|
||||
share/postgresql/extension/pgrouting--2.2.4--2.4.1.sql
|
||||
share/postgresql/extension/pgrouting--2.3.0--2.4.1.sql
|
||||
share/postgresql/extension/pgrouting--2.3.1--2.4.1.sql
|
||||
share/postgresql/extension/pgrouting--2.3.2--2.4.1.sql
|
||||
share/postgresql/extension/pgrouting--2.4.0--2.4.1.sql
|
||||
share/postgresql/extension/pgrouting--2.4.1.sql
|
||||
share/postgresql/extension/pgrouting--2.0.0--2.4.2.sql
|
||||
share/postgresql/extension/pgrouting--2.0.1--2.4.2.sql
|
||||
share/postgresql/extension/pgrouting--2.1.0--2.4.2.sql
|
||||
share/postgresql/extension/pgrouting--2.2.0--2.4.2.sql
|
||||
share/postgresql/extension/pgrouting--2.2.1--2.4.2.sql
|
||||
share/postgresql/extension/pgrouting--2.2.2--2.4.2.sql
|
||||
share/postgresql/extension/pgrouting--2.2.3--2.4.2.sql
|
||||
share/postgresql/extension/pgrouting--2.2.4--2.4.2.sql
|
||||
share/postgresql/extension/pgrouting--2.3.0--2.4.2.sql
|
||||
share/postgresql/extension/pgrouting--2.3.1--2.4.2.sql
|
||||
share/postgresql/extension/pgrouting--2.3.2--2.4.2.sql
|
||||
share/postgresql/extension/pgrouting--2.4.0--2.4.2.sql
|
||||
share/postgresql/extension/pgrouting--2.4.1--2.4.2.sql
|
||||
share/postgresql/extension/pgrouting--2.4.2.sql
|
||||
share/postgresql/extension/pgrouting.control
|
||||
|
|
Loading…
Reference in a new issue