Update to the latest, 1.3101 version, release. How-To-Repeat: diff -Nru p5-HTML-Mason.orig/Makefile p5-HTML-Mason/Makefile --- p5-HTML-Mason.orig/Makefile Mon Oct 10 15:05:03 2005 +++ p5-HTML-Mason/Makefile Mon Oct 10 14:55:41 2005 @@ -6,12 +6,12 @@ # PORTNAME= HTML-Mason -PORTVERSION= 1.28 -PORTREVISION= 2 +PORTVERSION= 1.31.0.1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-1.3101 MAINTAINER= dsh@vlink.ru COMMENT= High-performance, dynamic web site authoring system @@ -24,14 +24,13 @@ RUN_DEPENDS= ${BUILD_DEPENDS} \ ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser -PERL_CONFIGURE= yes -CONFIGURE_ARGS+= --no-prompts +PERL_MODBUILD= yes +CONFIGURE_ARGS+= --noprompts MAN3= Bundle::HTML::Mason.3 \ HTML::Mason.3 \ HTML::Mason::Admin.3 \ HTML::Mason::ApacheHandler.3 \ - HTML::Mason::Buffer.3 \ HTML::Mason::Cache::BaseCache.3 \ HTML::Mason::CGIHandler.3 \ HTML::Mason::Compiler.3 \ @@ -49,6 +48,8 @@ HTML::Mason::MethodMaker.3 \ HTML::Mason::Params.3 \ HTML::Mason::Parser.3 \ + HTML::Mason::Plugin.3 \ + HTML::Mason::Plugin::Context.3 \ HTML::Mason::Request.3 \ HTML::Mason::Resolver.3 \ HTML::Mason::Resolver::File.3 \ diff -Nru p5-HTML-Mason.orig/distinfo p5-HTML-Mason/distinfo --- p5-HTML-Mason.orig/distinfo Mon Oct 10 15:05:03 2005 +++ p5-HTML-Mason/distinfo Mon Oct 10 13:31:54 2005 @@ -1,2 +1,2 @@ -MD5 (HTML-Mason-1.28.tar.gz) = 9d6d47349e8afe67f25539395a931ea6 -SIZE (HTML-Mason-1.28.tar.gz) = 335604 +MD5 (HTML-Mason-1.3101.tar.gz) = 4904681296efeb9c58bf0d9926d37407 +SIZE (HTML-Mason-1.3101.tar.gz) = 386074 diff -Nru p5-HTML-Mason.orig/pkg-plist p5-HTML-Mason/pkg-plist --- p5-HTML-Mason.orig/pkg-plist Mon Oct 10 15:05:03 2005 +++ p5-HTML-Mason/pkg-plist Mon Oct 10 14:54:36 2005 @@ -3,9 +3,8 @@ %%SITE_PERL%%/HTML/Mason.pm %%SITE_PERL%%/HTML/Mason/Admin.pod %%SITE_PERL%%/HTML/Mason/ApacheHandler.pm -%%SITE_PERL%%/HTML/Mason/Buffer.pm -%%SITE_PERL%%/HTML/Mason/Cache/BaseCache.pm %%SITE_PERL%%/HTML/Mason/CGIHandler.pm +%%SITE_PERL%%/HTML/Mason/Cache/BaseCache.pm %%SITE_PERL%%/HTML/Mason/Compiler.pm %%SITE_PERL%%/HTML/Mason/Compiler/ToObject.pm %%SITE_PERL%%/HTML/Mason/Component.pm @@ -16,11 +15,14 @@ %%SITE_PERL%%/HTML/Mason/Escapes.pm %%SITE_PERL%%/HTML/Mason/Exceptions.pm %%SITE_PERL%%/HTML/Mason/FakeApache.pm +%%SITE_PERL%%/HTML/Mason/Handler.pm %%SITE_PERL%%/HTML/Mason/Interp.pm %%SITE_PERL%%/HTML/Mason/Lexer.pm %%SITE_PERL%%/HTML/Mason/MethodMaker.pm %%SITE_PERL%%/HTML/Mason/Params.pod %%SITE_PERL%%/HTML/Mason/Parser.pm +%%SITE_PERL%%/HTML/Mason/Plugin.pm +%%SITE_PERL%%/HTML/Mason/Plugin/Context.pm %%SITE_PERL%%/HTML/Mason/Request.pm %%SITE_PERL%%/HTML/Mason/Resolver.pm %%SITE_PERL%%/HTML/Mason/Resolver/File.pm @@ -33,6 +35,7 @@ @dirrm %%SITE_PERL%%/HTML/Mason/Cache @dirrm %%SITE_PERL%%/HTML/Mason/Compiler @dirrm %%SITE_PERL%%/HTML/Mason/Component +@dirrm %%SITE_PERL%%/HTML/Mason/Plugin @dirrm %%SITE_PERL%%/HTML/Mason/Resolver @dirrm %%SITE_PERL%%/HTML/Mason @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Mason
State Changed From-To: open->feedback Shall we limit this port to perl >= 5.6? At least one of its requirements, which you also happen to maintain, namely devel/p5-Class-Container, does not work with system perl.
Responsible Changed From-To: freebsd-ports-bugs->tobez Shall we limit this port to perl >= 5.6? At least one of its requirements, which you also happen to maintain, namely devel/p5-Class-Container, does not work with system perl.
State Changed From-To: feedback->closed The update has been committed. Thank you for your submission.
To be more consistent this should be in the Makefile : PORTVERSION= 1.31.01 DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/} -- Mathieu Arnold