ports/99457: [PATCH] devel/p5-Object-InsideOut: update to 1.44

Aaron Dalton aaron at FreeBSD.org
Sun Jun 25 17:00:51 UTC 2006


>Number:         99457
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Object-InsideOut: update to 1.44
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 25 17:00:35 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May  8 10:21:06 UTC
>Description:
- Update to 1.44

Port maintainer (geraud at gcu.info) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Object-InsideOut-1.44.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Object-InsideOut/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	11 May 2006 09:53:14 -0000	1.5
+++ Makefile	25 Jun 2006 16:50:52 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Object-InsideOut
-PORTVERSION=	1.42
+PORTVERSION=	1.44
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Object
@@ -16,7 +16,7 @@
 COMMENT=	Object::InsideOut - Comprehensive inside-out object support module
 
 BUILD_DEPENDS=	p5-Exception-Class>=1.22:${PORTSDIR}/devel/p5-Exception-Class \
-		p5-Test-Simple>=0.50:${PORTSDIR}/devel/p5-Test-Simple
+		p5-Scalar-List-Utils>=1.10:${PORTSDIR}/lang/p5-Scalar-List-Utils
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
@@ -25,8 +25,8 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 500800
-IGNORE=		requires perl 5.8.0 or later. Install lang/perl5.8 and try again
+.if ${PERL_LEVEL} < 500800 # inherited from p5-Exception-Class
+IGNORE=		requires perl 5.8 or later. Install lang/perl5.8 and try again
 .endif
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Object-InsideOut/distinfo,v
retrieving revision 1.5
diff -u -u -r1.5 distinfo
--- distinfo	11 May 2006 09:53:14 -0000	1.5
+++ distinfo	25 Jun 2006 16:50:52 -0000
@@ -1,3 +1,3 @@
-MD5 (Object-InsideOut-1.42.tar.gz) = 4d2c728afd583496d558f9f45706d92f
-SHA256 (Object-InsideOut-1.42.tar.gz) = a31352af9a68c02c68c621f7cf71df3c0d5b0336a3850fc8cca83b852a88534b
-SIZE (Object-InsideOut-1.42.tar.gz) = 62425
+MD5 (Object-InsideOut-1.44.tar.gz) = a1bcee0f7ee403c3cc5b8fbdfa446c22
+SHA256 (Object-InsideOut-1.44.tar.gz) = 0c383cb9baa08b0e69f108c08278bd3acaafcf3f381d9d6a0f4ffb985e403340
+SIZE (Object-InsideOut-1.44.tar.gz) = 63000
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Object-InsideOut/pkg-plist,v
retrieving revision 1.3
diff -u -u -r1.3 pkg-plist
--- pkg-plist	10 Feb 2006 13:38:37 -0000	1.3
+++ pkg-plist	25 Jun 2006 16:50:52 -0000
@@ -1,15 +1,16 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/InsideOut/.packlist
 %%SITE_PERL%%/Object/InsideOut.pm
 %%SITE_PERL%%/Object/InsideOut/Autoload.pm
 %%SITE_PERL%%/Object/InsideOut/Chained.pm
 %%SITE_PERL%%/Object/InsideOut/Cumulative.pm
 %%SITE_PERL%%/Object/InsideOut/Dump.pm
 %%SITE_PERL%%/Object/InsideOut/Dynamic.pm
+%%SITE_PERL%%/Object/InsideOut/Exception.pm
 %%SITE_PERL%%/Object/InsideOut/Foreign.pm
 %%SITE_PERL%%/Object/InsideOut/Overload.pm
 %%SITE_PERL%%/Object/InsideOut/Universal.pm
 %%SITE_PERL%%/Object/InsideOut/Util.pm
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/InsideOut
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/InsideOut/.packlist
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/InsideOut
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object
- at dirrmtry %%SITE_PERL%%/Object/InsideOut
+ at dirrm %%SITE_PERL%%/Object/InsideOut
 @dirrmtry %%SITE_PERL%%/Object
--- p5-Object-InsideOut-1.44.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list