Skip to content

Commit

Permalink
www/osrm-backend: Update to 5.15.3
Browse files Browse the repository at this point in the history
Changes from 5.15.2:
- Bugfixes: fix deduplication of route steps when waypoints are used [#4909]
  Project-OSRM/osrm-backend#4909

Additional port changes:
* Removed USE_LDCONFIG (no shared libs)
* Grouped USExx
* Silenced the pre-install command

PR:		226156
Submitted by:	Andreas Andersson <[email protected]> (maintainer)
Approved by:	tcberner (mentor, implicit)


git-svn-id: svn+ssh://svn.freebsd.org/ports/head@462853 35697150-7ecd-e111-bb59-0022644237b5
  • Loading branch information
yurivict committed Feb 24, 2018
1 parent f26d267 commit cddafef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
11 changes: 5 additions & 6 deletions www/osrm-backend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PORTNAME= osrm-backend
DISTVERSIONPREFIX= v
DISTVERSION= 5.15.2
DISTVERSION= 5.15.3
CATEGORIES= www

MAINTAINER= [email protected]
Expand All @@ -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 <bsd.port.mk>
6 changes: 3 additions & 3 deletions www/osrm-backend/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cddafef

Please sign in to comment.