Modified: trunk/dports/perl/p5-module-signature/Portfile (122915 => 122916)
--- trunk/dports/perl/p5-module-signature/Portfile 2014-08-02 05:15:05 UTC (rev 122915)
+++ trunk/dports/perl/p5-module-signature/Portfile 2014-08-02 05:44:59 UTC (rev 122916)
@@ -3,9 +3,8 @@
PortSystem 1.0
PortGroup perl5 1.0
-perl5.branches 5.8 5.10 5.12 5.14 5.16
-perl5.setup Module-Signature 0.66
-revision 3
+perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup Module-Signature 0.73
license public-domain
maintainers nomaintainer
description Module signature file manipulation
@@ -13,13 +12,13 @@
platforms darwin
-checksums md5 72d63f7dfe13d7dab7450dd9b356b1bc \
- sha1 4be9c0d0549ce4cbd53e0307f02e7c26c0559086 \
- rmd160 13855e01730ba73c44bc5cd4cc1a71f02a284670
+checksums rmd160 f3bdb440092f876d48ef550ccc6544630bb20f48 \
+ sha256 718520721888ac4a7d930e26c4cd628ca24d60b2b18bddb081b331731a94bbc5
if {${perl5.major} != ""} {
depends_lib-append port:gnupg \
- port:p${perl5.major}-digest-sha
+ port:p${perl5.major}-digest-sha \
+ port:p${perl5.major}-ipc-run
supported_archs noarch
}