Index: head/devel/p5-File-Map/Makefile =================================================================== --- head/devel/p5-File-Map/Makefile (revision 283831) +++ head/devel/p5-File-Map/Makefile (revision 283832) @@ -1,39 +1,31 @@ # New ports collection makefile for: p5-File-Map # Date created: 2010-04-15 # Whom: jupengfei # # $FreeBSD$ # PORTNAME= File-Map -PORTVERSION= 0.38 +PORTVERSION= 0.39 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Memory mapping made simple and safe BUILD_DEPENDS= p5-Const-Fast>=0:${PORTSDIR}/devel/p5-Const-Fast \ - p5-PerlIO-Layers>=0.007:${PORTSDIR}/devel/p5-PerlIO-Layers \ + p5-PerlIO-Layers>=0:${PORTSDIR}/devel/p5-PerlIO-Layers \ p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter RUN_DEPENDS= p5-Const-Fast>=0:${PORTSDIR}/devel/p5-Const-Fast \ - p5-PerlIO-Layers>=0.007:${PORTSDIR}/devel/p5-PerlIO-Layers \ + p5-PerlIO-Layers>=0:${PORTSDIR}/devel/p5-PerlIO-Layers \ p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ - p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \ - p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn + p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= File::Map.3 -.include - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-ExtUtils-CBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder \ - p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build -.endif - -.include +.include Property changes on: head/devel/p5-File-Map/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/devel/p5-File-Map/distinfo =================================================================== --- head/devel/p5-File-Map/distinfo (revision 283831) +++ head/devel/p5-File-Map/distinfo (revision 283832) @@ -1,2 +1,2 @@ -SHA256 (File-Map-0.38.tar.gz) = c8a08951905c719f6829f45f9890b7f507bae077e0933209f644435e1d25a5b7 -SIZE (File-Map-0.38.tar.gz) = 33215 +SHA256 (File-Map-0.39.tar.gz) = 1e6ecc8104ba3c1333106df0714ce226b5c464afb2acae0962de8994860424be +SIZE (File-Map-0.39.tar.gz) = 73881 Property changes on: head/devel/p5-File-Map/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/devel/p5-File-Map/pkg-plist =================================================================== --- head/devel/p5-File-Map/pkg-plist (revision 283831) +++ head/devel/p5-File-Map/pkg-plist (revision 283832) @@ -1,7 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/File/Map.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Map/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Map/Map.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Map/Map.so @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Map @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/File Property changes on: head/devel/p5-File-Map/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property