> Revision: 116216 > https://trac.macports.org/changeset/116216 > Author: snc at macports.org > Date: 2014-01-21 12:36:26 -0800 (Tue, 21 Jan 2014) > Log Message: > ----------- > pioneers: update to perl 5.16, remove missing patchfile > > Modified Paths: > -------------- > trunk/dports/games/pioneers/Portfile > > Modified: trunk/dports/games/pioneers/Portfile > =================================================================== > --- trunk/dports/games/pioneers/Portfile 2014-01-21 20:11:43 UTC (rev > 116215) > +++ trunk/dports/games/pioneers/Portfile 2014-01-21 20:36:26 UTC (rev > 116216) > @@ -6,7 +6,7 @@ > > name pioneers > version 14.1 > -revision 2 > +revision 3 > categories games > license GPL > maintainers snc gmail.com:jweede > @@ -21,7 +21,7 @@ > > homepage http://pio.sourceforge.net/ > platforms freebsd darwin > -depends_build port:gettext port:grep port:intltool > port:p5.12-xml-parser \ > +depends_build port:gettext port:grep port:intltool > port:p5.16-xml-parser \ > port:perl5 port:pkgconfig port:rarian
Why did it need a rev bump after changing a build dep? And why does it depend on p5.16-xml-parser but also perl5 (rather than perl5.16)? Is XML::Parser just for the benefit of the intltool check? If so, the check needs to be removed to actually fix the build regardless of which variants perl5 and intltool are installed with (and then the perl deps can be removed too). - Josh _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
