Index: head/www/p5-URI-Fetch/Makefile =================================================================== --- head/www/p5-URI-Fetch/Makefile (revision 160745) +++ head/www/p5-URI-Fetch/Makefile (revision 160746) @@ -1,50 +1,50 @@ # New ports collection makefile for: www/p5-URI-Fetch # Date created: 30 July 2005 # Whom: Lars Thegler # # $FreeBSD$ # PORTNAME= URI-Fetch -PORTVERSION= 0.05 +PORTVERSION= 0.06 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= URI PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Smart URI fetching/caching BUILD_DEPENDS= ${SITE_PERL}/Class/ErrorHandler.pm:${PORTSDIR}/devel/p5-Class-ErrorHandler \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable RUN_DEPENDS= ${BUILD_DEPENDS} OPTIONS= ZLIB "GZIP Support" on \ CACHE "Caching Support" off .include .if !defined(WITHOUT_ZLIB) BUILD_DEPENDS+= p5-Compress-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Zlib RUN_DEPENDS+= p5-Compress-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Zlib .endif .if defined(WITH_CACHE) BUILD_DEPENDS+= p5-Cache>=0:${PORTSDIR}/devel/p5-Cache RUN_DEPENDS+= p5-Cache>=0:${PORTSDIR}/devel/p5-Cache .endif PERL_MODBUILD= yes MAN3= URI::Fetch.3 \ URI::Fetch::Response.3 post-patch: ${PERL} -pi -e '$$_ = "" if m|auto_install|' ${WRKSRC}/Makefile.PL .if ${PERL_LEVEL} < 500600 IGNORE= requires Perl 5.6 or later. Please install lang/perl5 or lang/perl5.8 and try again .endif .include Property changes on: head/www/p5-URI-Fetch/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/www/p5-URI-Fetch/distinfo =================================================================== --- head/www/p5-URI-Fetch/distinfo (revision 160745) +++ head/www/p5-URI-Fetch/distinfo (revision 160746) @@ -1,3 +1,3 @@ -MD5 (URI-Fetch-0.05.tar.gz) = e7b186c7a2f6aa5d5aed09c344a086b0 -SHA256 (URI-Fetch-0.05.tar.gz) = 09460d07411756797e60137ce075e43349295fec7dac03483d26ec7a4661c01d -SIZE (URI-Fetch-0.05.tar.gz) = 20201 +MD5 (URI-Fetch-0.06.tar.gz) = 7d73b1f35ccc359756e99fbb12244b5b +SHA256 (URI-Fetch-0.06.tar.gz) = be6f0e3453815b87625d9d2e8dda554637e18dac8d7be2d28fa56061eeb457cd +SIZE (URI-Fetch-0.06.tar.gz) = 24332 Property changes on: head/www/p5-URI-Fetch/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property