[154407] trunk/dports/perl

mojca at macports.org mojca at macports.org
Sat Oct 29 00:58:40 CEST 2016


Revision: 154407
          https://trac.macports.org/changeset/154407
Author:   mojca at macports.org
Date:     2016-10-29 00:58:40 +0200 (Sat, 29 Oct 2016)
Log Message:
-----------
p5-graveyard et.al: remove obsolete ports from graveyard, replace by 5.24

Modified Paths:
--------------
    trunk/dports/perl/p5-extutils-command/Portfile
    trunk/dports/perl/p5-graveyard/Portfile
    trunk/dports/perl/p5-html-format/Portfile
    trunk/dports/perl/p5-parse-cpan-meta/Portfile
    trunk/dports/perl/p5-test2/Portfile
    trunk/dports/perl/p5-time-modules/Portfile

Modified: trunk/dports/perl/p5-extutils-command/Portfile
===================================================================
--- trunk/dports/perl/p5-extutils-command/Portfile	2016-10-28 22:53:04 UTC (rev 154406)
+++ trunk/dports/perl/p5-extutils-command/Portfile	2016-10-28 22:58:40 UTC (rev 154407)
@@ -5,8 +5,9 @@
 PortGroup           perl5 1.0
 
 # ExtUtils::Command is provided by ExtUtils::MakeMaker as of version 7.0.8
+# remove this port after 2017-05-17
 
-perl5.branches      5.24
+perl5.branches      5.22 5.24
 perl5.setup         ExtUtils-Command 1.20
 revision            1
 license             none
@@ -14,7 +15,7 @@
 depends_lib
 
 if {${perl5.major} != ""} {
-    replaced_by     p${perl5.major}-extutils-makemaker
+    replaced_by     p5.24-extutils-makemaker
 } else {
     replaced_by     p5-extutils-makemaker
 }

Modified: trunk/dports/perl/p5-graveyard/Portfile
===================================================================
--- trunk/dports/perl/p5-graveyard/Portfile	2016-10-28 22:53:04 UTC (rev 154406)
+++ trunk/dports/perl/p5-graveyard/Portfile	2016-10-28 22:58:40 UTC (rev 154407)
@@ -8,6 +8,7 @@
 categories  perl
 
 # versions 5.16-5.20 may be removed after 2017-01-12
+# version  5.22      may be removed after 2017-10-28
 array set replacements {
     5.16 5.24
     5.18 5.24
@@ -46,9 +47,12 @@
 #
 # $ port -q info --index --line --version --revision --name 'p5-*' | awk '
 #       BEGIN {
-#           blacklist["p5-eperl"] = ""
 #           blacklist["p5-graveyard"] = ""
-#           blacklist["p5-sdl_perl"] = ""
+#           blacklist["p5-extutils-command"] = ""
+#           blacklist["p5-html-format"] = ""
+#           blacklist["p5-parse-cpan-meta"] = ""
+#           blacklist["p5-test2"] = ""
+#           blacklist["p5-time-modules"] = ""
 #       }
 #       {
 #           if ($3 in blacklist)
@@ -508,7 +512,6 @@
 p5-exporter-lite				0.80.0_1
 p5-exporter-tiny				0.42.0_1
 p5-extutils-cbuilder				0.280.224_1
-p5-extutils-command				1.200.0_2
 p5-extutils-config				0.8.0_1
 p5-extutils-depends				0.405.0_1
 p5-extutils-f77					1.200.0_1
@@ -650,7 +653,6 @@
 p5-html-extract					0.250.0_5
 p5-html-fillinform				2.210.0_1
 p5-html-form					6.30.0_2
-p5-html-format					2.120.0_2
 p5-html-formatter				2.140.0_1
 p5-html-formattext-withlinks			0.150.0_1
 p5-html-lint					2.220.0_1
@@ -1097,7 +1099,6 @@
 p5-params-validate				1.260.0_1
 p5-params-validationcompiler			0.130.0_1
 p5-parent					0.236.0_1
-p5-parse-cpan-meta				1.442.200_2
 p5-parse-edid					1.0.6_1
 p5-parse-mediawikidump				1.0.6_2
 p5-parse-mime					1.3.0_1
@@ -1381,7 +1382,6 @@
 p5-test-yaml					1.60.0_1
 p5-test-yaml-meta				0.220.0_1
 p5-test-yaml-valid				0.40.0_5
-p5-test2					0.0.44_2
 p5-test2-asyncsubtest				0.0.18_1
 p5-test2-plugin-nowarnings			0.40.0_1
 p5-test2-suite					0.0.60_1
@@ -1442,7 +1442,6 @@
 p5-time-format					1.120.0_2
 p5-time-hires					1.974.0_1
 p5-time-mock					0.0.2_1
-p5-time-modules					2013.91.200_4
 p5-time-out					0.110.0_1
 p5-time-parsedate				2015.103.0_1
 p5-time-period					1.250.0_1

Modified: trunk/dports/perl/p5-html-format/Portfile
===================================================================
--- trunk/dports/perl/p5-html-format/Portfile	2016-10-28 22:53:04 UTC (rev 154406)
+++ trunk/dports/perl/p5-html-format/Portfile	2016-10-28 22:58:40 UTC (rev 154407)
@@ -4,7 +4,9 @@
 PortSystem          1.0
 PortGroup           perl5 1.0
 
-perl5.branches      5.24
+# remove this port after 2017-05-31
+
+perl5.branches      5.22 5.24
 perl5.setup         HTML-Format 2.12 ../by-authors/id/N/NI/NIGELM
 revision            1
 license             {Artistic-1 GPL}
@@ -12,7 +14,7 @@
 depends_lib
 
 if {${perl5.major} != ""} {
-    replaced_by     p${perl5.major}-html-formatter
+    replaced_by     p5.24-html-formatter
 } else {
     replaced_by     p5-html-formatter
 }

Modified: trunk/dports/perl/p5-parse-cpan-meta/Portfile
===================================================================
--- trunk/dports/perl/p5-parse-cpan-meta/Portfile	2016-10-28 22:53:04 UTC (rev 154406)
+++ trunk/dports/perl/p5-parse-cpan-meta/Portfile	2016-10-28 22:58:40 UTC (rev 154407)
@@ -4,7 +4,9 @@
 PortSystem          1.0
 PortGroup           perl5 1.0
 
-perl5.branches      5.24
+# remove this port after 2017-08-18
+
+perl5.branches      5.22 5.24
 perl5.setup         Parse-CPAN-Meta 1.4422
 revision            1
 license             none
@@ -12,7 +14,7 @@
 depends_lib
 
 if {${perl5.major} != ""} {
-    replaced_by     p${perl5.major}-cpan-meta
+    replaced_by     p5.24-cpan-meta
 } else {
     replaced_by     p5-cpan-meta
 }

Modified: trunk/dports/perl/p5-test2/Portfile
===================================================================
--- trunk/dports/perl/p5-test2/Portfile	2016-10-28 22:53:04 UTC (rev 154406)
+++ trunk/dports/perl/p5-test2/Portfile	2016-10-28 22:58:40 UTC (rev 154407)
@@ -6,8 +6,9 @@
 
 # Test2 no longer considered experimental and
 # merged into Test::Simple as of version 1.302015
+# remove this port after 2017-05-12
 
-perl5.branches      5.24
+perl5.branches      5.22 5.24
 perl5.setup         Test2 0.000044
 revision            1
 license             none
@@ -15,7 +16,7 @@
 depends_lib
 
 if {${perl5.major} != ""} {
-    replaced_by     p${perl5.major}-test-simple
+    replaced_by     p5.24-test-simple
 } else {
     replaced_by     p5-test-simple
 }

Modified: trunk/dports/perl/p5-time-modules/Portfile
===================================================================
--- trunk/dports/perl/p5-time-modules/Portfile	2016-10-28 22:53:04 UTC (rev 154406)
+++ trunk/dports/perl/p5-time-modules/Portfile	2016-10-28 22:58:40 UTC (rev 154407)
@@ -4,7 +4,9 @@
 PortSystem          1.0
 PortGroup           perl5 1.0
 
-perl5.branches      5.24
+# remove this port after 2017-06-08
+
+perl5.branches      5.22 5.24
 perl5.setup         Time-modules 2013.0912
 revision            3
 
@@ -11,7 +13,7 @@
 depends_lib
 
 if {${perl5.major} != ""} {
-    replaced_by     p${perl5.major}-time-parsedate
+    replaced_by     p5.24-time-parsedate
 } else {
     replaced_by     p5-time-parsedate
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161029/7b3edd6a/attachment-0002.html>


More information about the macports-changes mailing list