FreeBSD Bugzilla – Attachment 90904 Details for
Bug 128158
[PATCH] devel/p5-Class-Adapter: update to 1.05
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
p5-Class-Adapter-1.05.patch
p5-Class-Adapter-1.05.patch (text/plain), 2.01 KB, created by
Yen-Ming Lee
on 2008-10-16 21:00:07 UTC
(
hide
)
Description:
p5-Class-Adapter-1.05.patch
Filename:
MIME Type:
Creator:
Yen-Ming Lee
Created:
2008-10-16 21:00:07 UTC
Size:
2.01 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/p5-Class-Adapter/Makefile,v >retrieving revision 1.4 >diff -u -d -b -w -u -r1.4 Makefile >--- Makefile 20 Feb 2008 13:24:37 -0000 1.4 >+++ Makefile 16 Oct 2008 19:54:22 -0000 >@@ -6,7 +6,7 @@ > # > > PORTNAME= Class-Adapter >-PORTVERSION= 1.04 >+PORTVERSION= 1.05 > CATEGORIES= devel perl5 > MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- >@@ -14,17 +14,16 @@ > MAINTAINER= snowfly@yuntech.edu.tw > COMMENT= Perl implementation of the "Adapter" Design Pattern > >-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ >- ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ >- ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple >-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ >- ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ >- ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple >- > PERL_CONFIGURE= yes > > MAN3= Class::Adapter.3 \ > Class::Adapter::Builder.3 \ > Class::Adapter::Clear.3 > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.if ${PERL_LEVEL} < 500703 >+RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils >+.endif >+ >+.include <bsd.port.post.mk> >Index: distinfo >=================================================================== >RCS file: /home/pcvs/ports/devel/p5-Class-Adapter/distinfo,v >retrieving revision 1.3 >diff -u -d -b -w -u -r1.3 distinfo >--- distinfo 20 Feb 2008 13:24:37 -0000 1.3 >+++ distinfo 16 Oct 2008 19:54:22 -0000 >@@ -1,3 +1,3 @@ >-MD5 (Class-Adapter-1.04.tar.gz) = 5dcebbeae517882637dcb7c44070b26b >-SHA256 (Class-Adapter-1.04.tar.gz) = 8ad86d6e53fc375fb63c6a4fa3fef5aa56b29bfaf5d1336552a953d9af313e87 >-SIZE (Class-Adapter-1.04.tar.gz) = 26743 >+MD5 (Class-Adapter-1.05.tar.gz) = 39b4b06a30b770ae5a7ee42dccdf143e >+SHA256 (Class-Adapter-1.05.tar.gz) = af688260d29d8e6526053e9fec03375cc8a5964002df3e69c663b60ca9095e13 >+SIZE (Class-Adapter-1.05.tar.gz) = 28960
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 128158
: 90904
Working