From 723d25a161792938f437202a5438fb910e3c2baa Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sat, 24 Feb 2018 17:33:07 +0000 Subject: www/osrm-backend: Update to 5.15.3 Changes from 5.15.2: - Bugfixes: fix deduplication of route steps when waypoints are used [#4909] https://github.com/Project-OSRM/osrm-backend/issues/4909 Additional port changes: * Removed USE_LDCONFIG (no shared libs) * Grouped USExx * Silenced the pre-install command PR: 226156 Submitted by: Andreas Andersson (maintainer) Approved by: tcberner (mentor, implicit) --- www/osrm-backend/Makefile | 11 +++++------ www/osrm-backend/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 9 deletions(-) (limited to 'www/osrm-backend') diff --git a/www/osrm-backend/Makefile b/www/osrm-backend/Makefile index cb6134415e1f..2a3ab066bae0 100644 --- a/www/osrm-backend/Makefile +++ b/www/osrm-backend/Makefile @@ -2,7 +2,7 @@ PORTNAME= osrm-backend DISTVERSIONPREFIX= v -DISTVERSION= 5.15.2 +DISTVERSION= 5.15.3 CATEGORIES= www MAINTAINER= a.andersson.thn@gmail.com @@ -26,17 +26,16 @@ LIB_DEPENDS= libtbb.so:devel/tbb \ libexpat.so:textproc/expat2 USES= cmake:outsource lua:52 compiler:c++14-lang +USE_GITHUB= yes +GH_ACCOUNT= Project-OSRM -USE_LDCONFIG= yes OPTIONS_DEFINE= DEBUG USE_RC_SUBR= osrm USERS= osrm GROUPS= osrm -USE_GITHUB= yes -GH_ACCOUNT= Project-OSRM - pre-install: - ${MKDIR} ${STAGEDIR}/var/db/osrm-backend + @${MKDIR} ${STAGEDIR}/var/db/osrm-backend + .include diff --git a/www/osrm-backend/distinfo b/www/osrm-backend/distinfo index 9e60371a79e4..f4403e1104b1 100644 --- a/www/osrm-backend/distinfo +++ b/www/osrm-backend/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1518251752 -SHA256 (Project-OSRM-osrm-backend-v5.15.2_GH0.tar.gz) = ab966e9b38b4a64d3b43a83ae0b2b9ce4fddc040a230a0f4ed48e2d46ddaf229 -SIZE (Project-OSRM-osrm-backend-v5.15.2_GH0.tar.gz) = 5018331 +TIMESTAMP = 1519463288 +SHA256 (Project-OSRM-osrm-backend-v5.15.3_GH0.tar.gz) = 913350e3fb72324de49eb362f1ba6da59609642b412140704ca44f1bd1d8779a +SIZE (Project-OSRM-osrm-backend-v5.15.3_GH0.tar.gz) = 5018614 -- cgit v1.2.3