#41037 closed update (fixed)
upgrade libetpan to 1.2
Reported by: | pmetzger (Perry E. Metzger) | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | ryandesign (Ryan Carsten Schmidt) |
Port: | libetpan |
Description
libetpan appears to have moved from sourceforge to https://github.com/dinhviethoa/libetpan -- there has also been an update.
This patch appears to do the right thing but I would recommend that the maintainer review it and test the result to make sure I didn't do anything wrong. Note also that the patch in files/ is now obsolete and can be removed.
Attachments (1)
Change History (6)
Changed 11 years ago by pmetzger (Perry E. Metzger)
Attachment: | libetpan.patch added |
---|
comment:1 follow-up: 4 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to mww@… |
---|
Remember to Cc the maintainer.
If you're going to run autogen.sh, you probably need to add some dependencies (autoconf? automake? libtool?)
As to whether or not reinplacing in the config script is still necessary, you can check it yourself: comment out the code, then install the port. Does the installed config script contain -arch flags? If so, the reinplaces are still needed to remove them.
comment:2 Changed 10 years ago by pmetzger (Perry E. Metzger)
Hi there. This has now been left alone for eight months. Could something please be done, please?
comment:3 Changed 10 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | 2.2.0 |
Maintainer timeout. r123694.
comment:4 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Replying to ryandesign@…:
As to whether or not reinplacing in the config script is still necessary, you can check it yourself: comment out the code, then install the port. Does the installed config script contain -arch flags? If so, the reinplaces are still needed to remove them.
Yes, the -arch
flags are still there, so the reinplace
is still needed to remove them.
Updated to 1.5 in r41037.
Patch to upgrade the Portfile