On 2016-10-20 13:23 , Ryan Schmidt wrote:
On Oct 19, 2016, at 9:04 PM, [email protected] wrote: Revision 154081 Author [email protected] Date 2016-10-19 19:04:20 -0700 (Wed, 19 Oct 2016) Log Message extractopinion: switch to perl5.24 (#52081) Modified Paths • trunk/dports/textproc/extractopinion/Portfile@@ -29,7 +29,7 @@ depends_lib port:crfpp \ port:libiconv \ port:gawk \ - port:p5.22-text-csv_xs \ + port:p5.24-text-csv_xs \ port:juman6 \ port:knp3This only changes the dependency but doesn't tell the build system to use it. That needs to be done in patch-perl.diff. (We've actually forgotten to change this every time since perl5.12.)
Probably a good reason to use a placeholder string in the patch file and then reinplace it with the actual version-specific string in the portfile.
- Josh _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
