Index: Makefile =================================================================== --- Makefile (revision 422902) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pgrouting -PORTVERSION= 2.2.4 +PORTVERSION= 2.3.0 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= databases geography Index: distinfo =================================================================== --- distinfo (revision 422902) +++ distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470845051 -SHA256 (pgRouting-pgrouting-pgrouting-2.2.4_GH0.tar.gz) = 34ccf2b1acd076ad7da92c0692a114d0b607b84771fdfd4e131246ef2c66bf84 -SIZE (pgRouting-pgrouting-pgrouting-2.2.4_GH0.tar.gz) = 4374276 +TIMESTAMP = 1474949998 +SHA256 (pgRouting-pgrouting-pgrouting-2.3.0_GH0.tar.gz) = cadeed30bfc57f6e77bc48a10301b26e5d71d8e86f366ed60ab5b0eaa0c45662 +SIZE (pgRouting-pgrouting-pgrouting-2.3.0_GH0.tar.gz) = 6546737 Index: files/patch-CMakeLists.txt =================================================================== --- files/patch-CMakeLists.txt (revision 422902) +++ files/patch-CMakeLists.txt (nonexistent) @@ -1,27 +0,0 @@ ---- CMakeLists.txt.orig 2016-05-15 23:38:54 UTC -+++ CMakeLists.txt -@@ -224,20 +224,20 @@ if(APPLE) - if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -O2 -g -frounding-math -Wno-deprecated") - else() -- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -O2 -std=c++0x -g -Wno-deprecated") -+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -O2 -std=c++11 -g -Wno-deprecated") - endif() - - elseif(UNIX) # UNIX system variable include UNIX like system(i.e. APPLE and CYGWIN) - #set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99 -fPIC -O2 -g -Wall -Wconversion -pedantic -fmax-errors=10 -Wmissing-prototypes -frounding-math") -- #set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x -fPIC -O2 -g -Wall -Wconversion -pedantic -fmax-errors=10 -Wextra -frounding-math -Wno-deprecated") -+ #set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -fPIC -O2 -g -Wall -Wconversion -pedantic -fmax-errors=10 -Wextra -frounding-math -Wno-deprecated") - - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC -O2 -g -frounding-math") -- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -O2 -g -std=c++0x -frounding-math -Wno-deprecated") -+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -O2 -g -std=c++11 -frounding-math -Wno-deprecated") - - elseif(WIN32) - # currently, support MinGW only - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O2 -frounding-math") -- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O2 -std=c++0x -frounding-math -Wno-deprecated") -+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O2 -std=c++11 -frounding-math -Wno-deprecated") - endif() - - # List variable to collect module SQL file names Property changes on: files/patch-CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: files/patch-src_trsp_src_GraphDefinition.cpp =================================================================== --- files/patch-src_trsp_src_GraphDefinition.cpp (revision 422902) +++ files/patch-src_trsp_src_GraphDefinition.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- src/trsp/src/GraphDefinition.cpp.orig 2016-05-15 23:38:54 UTC -+++ src/trsp/src/GraphDefinition.cpp -@@ -26,7 +26,7 @@ Foundation, Inc., 51 Franklin Street, Fi - #include - #endif - -- -+#include - #include - #include "GraphDefinition.h" - Property changes on: files/patch-src_trsp_src_GraphDefinition.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: files/patch-src_trsp_src_trsp__core.cpp =================================================================== --- files/patch-src_trsp_src_trsp__core.cpp (revision 422902) +++ files/patch-src_trsp_src_trsp__core.cpp (nonexistent) @@ -1,10 +0,0 @@ ---- src/trsp/src/trsp_core.cpp.orig 2016-05-15 23:38:54 UTC -+++ src/trsp/src/trsp_core.cpp -@@ -25,6 +25,7 @@ Foundation, Inc., 51 Franklin Street, Fi - #include - #endif - -+#include - #include - #include - #include "GraphDefinition.h" Property changes on: files/patch-src_trsp_src_trsp__core.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: files/patch-src_tsp_src_tsplib.c =================================================================== --- files/patch-src_tsp_src_tsplib.c (revision 422902) +++ files/patch-src_tsp_src_tsplib.c (nonexistent) @@ -1,10 +0,0 @@ ---- src/tsp/src/tsplib.c.orig 2016-05-15 23:38:54 UTC -+++ src/tsp/src/tsplib.c -@@ -85,6 +85,7 @@ THE SOFTWARE. - //#include - //#endif - #include -+#include - #include /* memcpy */ - #include /* exp */ - Property changes on: files/patch-src_tsp_src_tsplib.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: files/patch-src_vrp__basic_src_VRP__Solver.cpp =================================================================== --- files/patch-src_vrp__basic_src_VRP__Solver.cpp (revision 422902) +++ files/patch-src_vrp__basic_src_VRP__Solver.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- src/vrp_basic/src/VRP_Solver.cpp.orig 2016-05-16 20:28:00 UTC -+++ src/vrp_basic/src/VRP_Solver.cpp -@@ -28,6 +28,8 @@ Foundation, Inc., 51 Franklin Street, Fi - - #include - #include "VRP_Solver.h" -+#include -+#include - - #undef PGR_LOGGER_ON - #define PGR_LOGGER_LOC Property changes on: files/patch-src_vrp__basic_src_VRP__Solver.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: pkg-plist =================================================================== --- pkg-plist (revision 422902) +++ pkg-plist (working copy) @@ -1,10 +1,11 @@ -lib/postgresql/libpgrouting-2.2.so -share/postgresql/extension/pgrouting--2.0.0--2.2.4.sql -share/postgresql/extension/pgrouting--2.0.1--2.2.4.sql -share/postgresql/extension/pgrouting--2.1.0--2.2.4.sql -share/postgresql/extension/pgrouting--2.2.0--2.2.4.sql -share/postgresql/extension/pgrouting--2.2.1--2.2.4.sql -share/postgresql/extension/pgrouting--2.2.2--2.2.4.sql -share/postgresql/extension/pgrouting--2.2.3--2.2.4.sql -share/postgresql/extension/pgrouting--2.2.4.sql +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