notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/osrm-backend/distinfo

Number of commits found: 12

Friday, 29 Oct 2021
16:48 Neel Chauhan (nc) search for other commits by this committer Author: Gian-Simon Purkert
www/osrm-backend: Update to 5.26.0

PR:	259312
commit hash: ee0bc0ed37adc1793fa35bf586bfbfc00cd78f9c commit hash: ee0bc0ed37adc1793fa35bf586bfbfc00cd78f9c commit hash: ee0bc0ed37adc1793fa35bf586bfbfc00cd78f9c commit hash: ee0bc0ed37adc1793fa35bf586bfbfc00cd78f9c ee0bc0e
Monday, 26 Jul 2021
09:52 Guangyuan Yang (ygy) search for other commits by this committer Author: Peter Laursen
www/osrm-backend: Update to 5.25.0

Changelog:	https://github.com/Project-OSRM/osrm-backend/releases/tag/v5.25.0

PR:		257425
MFH:		No (release contains breaking changes)
Approved by:	lwhsu (mentor, implicit)
commit hash: 572f9a37ba6cb1cfd77cff81b0d46380ee51a528 commit hash: 572f9a37ba6cb1cfd77cff81b0d46380ee51a528 commit hash: 572f9a37ba6cb1cfd77cff81b0d46380ee51a528 commit hash: 572f9a37ba6cb1cfd77cff81b0d46380ee51a528 572f9a3
Monday, 8 Feb 2021
16:01 martymac search for other commits by this committer
Update to 5.24.0

PR:		253348
Submitted by:	freebsd@mosedal.net (maintainer)
Original commitRevision:564716 
Tuesday, 3 Nov 2020
14:17 fernape search for other commits by this committer
www/osrm-backend: Update to v5.23.0

ChangeLog: https://github.com/Project-OSRM/osrm-backend/releases/tag/v5.23.0

PR:	250620
Submitted by:	freebsd@mosedal.net (maintainer)
MFH:	2020Q4 (blanket, runtime fixes)
Original commitRevision:553984 
Monday, 17 Aug 2020
20:01 pkubaj search for other commits by this committer
www/osrm-backend: fix build on GCC architectures

Merge two upstream commits to fix build:
/wrkdirs/usr/ports/www/osrm-backend/work/osrm-backend-5.22.0/src/storage/io_config.cpp:
In member function 'bool osrm::storage::IOConfig::IsValid() const':
/wrkdirs/usr/ports/www/osrm-backend/work/osrm-backend-5.22.0/src/storage/io_config.cpp:18:89:
error: call of overloaded 'is_regular_file(<brace-enclosed initializer list>)'
is ambiguous
   18 |         if (!boost::filesystem::is_regular_file({base_path.string() +
fileName.string()}))
      |                                                                         
               ^
In file included from /usr/local/include/boost/filesystem.hpp:18,
                 from
/wrkdirs/usr/ports/www/osrm-backend/work/osrm-backend-5.22.0/include/storage/io_config.hpp:8,
                 from
/wrkdirs/usr/ports/www/osrm-backend/work/osrm-backend-5.22.0/src/storage/io_config.cpp:1:
/usr/local/include/boost/filesystem/directory.hpp:171:20: note: candidate: 'bool
boost::filesystem::is_regular_file(const boost::filesystem::directory_entry&)'
  171 | inline bool        is_regular_file(const directory_entry& e)
BOOST_NOEXCEPT { return filesystem::is_regular_file(e.status()); }
      |                    ^~~~~~~~~~~~~~~
In file included from /usr/local/include/boost/filesystem.hpp:19,
                 from
/wrkdirs/usr/ports/www/osrm-backend/work/osrm-backend-5.22.0/include/storage/io_config.hpp:8,
                 from
/wrkdirs/usr/ports/www/osrm-backend/work/osrm-backend-5.22.0/src/storage/io_config.cpp:1:
/usr/local/include/boost/filesystem/operations.hpp:169:6: note: candidate: 'bool
boost::filesystem::is_regular_file(const boost::filesystem::path&)'
  169 | bool is_regular_file(const path& p)  {return
is_regular_file(detail::status(p));}
      |      ^~~~~~~~~~~~~~~

MFH:		2020Q3 (fix build blanket)
Original commitRevision:545180 
Saturday, 2 Feb 2019
18:29 pi search for other commits by this committer
www/osrm-backend: update 5.17.2 -> 5.22.0

- submitter becomes maintainer

PR:		235343
Submitted by:	Peter Laursen <freebsd@mosedal.net>
Approved by:	Andreas Andersson <a.andersson.thn@gmail.com> (maintainer)
Relnotes:	https://github.com/Project-OSRM/osrm-backend/blob/master/CHANGELOG.md
Original commitRevision:491970 
Thursday, 26 Apr 2018
10:01 krion search for other commits by this committer
Update to version 5.17.2

PR:		227781
Submitted by:	maintainer
Original commitRevision:468341 
Wednesday, 14 Mar 2018
06:55 yuri search for other commits by this committer
www/osrm-backend: Update to 5.16.4

Changes from 5.16.3:
- Bugfixes:
  - FIXED: Properly calculate annotations for speeds, durations and distances
when waypoints are used with mapmatching

PR:		226595
Submitted by:	Andreas Andersson <a.andersson.thn@gmail.com> (maintainer)
Original commitRevision:464462 
Sunday, 11 Mar 2018
09:18 joneum search for other commits by this committer
www/osrm-backend: Update to 5.16.3

- Changes from 5.16.2:
      - FIXED: Remove the last short annotation segment in `trimShortSegments`
    - Performance
      - FIXED: Speed up response time when lots of legs exist and geojson is
used with `steps=true`

PR:		226481
Submitted by:	Andreas Andersson <a.andersson.thn@gmail.com> (maintainer)
Original commitRevision:464154 
Tuesday, 6 Mar 2018
19:01 yuri search for other commits by this committer
www/osrm-backend: Update to 5.16.2

Port changes:
* Now uses lua:53
* Enabled shared libraries
* Added USE_LDCONFIG

PR:		226392
Submitted by:	Andreas Andersson <a.andersson.thn@gmail.com> (maintainer)
Approved by:	tcberner (mentor, implicit)
Original commitRevision:463739 
Saturday, 24 Feb 2018
17:33 yuri search for other commits by this committer
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 <a.andersson.thn@gmail.com> (maintainer)
Approved by:	tcberner (mentor, implicit)
Original commitRevision:462853 
Tuesday, 13 Feb 2018
19:56 pi search for other commits by this committer
New port: www/osrm-backend

This is a port of osrm-backend of the open-streetmap project.

WWW: http://project-osrm.org/

PR:		215524
Submitted by:	Andreas Andersson <a.andersson.thn@gmail.com>
Reviewed by:	koobs, ultima, tz
Original commitRevision:461738 

Number of commits found: 12