On Mar 5, 2011, at 17:54, [email protected] wrote: > Revision: 76697 > http://trac.macports.org/changeset/76697 > Author: [email protected] > Date: 2011-03-05 15:54:46 -0800 (Sat, 05 Mar 2011) > Log Message: > ----------- > - new upstream version (0.12) > - remove worksrcdir hack (no longer needed) > - the package is now only available via the AUTHOR path in CPAN, so we need > to adapt master_sites accordingly
Actually it is preferred to use the perl5.setup command, rather than override master_sites. This way, all the sites in the perl fetchgroup can be used, not just the one you listed. See: https://trac.macports.org/changeset/76707 > @@ -3,9 +3,7 @@ > PortSystem 1.0 > PortGroup perl5 1.0 > > -perl5.setup Monotone-AutomateStdio 0.10 > -revision 1 > -worksrcdir ${perl5.module}-0.1 > +perl5.setup Monotone-AutomateStdio 0.12 > maintainers tommyd openmaintainer > description Perl interface to Monotone via automate stdio > long_description The Monotone::AutomateStdio class gives a Perl > developer \ > @@ -18,8 +16,10 @@ > > platforms darwin > > -checksums md5 ef33a85b82827149d1e1353b0b801401 \ > - sha1 966677c62ef8b9f1e2051dbca73752a6592e024e \ > - rmd160 01b094baa5fd7edff14b20d6befa9747b154bcaa > +master_sites > http://search.cpan.org/CPAN/authors/id/A/AE/AECOOPER/monotone/ _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
