[76697] trunk/dports/perl/p5-monotone-automatestdio/Portfile
Revision: 76697 http://trac.macports.org/changeset/76697 Author: tommyd@macports.org 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 Modified Paths: -------------- trunk/dports/perl/p5-monotone-automatestdio/Portfile Modified: trunk/dports/perl/p5-monotone-automatestdio/Portfile =================================================================== --- trunk/dports/perl/p5-monotone-automatestdio/Portfile 2011-03-05 22:08:58 UTC (rev 76696) +++ trunk/dports/perl/p5-monotone-automatestdio/Portfile 2011-03-05 23:54:46 UTC (rev 76697) @@ -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/ + +checksums md5 3f0984cb465867071042c156c2f5c316 \ + sha1 f2d6fb0dc346bd5534165360f6b9dd055a3abb99 \ + rmd160 5fca6112ebed9fbc0a2cd2e24f1c73703e1bfeaf depends_run port:monotone
participants (1)
-
tommyd@macports.org