[148606] trunk/dports/perl/p5-test2/Portfile
devans at macports.org
devans at macports.org
Thu May 12 14:58:38 PDT 2016
Revision: 148606
https://trac.macports.org/changeset/148606
Author: devans at macports.org
Date: 2016-05-12 14:58:38 -0700 (Thu, 12 May 2016)
Log Message:
-----------
p5-test2: mark obsolete, Test2, no longer experimental, is now merged into p5-test-simple.
Modified Paths:
--------------
trunk/dports/perl/p5-test2/Portfile
Modified: trunk/dports/perl/p5-test2/Portfile
===================================================================
--- trunk/dports/perl/p5-test2/Portfile 2016-05-12 21:54:19 UTC (rev 148605)
+++ trunk/dports/perl/p5-test2/Portfile 2016-05-12 21:58:38 UTC (rev 148606)
@@ -4,21 +4,20 @@
PortSystem 1.0
PortGroup perl5 1.0
+# Test2 no longer considered experimental and
+# merged into Test::Simple as of version 1.302015
+
perl5.branches 5.22 5.24
-perl5.setup Test2 0.000044 ../by-authors/id/E/EX/EXODIST
-license {Artistic-1 GPL}
-maintainers devans openmaintainer
-description Test2 - Framework for writing test tools that all work together. (EXPERIMENTAL)
-long_description ${description}
+perl5.setup Test2 0.000044
+revision 1
+license none
-platforms darwin
+depends_lib
-checksums rmd160 070b58b4ee1fb1ad342a1ca14c96ff894579f621 \
- sha256 4e5468907a8a79685d94345d09735abda4ef50f4f3938fc43f5997fe46adfc21
-
if {${perl5.major} != ""} {
- depends_lib-append \
- port:p${perl5.major}-scalar-list-utils
-
- supported_archs noarch
+ replaced_by port:p${perl5.major}-test-simple
+} else {
+ replaced_by port:p5-test-simple
}
+
+PortGroup obsolete 1.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160512/7dfef454/attachment.html>
More information about the macports-changes
mailing list