svn commit: r448089 - head/databases/pgrouting
Matthew Seaman
matthew at FreeBSD.org
Thu Aug 17 12:16:56 UTC 2017
Author: matthew
Date: Thu Aug 17 12:16:54 2017
New Revision: 448089
URL: https://svnweb.freebsd.org/changeset/ports/448089
Log:
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 at tuxfamily.org (maintainer)
Modified:
head/databases/pgrouting/Makefile
head/databases/pgrouting/distinfo
head/databases/pgrouting/pkg-plist
Modified: head/databases/pgrouting/Makefile
==============================================================================
--- head/databases/pgrouting/Makefile Thu Aug 17 12:16:43 2017 (r448088)
+++ head/databases/pgrouting/Makefile Thu Aug 17 12:16:54 2017 (r448089)
@@ -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
Modified: head/databases/pgrouting/distinfo
==============================================================================
--- head/databases/pgrouting/distinfo Thu Aug 17 12:16:43 2017 (r448088)
+++ head/databases/pgrouting/distinfo Thu Aug 17 12:16:54 2017 (r448089)
@@ -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
Modified: head/databases/pgrouting/pkg-plist
==============================================================================
--- head/databases/pgrouting/pkg-plist Thu Aug 17 12:16:43 2017 (r448088)
+++ head/databases/pgrouting/pkg-plist Thu Aug 17 12:16:54 2017 (r448089)
@@ -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
More information about the svn-ports-all
mailing list