Bug 21353 - update www/p5-HTML-Mason to 0.89
Summary: update www/p5-HTML-Mason to 0.89
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: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-09-18 13:20 UTC by Denis Shaposhnikov
Modified: 2000-09-19 00:12 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Shaposhnikov 2000-09-18 13:20:00 UTC

How-To-Repeat: 
diff -Nru p5-HTML-Mason.orig/Makefile p5-HTML-Mason/Makefile
--- p5-HTML-Mason.orig/Makefile	Tue Sep 12 14:14:44 2000
+++ p5-HTML-Mason/Makefile	Fri Sep 15 13:06:19 2000
@@ -2,11 +2,11 @@
 # Date created:				31 May 2000
 # Whom:					Denis Shaposhnikov <dsh@vlink.ru>
 #
-# $FreeBSD: ports/www/p5-HTML-Mason/Makefile,v 1.4 2000/09/12 09:05:24 sobomax Exp $
+# $FreeBSD: ports/www/p5-HTML-Mason/Makefile,v 1.3 2000/09/01 02:47:27 kevlo Exp $
 #
 
 PORTNAME=	HTML-Mason
-PORTVERSION=	0.87
+PORTVERSION=	0.89
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	HTML
@@ -16,17 +16,15 @@
 
 RUN_DEPENDS=	${SITE_PERL}/MLDBM.pm:${PORTSDIR}/databases/p5-MLDBM
 
+PERL_CONFIGURE=	yes
 SITE_PERL=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/
-USE_PERL5=	yes
 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
-
-do-configure:
-	@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+		HTML::Mason::MethodMaker.3 HTML::Mason::Parser.3 \
+		HTML::Mason::Request.3
 
 .include <bsd.port.mk>
diff -Nru p5-HTML-Mason.orig/files/md5 p5-HTML-Mason/files/md5
--- p5-HTML-Mason.orig/files/md5	Tue Sep 12 14:14:44 2000
+++ p5-HTML-Mason/files/md5	Fri Sep 15 13:07:35 2000
@@ -1 +1 @@
-MD5 (HTML-Mason-0.87.tar.gz) = d5cffa74a749b2530daaca6a4ab7caf6
+MD5 (HTML-Mason-0.89.tar.gz) = d03e77cd42b6995eefeeccb3a0d0b541
diff -Nru p5-HTML-Mason.orig/pkg/PLIST p5-HTML-Mason/pkg/PLIST
--- p5-HTML-Mason.orig/pkg/PLIST	Tue Sep 12 14:14:45 2000
+++ p5-HTML-Mason/pkg/PLIST	Fri Sep  1 14:14:34 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
Comment 1 Ade Lovett freebsd_committer freebsd_triage 2000-09-19 00:12:19 UTC
State Changed
From-To: open->closed

Update committed, thanks!