Bug 158404

Summary: [maintainer patch] astro/merkaartor fix bug when uploading to fosm.org
Product: Ports & Packages Reporter: Oliver Heesakkers <dev2>
Component: Individual Port(s)Assignee: Julien Laffaye <jlaffaye>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!