Ticket #27351 (closed update: fixed)
UPDATE: bcfg2 1.1.1
| Reported by: | sol.jerome@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | |
| Keywords: | haspatch maintainer | Cc: | |
| Port: | bcfg2 |
Description
Bcfg2 1.1.1 is available.
Attachments
Change History
comment:2 follow-up: ↓ 5 Changed 2 years ago by ryandesign@…
- Owner changed from macports-tickets@… to ryandesign@…
- Status changed from new to assigned
Thank you for the update, however the patch did not apply cleanly to the current portfile in our repository. (The license line in our portfile was in a different place than your patch suggested.) In the future please supply diffs against the current portfile in our repository.
comment:3 Changed 2 years ago by ryandesign@…
Also, patch says your patch-setup.py.diff is malformed.
patching file setup.py /usr/bin/patch: **** malformed patch at line 48:
Could you supply a new patch-setup.py.diff that patch can use?
comment:5 in reply to: ↑ 2 Changed 2 years ago by sol.jerome@…
Replying to ryandesign@…:
Thank you for the update, however the patch did not apply cleanly to the current portfile in our repository. (The license line in our portfile was in a different place than your patch suggested.) In the future please supply diffs against the current portfile in our repository.
Sorry about that. It must have been updated somewhere in between (or I didn't grab it from here to begin with). Updated patch against current trunk.
Replying to ryandesign@…:
Also, patch says your patch-setup.py.diff is malformed.
patching file setup.py /usr/bin/patch: **** malformed patch at line 48:Could you supply a new patch-setup.py.diff that patch can use?
My fault again. That previous patch appears to be truncated. I have reattached with the proper diff. Thanks for your help!
comment:6 follow-up: ↓ 7 Changed 2 years ago by ryandesign@…
Thanks. The new setup.py patch still doesn't apply though. According to the patch, it's for version 1.1.0, but you're requesting the port be updated to version 1.1.1.
comment:7 in reply to: ↑ 6 Changed 2 years ago by sol.jerome@…
Replying to ryandesign@…:
Thanks. The new setup.py patch still doesn't apply though. According to the patch, it's for version 1.1.0, but you're requesting the port be updated to version 1.1.1.
Ugh, this is where it'd help to have a Mac to test this on. Updated patch to apply cleanly against a checkout of bcfg2 1.1.1:
$ cd bcfg2-1.1.1/ $ patch -p0 < patch-setup.py.diff patching file setup.py
Sorry about all the hassle.

