Permalink
Browse files
perl5: use HTTPS master_sites and livecheck
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
lang/perl5/Portfile
|
|
@@ -11,7 +11,7 @@ license {Artistic-1 GPL} |
|
|
maintainers {mojca @mojca} openmaintainer |
|
|
|
|
|
homepage https://www.perl.org/ |
|
|
master_sites http://www.cpan.org/src/5.0/ |
|
|
master_sites https://www.cpan.org/src/5.0/ |
|
|
|
|
|
# current Perl versions |
|
|
# |
|
|
@@ -195,7 +195,7 @@ foreach {perl5.v perl5.subversion perl5.revision perl5.rmd160 perl5.sha256 perl5 |
|
|
} |
|
|
|
|
|
livecheck.type regex |
|
|
livecheck.url http://www.cpan.org/src |
|
|
livecheck.url https://www.cpan.org/src |
|
|
livecheck.regex perl-(5\\.${minor}\\.\\d)\\. |
|
|
} |
|
|
} |
|
|
|