[124218] trunk/dports/perl/p5-gnupg-interface

cal at macports.org cal at macports.org
Thu Aug 21 06:09:15 PDT 2014


Revision: 124218
          https://trac.macports.org/changeset/124218
Author:   cal at macports.org
Date:     2014-08-21 06:09:15 -0700 (Thu, 21 Aug 2014)
Log Message:
-----------
p5-gnupg-interface: Fix bug that breaks the module, fixes caff

Modified Paths:
--------------
    trunk/dports/perl/p5-gnupg-interface/Portfile

Added Paths:
-----------
    trunk/dports/perl/p5-gnupg-interface/files/
    trunk/dports/perl/p5-gnupg-interface/files/patch-lib_GnuPG_Interface.pm-fix-incorrect-moo-usage.diff

Modified: trunk/dports/perl/p5-gnupg-interface/Portfile
===================================================================
--- trunk/dports/perl/p5-gnupg-interface/Portfile	2014-08-21 12:33:05 UTC (rev 124217)
+++ trunk/dports/perl/p5-gnupg-interface/Portfile	2014-08-21 13:09:15 UTC (rev 124218)
@@ -6,7 +6,7 @@
 
 perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
 perl5.setup         GnuPG-Interface 0.50
-revision            2
+revision            3
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
 description         Perl interface to GnuPG
@@ -18,6 +18,8 @@
                     sha256  66e58e41c20d4ecd4e387e1ab1eee887f1c3c9fb0c65d0af2f95620e7b97141e
 
 if {${perl5.major} != ""} {
+    patchfiles      patch-lib_GnuPG_Interface.pm-fix-incorrect-moo-usage.diff
+
     depends_lib-append \
                     port:gnupg \
                     port:p${perl5.major}-class-methodmaker \

Added: trunk/dports/perl/p5-gnupg-interface/files/patch-lib_GnuPG_Interface.pm-fix-incorrect-moo-usage.diff
===================================================================
--- trunk/dports/perl/p5-gnupg-interface/files/patch-lib_GnuPG_Interface.pm-fix-incorrect-moo-usage.diff	                        (rev 0)
+++ trunk/dports/perl/p5-gnupg-interface/files/patch-lib_GnuPG_Interface.pm-fix-incorrect-moo-usage.diff	2014-08-21 13:09:15 UTC (rev 124218)
@@ -0,0 +1,11 @@
+--- lib/GnuPG/Interface.pm.orig	2014-08-21 15:05:49.000000000 +0200
++++ lib/GnuPG/Interface.pm	2014-08-21 15:06:03.000000000 +0200
+@@ -37,7 +37,7 @@
+ ) for qw(call passphrase);
+ 
+ has options => (
+-    isa        => 'GnuPG::Options',
++    isa        => 'Any',
+     is         => 'rw',
+     lazy_build => 1,
+ );
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140821/842e27fd/attachment.html>


More information about the macports-changes mailing list