FreeBSD Bugzilla – Attachment 84939 Details for
Bug 121015
[UPDATE] www/p5-Image-Delivery
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 4.04 KB, created by
Felippe de Meirelles Motta
on 2008-02-23 20:10:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Felippe de Meirelles Motta
Created:
2008-02-23 20:10:03 UTC
Size:
4.04 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/www/p5-Image-Delivery/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- Makefile 29 Sep 2007 08:31:21 -0000 1.1 >+++ Makefile 21 Feb 2008 17:56:35 -0000 >@@ -6,33 +6,24 @@ > # > > PORTNAME= Image-Delivery >-PORTVERSION= 0.13 >+PORTVERSION= 0.14 > CATEGORIES= www graphics perl5 > MASTER_SITES= CPAN >-MASTER_SITE_SUBDIR= Image > PKGNAMEPREFIX= p5- > > MAINTAINER= coryking@mozimedia.com > COMMENT= Efficient transformation and delivery of web images > >-BUILD_DEPENDS= p5-Digest-MD5>=2.36:${PORTSDIR}/security/p5-Digest-MD5 \ >- p5-Digest-TransformPath>=1.00:${PORTSDIR}/devel/p5-Digest-TransformPath \ >- p5-HTML-Location>=1.01:${PORTSDIR}/www/p5-HTML-Location \ >- p5-File-Remove>=0.37:${PORTSDIR}/devel/p5-File-Remove \ >- p5-File-Slurp>=9999.12:${PORTSDIR}/devel/p5-File-Slurp \ >- p5-PathTools>=3.25:${PORTSDIR}/devel/p5-PathTools \ >- p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils \ >- p5-Params-Coerce>=0.14:${PORTSDIR}/devel/p5-Params-Coerce >-RUN_DEPENDS= p5-Digest-MD5>=2.36:${PORTSDIR}/security/p5-Digest-MD5 \ >- p5-Digest-TransformPath>=1.00:${PORTSDIR}/devel/p5-Digest-TransformPath \ >- p5-HTML-Location>=1.01:${PORTSDIR}/www/p5-HTML-Location \ >- p5-File-Remove>=0.37:${PORTSDIR}/devel/p5-File-Remove \ >- p5-File-Slurp>=9999.12:${PORTSDIR}/devel/p5-File-Slurp \ >- p5-PathTools>=3.25:${PORTSDIR}/devel/p5-PathTools \ >- p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils \ >- p5-Params-Coerce>=0.14:${PORTSDIR}/devel/p5-Params-Coerce >+BUILD_DEPENDS= p5-Test-ClassAPI>=1.04:${PORTSDIR}/devel/p5-Test-ClassAPI \ >+ p5-Digest-MD5>0:${PORTSDIR}/security/p5-Digest-MD5 \ >+ p5-Digest-TransformPath>=0.01:${PORTSDIR}/devel/p5-Digest-TransformPath \ >+ p5-File-Remove>=0.34:${PORTSDIR}/devel/p5-File-Remove \ >+ p5-File-Slurp>=9999.04:${PORTSDIR}/devel/p5-File-Slurp \ >+ p5-HTML-Location>=1.00:${PORTSDIR}/www/p5-HTML-Location \ >+ p5-Params-Coerce>=0.13:${PORTSDIR}/devel/p5-Params-Coerce >+RUN_DEPENDS= ${BUILD_DEPENDS} > >-PERL_CONFIGURE= yes >+PERL_CONFIGURE= 5.6.0+ > > MAN3= Image::Delivery.3 Image::Delivery::Provider.3 > >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/www/p5-Image-Delivery/distinfo,v >retrieving revision 1.1 >diff -u -r1.1 distinfo >--- distinfo 29 Sep 2007 08:31:21 -0000 1.1 >+++ distinfo 21 Feb 2008 17:56:35 -0000 >@@ -1,3 +1,3 @@ >-MD5 (Image-Delivery-0.13.tar.gz) = 273665a22b4324fbaba375b758005faf >-SHA256 (Image-Delivery-0.13.tar.gz) = 132c2799d6b83fb779c4184e50cf713730955904640aa3bd9f190610c4cd6ab0 >-SIZE (Image-Delivery-0.13.tar.gz) = 32346 >+MD5 (Image-Delivery-0.14.tar.gz) = 46c45c3fed5207e77c7b80460345f551 >+SHA256 (Image-Delivery-0.14.tar.gz) = f9440dcba3b7c97a867e9dfc7bc4c0e82181e23a0216cd88ce1a3d3e79ef8160 >+SIZE (Image-Delivery-0.14.tar.gz) = 32885 >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/www/p5-Image-Delivery/pkg-plist,v >retrieving revision 1.1 >diff -u -r1.1 pkg-plist >--- pkg-plist 29 Sep 2007 08:31:21 -0000 1.1 >+++ pkg-plist 21 Feb 2008 17:56:35 -0000 >@@ -1,14 +1,11 @@ >+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Delivery/.packlist > %%SITE_PERL%%/Image/Delivery.pm > %%SITE_PERL%%/Image/Delivery/Provider.pm >-%%SITE_PERL%%/Image/Delivery/Provider/File.pm > %%SITE_PERL%%/Image/Delivery/Provider/IOHandle.pm > %%SITE_PERL%%/Image/Delivery/Provider/Scalar.pm >-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Delivery/.packlist >-@dirrm %%SITE_PERL%%/Image/Delivery/Provider >-@dirrm %%SITE_PERL%%/Image/Delivery >-@dirrmtry %%SITE_PERL%%/Image >-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Image/Delivery/Provider >-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Image/Delivery >-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Image >-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Delivery >+%%SITE_PERL%%/Image/Delivery/Provider/File.pm >+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Delivery > @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image >+@dirrmtry %%SITE_PERL%%/Image/Delivery/Provider >+@dirrmtry %%SITE_PERL%%/Image/Delivery >+@dirrmtry %%SITE_PERL%%/Image
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 121015
: 84939