Bug 87202 - Update port: www/p5-HTML-Mason (latest release)
Summary: Update port: www/p5-HTML-Mason (latest release)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Anton Berezin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-10 12:10 UTC by Denis Shaposhnikov
Modified: 2005-10-11 15:00 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Shaposhnikov 2005-10-10 12:10:16 UTC
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
Comment 1 Anton Berezin freebsd_committer freebsd_triage 2005-10-10 19:02:56 UTC
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. 


Comment 2 Anton Berezin freebsd_committer freebsd_triage 2005-10-10 19:02:56 UTC
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.
Comment 3 Anton Berezin freebsd_committer freebsd_triage 2005-10-11 13:57:08 UTC
State Changed
From-To: feedback->closed

The update has been committed. Thank you for your submission.
Comment 4 Mathieu Arnold freebsd_committer freebsd_triage 2005-10-11 14:53:04 UTC
To be more consistent this should be in the Makefile :
PORTVERSION=    1.31.01
DISTNAME=       ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/}

-- 
Mathieu Arnold