Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Aug 2000 12:13:03 +0400 (MSD)
From:      dsh@vlink.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/20959: update www/p5-HTML-Mason to 0.88
Message-ID:  <20000831081303.A56919BB2B@neva.vlink.ru>

next in thread | raw e-mail | index | archive | help

>Number:         20959
>Category:       ports
>Synopsis:       update www/p5-HTML-Mason to 0.88
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 31 01:20:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Denis Shaposhnikov
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
>Environment:

>Description:

>How-To-Repeat:

diff -Nru p5-HTML-Mason.orig/Makefile p5-HTML-Mason/Makefile
--- p5-HTML-Mason.orig/Makefile	Sat Jun 17 14:29:06 2000
+++ p5-HTML-Mason/Makefile	Thu Aug 31 11:45:32 2000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	HTML-Mason
-PORTVERSION=	0.87
+PORTVERSION=	0.88
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	HTML
@@ -18,15 +18,17 @@
 
 SITE_PERL=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/
 USE_PERL5=	yes
+CONFIGURE_ARGS=	PREFIX=${PREFIX}
 MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 
 MAN3=		Bundle::HTML::Mason.3 HTML::Mason.3 HTML::Mason::Admin.3 \
 		HTML::Mason::ApacheHandler.3 HTML::Mason::Commands.3 \
 		HTML::Mason::Component.3 HTML::Mason::Components.3 \
 		HTML::Mason::Devel.3 HTML::Mason::Interp.3 \
-		HTML::Mason::Parser.3 HTML::Mason::Request.3
+		HTML::Mason::MethodMaker.3 HTML::Mason::Parser.3 \
+		HTML::Mason::Request.3
 
 do-configure:
-	@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+	@ cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL ${CONFIGURE_ARGS}
 
 .include <bsd.port.mk>
diff -Nru p5-HTML-Mason.orig/files/md5 p5-HTML-Mason/files/md5
--- p5-HTML-Mason.orig/files/md5	Fri Jun  2 05:26:43 2000
+++ p5-HTML-Mason/files/md5	Thu Aug 31 11:35:04 2000
@@ -1 +1 @@
-MD5 (HTML-Mason-0.87.tar.gz) = d5cffa74a749b2530daaca6a4ab7caf6
+MD5 (HTML-Mason-0.88.tar.gz) = bee596df529e4b405c223d5bdfb8bd3a
diff -Nru p5-HTML-Mason.orig/pkg/PLIST p5-HTML-Mason/pkg/PLIST
--- p5-HTML-Mason.orig/pkg/PLIST	Fri Jun  2 05:26:44 2000
+++ p5-HTML-Mason/pkg/PLIST	Thu Aug 31 11:48:51 2000
@@ -17,6 +17,7 @@
 lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/FakeApache.pm
 lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Interp.pm
 lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Interp.pod
+lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/MethodMaker.pm
 lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Parser.pm
 lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Parser.pod
 lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Preview.pm

>Fix:



>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000831081303.A56919BB2B>