Hi,

attached is a patch that updates p5-Devel-Caller to version 0.26 and
removes USE_GROFF, which isn't required by this port. The last two
entries from upstream's changelog:

2.05 Thursday 8th April, 2010
        Don't call B::PADOP->gv.  Work by Florian Ragwitz

2.04 Tuesday 16th February, 2010
        Use CxTYPE macro rather than directly inspecting cx->cx_type

Without the fix from version 2.04 a test fails when testing Devel::LexAlias.

p5-MooseX-Params-Validate depends on p5-Devel-Caller and still passes
its regression tests. Tested on i386.
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-Devel-Caller/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile    3 Dec 2010 11:44:30 -0000       1.5
+++ Makefile    26 Dec 2010 19:12:00 -0000
@@ -4,11 +4,9 @@
 
 SHARED_ONLY =          Yes
 MODULES =              cpan
-DISTNAME =             Devel-Caller-2.03
-REVISION=              1
+DISTNAME =             Devel-Caller-2.05
 CATEGORIES =           devel
 CPAN_AUTHOR =          RCLAMP
-USE_GROFF =            Yes
 
 # Perl
 PERMIT_PACKAGE_CDROM = Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-Devel-Caller/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo    27 Oct 2009 00:28:50 -0000      1.1.1.1
+++ distinfo    26 Dec 2010 19:12:00 -0000
@@ -1,5 +1,5 @@
-MD5 (Devel-Caller-2.03.tar.gz) = VPb87oWHfANdecDFxPZAPw==
-RMD160 (Devel-Caller-2.03.tar.gz) = V1P3BoriYvykk/D+O1y+1kIUzG4=
-SHA1 (Devel-Caller-2.03.tar.gz) = EqLBmR2wRcWBhBPmiUmHgnN8O5k=
-SHA256 (Devel-Caller-2.03.tar.gz) = 
J0MiqgsqHY3iXbcBsO9lhMflcsqjW6VxbaAr2SxE+IQ=
-SIZE (Devel-Caller-2.03.tar.gz) = 5497
+MD5 (Devel-Caller-2.05.tar.gz) = LRlzGM6OjXNvI7f3Ueiwkw==
+RMD160 (Devel-Caller-2.05.tar.gz) = m4BtrRaQDnvF1TU7dSGYJPUUCQQ=
+SHA1 (Devel-Caller-2.05.tar.gz) = V0EgIa4Hvtn/SVVSPOxYp1YORvs=
+SHA256 (Devel-Caller-2.05.tar.gz) = 
3PtZAEQnfhJeePeBoVAZipTIl2mvb6q49USpFt+7Q4g=
+SIZE (Devel-Caller-2.05.tar.gz) = 5716
Index: patches/patch-lib_Devel_Caller_pm
===================================================================
RCS file: patches/patch-lib_Devel_Caller_pm
diff -N patches/patch-lib_Devel_Caller_pm
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-lib_Devel_Caller_pm   26 Dec 2010 19:12:00 -0000
@@ -0,0 +1,11 @@
+$OpenBSD$
+--- lib/Devel/Caller.pm.orig   Thu Apr  8 14:39:39 2010
++++ lib/Devel/Caller.pm        Sun Dec 26 20:01:30 2010
+@@ -210,6 +210,7 @@ constants are returned as C<undef> in both cases
+ C<called_as_method> returns true if the subroutine at $level was
+ called as a method.
+ 
++=back
+ 
+ =head1 BUGS
+ 

Reply via email to