Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#50390 closed defect (fixed)

py-pyobjc @3.0.4: missing patch file

Reported by: dbevans (David B. Evans) Owned by: kurthindenburg (Kurt Hindenburg)
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc:
Port: py-pyobjc

Description

Patch files patch-Modules-3.0.4.diff seems to be missing from this port. Old patch-Modules-3.0.1.diff is there instead.

Change History (5)

comment:1 Changed 8 years ago by kurthindenburg (Kurt Hindenburg)

Did you get that error on darwin 11 or 12? I can't really test those but I could copy the patch for those versions.

    platform darwin 11 {
        patchfiles-append               patch-Modules-${version}.diff
    }
    platform darwin 12 {
        patchfiles-append               patch-Modules-${version}.diff
    }
}}

comment:2 Changed 8 years ago by dbevans (David B. Evans)

On darwin 12 but isn't the patch the same for both?

comment:3 Changed 8 years ago by dbevans (David B. Evans)

What I mean is the port is looking for patch-Modules-3.0.4.diff but the files directory only has patch-Modules-3.0.1.diff in it. So tries to down load it from all the sites it can think of

:debug:fetch Executing org.macports.fetch (py27-pyobjc)
:info:fetch --->  patch-Modules-3.0.4.diff doesn't seem to exist in /opt/local/var/macports/distfiles/py-pyobjc
:notice:fetch --->  Attempting to fetch patch-Modules-3.0.4.diff from https://pypi.python.org/packages/source/p/pyobjc-core/
:debug:fetch Fetching distfile failed: The requested URL returned error: 404
:notice:fetch --->  Attempting to fetch patch-Modules-3.0.4.diff from http://sea.us.distfiles.macports.org/macports/distfiles/py-pyobjc
:debug:fetch Fetching distfile failed: The requested URL returned error: 404
:notice:fetch --->  Attempting to fetch patch-Modules-3.0.4.diff from http://distfiles.macports.org/py-pyobjc
:debug:fetch Fetching distfile failed: The requested URL returned error: 404
:notice:fetch --->  Attempting to fetch patch-Modules-3.0.4.diff from http://cjj.kr.distfiles.macports.org/py-pyobjc
:debug:fetch Fetching distfile failed: The requested URL returned error: 404
:notice:fetch --->  Attempting to fetch patch-Modules-3.0.4.diff from http://mse.uk.distfiles.macports.org/sites/distfiles.macports.org/py-pyobjc
:debug:fetch Fetching distfile failed: The requested URL returned error: 404
:notice:fetch --->  Attempting to fetch patch-Modules-3.0.4.diff from http://lil.fr.distfiles.macports.org/py-pyobjc
:debug:fetch Fetching distfile failed: The requested URL returned error: 404
:notice:fetch --->  Attempting to fetch patch-Modules-3.0.4.diff from http://nue.de.distfiles.macports.org/macports/distfiles/py-pyobjc
:debug:fetch Fetching distfile failed: The requested URL returned error: 404
:notice:fetch --->  Attempting to fetch patch-Modules-3.0.4.diff from http://ykf.ca.distfiles.macports.org/MacPorts/mpdistfiles/py-pyobjc
:debug:fetch Fetching distfile failed: The requested URL returned error: 404
:notice:fetch --->  Attempting to fetch patch-Modules-3.0.4.diff from http://aarnet.au.distfiles.macports.org/pub/macports/mpdistfiles/py-pyobjc
:debug:fetch Fetching distfile failed: Operation too slow. Less than 1024 bytes/sec transferred the last 60 seconds
:notice:fetch --->  Attempting to fetch patch-Modules-3.0.4.diff from http://osl.no.distfiles.macports.org/py-pyobjc
:debug:fetch Fetching distfile failed: The requested URL returned error: 404
:notice:fetch --->  Attempting to fetch patch-Modules-3.0.4.diff from http://fco.it.distfiles.macports.org/mirrors/macports-distfiles/py-pyobjc
:debug:fetch Fetching distfile failed: The requested URL returned error: 404
:notice:fetch --->  Attempting to fetch patch-Modules-3.0.4.diff from http://jog.id.distfiles.macports.org/macports/mpdistfiles/py-pyobjc
:debug:fetch Fetching distfile failed: The requested URL returned error: 404
:notice:fetch --->  Attempting to fetch patch-Modules-3.0.4.diff from http://her.gr.distfiles.macports.org/mirrors/macports/mpdistfiles/py-pyobjc
:debug:fetch Fetching distfile failed: The requested URL returned error: 404
:notice:fetch --->  Attempting to fetch patch-Modules-3.0.4.diff from http://svn.macports.org/repository/macports/distfiles/py-pyobjc
:debug:fetch Fetching distfile failed: The requested URL returned error: 404
:error:fetch org.macports.fetch for port py27-pyobjc returned: fetch failed
:debug:fetch Error code: NONE

comment:4 Changed 8 years ago by kurthindenburg (Kurt Hindenburg)

Resolution: fixed
Status: newclosed

thanks - please update and let me know of any more issues

r144922

comment:5 Changed 8 years ago by dbevans (David B. Evans)

That works. Thanks.

Note: See TracTickets for help on using tickets.