A bug was identified in uploading changed data to the new fosm.org server. It will fail with a 405 "Method not allowed" error. The attached patch takes care of it. How-To-Repeat: use api.fosm.org as your API server url and upload a new changeset. The bug occurs on opening a changeset, so any edit would do the trick.
Responsible Changed From-To: freebsd-ports-bugs->jlaffaye I'll take it.
jlaffaye 2011-07-03 15:49:55 UTC FreeBSD ports repository Modified files: astro/merkaartor Makefile Added files: astro/merkaartor/files patch-src__Sync__DownloadOSM.cpp Log: Fix bug when uploading to the new fosm.org server. PR: ports/158404 Submitted by: Oliver Heesakkers <dev2@heesakkers.info> (maintainer) Approved by: rene (mentor vacation) Revision Changes Path 1.19 +1 -1 ports/astro/merkaartor/Makefile 1.1 +11 -0 ports/astro/merkaartor/files/patch-src__Sync__DownloadOSM.cpp (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!