[82909] trunk/dports/games/pioneers
Ryan Schmidt
ryandesign at macports.org
Thu Aug 25 22:03:38 PDT 2011
On Aug 21, 2011, at 19:01, snc at macports.org wrote:
> Revision: 82909
> http://trac.macports.org/changeset/82909
> Author: snc at macports.org
> Date: 2011-08-21 17:01:43 -0700 (Sun, 21 Aug 2011)
> Log Message:
> -----------
> pioneers:
> * use app portgroup
> * add icon and wrapper script
>
> Modified Paths:
> --------------
> trunk/dports/games/pioneers/Portfile
>
> Added Paths:
> -----------
> trunk/dports/games/pioneers/files/
> trunk/dports/games/pioneers/files/launcher.sh
> trunk/dports/games/pioneers/files/logo.png
>
> Modified: trunk/dports/games/pioneers/Portfile
> ===================================================================
> --- trunk/dports/games/pioneers/Portfile 2011-08-21 23:39:04 UTC (rev 82908)
> +++ trunk/dports/games/pioneers/Portfile 2011-08-22 00:01:43 UTC (rev 82909)
> @@ -2,10 +2,11 @@
> # $Id$
>
> PortSystem 1.0
> +PortGroup app 1.0
>
> name pioneers
> version 0.12.4
> -revision 1
> +revision 2
> categories games
> license GPL
> maintainers snc gmail.com:jweede
> @@ -20,8 +21,8 @@
>
> homepage http://pio.sourceforge.net/
> platforms freebsd darwin
> -depends_build port:gettext port:grep port:intltool port:p5.8-xml-parser \
> - port:perl5.8 port:pkgconfig port:rarian
> +depends_build port:gettext port:grep port:intltool port:p5-xml-parser \
> + port:perl5 port:pkgconfig port:rarian
Did you mean to also change port:p5.8-xml-parser back to port:p5-xml-parser, thus undoing r82553? p5-xml-parser has been replaced_by p5.12-xml-parser; no port should declare a dependency on a replaced port. p5-xml-parser is now a stub port that does not actually install any perl module.
$ port contents p5-xml-parser
Port p5-xml-parser contains:
/opt/local/share/doc/p5-xml-parser/README
$ cat /opt/local/share/doc/p5-xml-parser/README
p5-xml-parser is a stub port
More information about the macports-dev
mailing list