Bug 158404 - [maintainer patch] astro/merkaartor fix bug when uploading to fosm.org
Summary: [maintainer patch] astro/merkaartor fix bug when uploading to fosm.org
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Julien Laffaye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-28 20:20 UTC by Oliver Heesakkers
Modified: 2011-07-03 17:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.19 KB, patch)
2011-06-28 20:20 UTC, Oliver Heesakkers
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Heesakkers 2011-06-28 20:20:09 UTC
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.
Comment 1 Julien Laffaye freebsd_committer freebsd_triage 2011-07-03 12:44:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jlaffaye

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-07-03 16:50:16 UTC
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"
Comment 3 Julien Laffaye freebsd_committer freebsd_triage 2011-07-03 16:50:35 UTC
State Changed
From-To: open->closed

Committed. Thanks!