[129979] trunk/dports/perl
mojca at macports.org
mojca at macports.org
Tue Dec 23 14:53:07 PST 2014
Revision: 129979
https://trac.macports.org/changeset/129979
Author: mojca at macports.org
Date: 2014-12-23 14:53:07 -0800 (Tue, 23 Dec 2014)
Log Message:
-----------
p5-file-listing, p5-html-form, p5-http-cookies, p5-http-daemon, p5-http-date, p5-http-message, p5-http-negotiate, p5-lwp-mediatypes, p5-lwp-protocol-http10, p5-lwp-protocol-https, p5-net-http, p5-www-robotrules: remove obsolete workaround from #28865
Modified Paths:
--------------
trunk/dports/perl/p5-file-listing/Portfile
trunk/dports/perl/p5-html-form/Portfile
trunk/dports/perl/p5-http-cookies/Portfile
trunk/dports/perl/p5-http-daemon/Portfile
trunk/dports/perl/p5-http-date/Portfile
trunk/dports/perl/p5-http-message/Portfile
trunk/dports/perl/p5-http-negotiate/Portfile
trunk/dports/perl/p5-lwp-mediatypes/Portfile
trunk/dports/perl/p5-lwp-protocol-http10/Portfile
trunk/dports/perl/p5-lwp-protocol-https/Portfile
trunk/dports/perl/p5-net-http/Portfile
trunk/dports/perl/p5-www-robotrules/Portfile
Modified: trunk/dports/perl/p5-file-listing/Portfile
===================================================================
--- trunk/dports/perl/p5-file-listing/Portfile 2014-12-23 22:51:24 UTC (rev 129978)
+++ trunk/dports/perl/p5-file-listing/Portfile 2014-12-23 22:53:07 UTC (rev 129979)
@@ -23,12 +23,3 @@
depends_lib-append \
port:p${perl5.major}-http-date
}
-# This hack is needed because of the libwww-perl 6.0 breakup (Trac #28865)
-pre-activate {
- if {[file exists ${perl5.lib}/File/Listing.pm]
- && ![catch {set vers [lindex [registry_active p5-libwww-perl] 0]}]
- && [vercmp [lindex $vers 1] 6.0] < 0} {
- ui_warn "Deactivating old, pre-6.x libwww-perl to activate ${name}"
- registry_deactivate_composite p5-libwww-perl "" [list ports_nodepcheck 1]
- }
-}
Modified: trunk/dports/perl/p5-html-form/Portfile
===================================================================
--- trunk/dports/perl/p5-html-form/Portfile 2014-12-23 22:51:24 UTC (rev 129978)
+++ trunk/dports/perl/p5-html-form/Portfile 2014-12-23 22:53:07 UTC (rev 129979)
@@ -24,12 +24,3 @@
port:p${perl5.major}-http-message \
port:p${perl5.major}-uri
}
-# This hack is needed because of the libwww-perl 6.0 breakup (Trac #28865)
-pre-activate {
- if {[file exists ${perl5.lib}/HTML/Form.pm]
- && ![catch {set vers [lindex [registry_active p5-libwww-perl] 0]}]
- && [vercmp [lindex $vers 1] 6.0] < 0} {
- ui_warn "Deactivating old, pre-6.x libwww-perl to activate ${name}"
- registry_deactivate_composite p5-libwww-perl "" [list ports_nodepcheck 1]
- }
-}
Modified: trunk/dports/perl/p5-http-cookies/Portfile
===================================================================
--- trunk/dports/perl/p5-http-cookies/Portfile 2014-12-23 22:51:24 UTC (rev 129978)
+++ trunk/dports/perl/p5-http-cookies/Portfile 2014-12-23 22:53:07 UTC (rev 129979)
@@ -23,12 +23,3 @@
port:p${perl5.major}-http-date \
port:p${perl5.major}-http-message
}
-# This hack is needed because of the libwww-perl 6.0 breakup (Trac #28865)
-pre-activate {
- if {[file exists ${perl5.lib}/HTTP/Cookies.pm]
- && ![catch {set vers [lindex [registry_active p5-libwww-perl] 0]}]
- && [vercmp [lindex $vers 1] 6.0] < 0} {
- ui_warn "Deactivating old, pre-6.x libwww-perl to activate ${name}"
- registry_deactivate_composite p5-libwww-perl "" [list ports_nodepcheck 1]
- }
-}
Modified: trunk/dports/perl/p5-http-daemon/Portfile
===================================================================
--- trunk/dports/perl/p5-http-daemon/Portfile 2014-12-23 22:51:24 UTC (rev 129978)
+++ trunk/dports/perl/p5-http-daemon/Portfile 2014-12-23 22:53:07 UTC (rev 129979)
@@ -24,12 +24,3 @@
port:p${perl5.major}-http-message \
port:p${perl5.major}-lwp-mediatypes
}
-# This hack is needed because of the libwww-perl 6.0 breakup (Trac #28865)
-pre-activate {
- if {[file exists ${perl5.lib}/HTTP/Daemon.pm]
- && ![catch {set vers [lindex [registry_active p5-libwww-perl] 0]}]
- && [vercmp [lindex $vers 1] 6.0] < 0} {
- ui_warn "Deactivating old, pre-6.x libwww-perl to activate ${name}"
- registry_deactivate_composite p5-libwww-perl "" [list ports_nodepcheck 1]
- }
-}
Modified: trunk/dports/perl/p5-http-date/Portfile
===================================================================
--- trunk/dports/perl/p5-http-date/Portfile 2014-12-23 22:51:24 UTC (rev 129978)
+++ trunk/dports/perl/p5-http-date/Portfile 2014-12-23 22:53:07 UTC (rev 129979)
@@ -21,12 +21,3 @@
if {${perl5.major} != ""} {
patchfiles patch-lib-HTTP-Date.pm.diff
}
-# This hack is needed because of the libwww-perl 6.0 breakup (Trac #28865)
-pre-activate {
- if {[file exists ${perl5.lib}/HTTP/Date.pm]
- && ![catch {set vers [lindex [registry_active p5-libwww-perl] 0]}]
- && [vercmp [lindex $vers 1] 6.0] < 0} {
- ui_warn "Deactivating old, pre-6.x libwww-perl to activate ${name}"
- registry_deactivate_composite p5-libwww-perl "" [list ports_nodepcheck 1]
- }
-}
Modified: trunk/dports/perl/p5-http-message/Portfile
===================================================================
--- trunk/dports/perl/p5-http-message/Portfile 2014-12-23 22:51:24 UTC (rev 129978)
+++ trunk/dports/perl/p5-http-message/Portfile 2014-12-23 22:53:07 UTC (rev 129979)
@@ -30,12 +30,3 @@
port:p${perl5.major}-lwp-mediatypes \
port:p${perl5.major}-uri
}
-# This hack is needed because of the libwww-perl 6.0 breakup (Trac #28865)
-pre-activate {
- if {[file exists ${perl5.lib}/HTTP/Message.pm]
- && ![catch {set vers [lindex [registry_active p5-libwww-perl] 0]}]
- && [vercmp [lindex $vers 1] 6.0] < 0} {
- ui_warn "Deactivating old, pre-6.x libwww-perl to activate ${name}"
- registry_deactivate_composite p5-libwww-perl "" [list ports_nodepcheck 1]
- }
-}
Modified: trunk/dports/perl/p5-http-negotiate/Portfile
===================================================================
--- trunk/dports/perl/p5-http-negotiate/Portfile 2014-12-23 22:51:24 UTC (rev 129978)
+++ trunk/dports/perl/p5-http-negotiate/Portfile 2014-12-23 22:53:07 UTC (rev 129979)
@@ -22,12 +22,3 @@
depends_lib-append \
port:p${perl5.major}-http-message
}
-# This hack is needed because of the libwww-perl 6.0 breakup (Trac #28865)
-pre-activate {
- if {[file exists ${perl5.lib}/HTTP/Negotiate.pm]
- && ![catch {set vers [lindex [registry_active p5-libwww-perl] 0]}]
- && [vercmp [lindex $vers 1] 6.0] < 0} {
- ui_warn "Deactivating old, pre-6.x libwww-perl to activate ${name}"
- registry_deactivate_composite p5-libwww-perl "" [list ports_nodepcheck 1]
- }
-}
Modified: trunk/dports/perl/p5-lwp-mediatypes/Portfile
===================================================================
--- trunk/dports/perl/p5-lwp-mediatypes/Portfile 2014-12-23 22:51:24 UTC (rev 129978)
+++ trunk/dports/perl/p5-lwp-mediatypes/Portfile 2014-12-23 22:53:07 UTC (rev 129979)
@@ -17,13 +17,3 @@
checksums rmd160 a99f980361c58b1fbf5f130964a213076a32c1fe \
sha256 18790b0cc5f0a51468495c3847b16738f785a2d460403595001e0b932e5db676
-
-# This hack is needed because of the libwww-perl 6.0 breakup (Trac #28865)
-pre-activate {
- if {[file exists ${perl5.lib}/LWP/MediaTypes.pm]
- && ![catch {set vers [lindex [registry_active p5-libwww-perl] 0]}]
- && [vercmp [lindex $vers 1] 6.0] < 0} {
- ui_warn "Deactivating old, pre-6.x libwww-perl to activate ${name}"
- registry_deactivate_composite p5-libwww-perl "" [list ports_nodepcheck 1]
- }
-}
Modified: trunk/dports/perl/p5-lwp-protocol-http10/Portfile
===================================================================
--- trunk/dports/perl/p5-lwp-protocol-http10/Portfile 2014-12-23 22:51:24 UTC (rev 129978)
+++ trunk/dports/perl/p5-lwp-protocol-http10/Portfile 2014-12-23 22:53:07 UTC (rev 129979)
@@ -22,12 +22,3 @@
depends_lib-append \
port:p${perl5.major}-libwww-perl
}
-# This hack is needed because of the libwww-perl 6.0 breakup (Trac #28865)
-pre-activate {
- if {[file exists ${perl5.lib}/LWP/Protocol/http10.pm]
- && ![catch {set vers [lindex [registry_active p5-libwww-perl] 0]}]
- && [vercmp [lindex $vers 1] 6.0] < 0} {
- ui_warn "Deactivating old, pre-6.x libwww-perl to activate ${name}"
- registry_deactivate_composite p5-libwww-perl "" [list ports_nodepcheck 1]
- }
-}
Modified: trunk/dports/perl/p5-lwp-protocol-https/Portfile
===================================================================
--- trunk/dports/perl/p5-lwp-protocol-https/Portfile 2014-12-23 22:51:24 UTC (rev 129978)
+++ trunk/dports/perl/p5-lwp-protocol-https/Portfile 2014-12-23 22:53:07 UTC (rev 129979)
@@ -29,12 +29,3 @@
port:p${perl5.major}-mozilla-ca \
port:p${perl5.major}-net-http
}
-# This hack is needed because of the libwww-perl 6.0 breakup (Trac #28865)
-pre-activate {
- if {[file exists ${perl5.lib}/LWP/Protocol/https.pm]
- && ![catch {set vers [lindex [registry_active p5-libwww-perl] 0]}]
- && [vercmp [lindex $vers 1] 6.0] < 0} {
- ui_warn "Deactivating old, pre-6.x libwww-perl to activate ${name}"
- registry_deactivate_composite p5-libwww-perl "" [list ports_nodepcheck 1]
- }
-}
Modified: trunk/dports/perl/p5-net-http/Portfile
===================================================================
--- trunk/dports/perl/p5-net-http/Portfile 2014-12-23 22:51:24 UTC (rev 129978)
+++ trunk/dports/perl/p5-net-http/Portfile 2014-12-23 22:53:07 UTC (rev 129979)
@@ -18,13 +18,3 @@
checksums rmd160 f8355747d43a8f0d1c9a9f3e4ec78e2544fa3ed9 \
sha256 9f31e0325a5a0930ad309fa019da9d208e57e236fb0598675ed883c820240364
-
-# This hack is needed because of the libwww-perl 6.0 breakup (Trac #28865)
-pre-activate {
- if {[file exists ${perl5.lib}/Net/HTTP.pm]
- && ![catch {set vers [lindex [registry_active p5-libwww-perl] 0]}]
- && [vercmp [lindex $vers 1] 6.0] < 0} {
- ui_warn "Deactivating old, pre-6.x libwww-perl to activate ${name}"
- registry_deactivate_composite p5-libwww-perl "" [list ports_nodepcheck 1]
- }
-}
Modified: trunk/dports/perl/p5-www-robotrules/Portfile
===================================================================
--- trunk/dports/perl/p5-www-robotrules/Portfile 2014-12-23 22:51:24 UTC (rev 129978)
+++ trunk/dports/perl/p5-www-robotrules/Portfile 2014-12-23 22:53:07 UTC (rev 129979)
@@ -22,12 +22,3 @@
depends_lib-append \
port:p${perl5.major}-uri
}
-# This hack is needed because of the libwww-perl 6.0 breakup (Trac #28865)
-pre-activate {
- if {[file exists ${perl5.lib}/WWW/RobotRules.pm]
- && ![catch {set vers [lindex [registry_active p5-libwww-perl] 0]}]
- && [vercmp [lindex $vers 1] 6.0] < 0} {
- ui_warn "Deactivating old, pre-6.x libwww-perl to activate ${name}"
- registry_deactivate_composite p5-libwww-perl "" [list ports_nodepcheck 1]
- }
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141223/9808d5c9/attachment.html>
More information about the macports-changes
mailing list