Opened 19 years ago
Closed 19 years ago
#4970 closed defect (fixed)
UPDATE: bazaar-1.4.2_1
Reported by: | z3022016@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
Updated Portfile to resolve a conflict with gd2 (both ports want to install /opt/local/bin/annotate). Bazaar's "annotate" command has been renamed "annotate-baz".
Attachments (1)
Change History (6)
Changed 19 years ago by z3022016@…
comment:1 Changed 19 years ago by mww@…
before commiting this, would you mind creating a new bugzilla account with the new maintainer mail- address? Bugs can only get assigned to a registered mail-address;
comment:2 Changed 19 years ago by josh_root@…
OK, done.
(I am using my SourceForge address because my UNSW one will go away at some point.)
comment:3 Changed 19 years ago by mww@…
err... the attached Portfile looks exactly like the one in the repository ("2005/08/14 12:17:36 olegb"); not a single line differs - did you perhaps attach the wrong file?
comment:4 Changed 19 years ago by josh_root@…
The attached Portfile is definitely the right one -- the important change is the addition of this part:
post-destroot {
file rename ${destroot}${prefix}/bin/annotate ${destroot}${prefix}/bin/annotate-baz
}
It also changes the maintainer address, sets revision to 1, and removes some unnecessary compiler warning flags. Perhaps you are somehow looking at the wrong file?
comment:5 Changed 19 years ago by mww@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
ack - looks like my fault... Thanks, commited.
the updated Portfile