diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-09-12 17:05:25 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-09-12 17:05:25 +0800 |
commit | 88b503cda32c3ee7c44b3d9194426e47581b4fba (patch) | |
tree | b7ba894ebf8ea92af28dab2be2a72d5fc13c72ee /www/p5-HTML-Mason | |
parent | a9ca25cd0ff197a93bbe6bcfdf1652bfd73d4ff0 (diff) | |
download | freebsd-ports-graphics-88b503cda32c3ee7c44b3d9194426e47581b4fba.tar.gz freebsd-ports-graphics-88b503cda32c3ee7c44b3d9194426e47581b4fba.tar.zst freebsd-ports-graphics-88b503cda32c3ee7c44b3d9194426e47581b4fba.zip |
Downgrade to 0.87 due to bugs in newest version.
PR: 21216
Submitted by: maintainer
Diffstat (limited to 'www/p5-HTML-Mason')
-rw-r--r-- | www/p5-HTML-Mason/Makefile | 8 | ||||
-rw-r--r-- | www/p5-HTML-Mason/distinfo | 2 | ||||
-rw-r--r-- | www/p5-HTML-Mason/pkg-plist | 1 |
3 files changed, 4 insertions, 7 deletions
diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile index 679c6500338..3996d54ff16 100644 --- a/www/p5-HTML-Mason/Makefile +++ b/www/p5-HTML-Mason/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML-Mason -PORTVERSION= 0.88 +PORTVERSION= 0.87 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML @@ -18,17 +18,15 @@ RUN_DEPENDS= ${SITE_PERL}/MLDBM.pm:${PORTSDIR}/databases/p5-MLDBM 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::MethodMaker.3 HTML::Mason::Parser.3 \ - HTML::Mason::Request.3 + HTML::Mason::Parser.3 HTML::Mason::Request.3 do-configure: - @ cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL ${CONFIGURE_ARGS} + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> diff --git a/www/p5-HTML-Mason/distinfo b/www/p5-HTML-Mason/distinfo index ccb40de3ef7..f44c94e16aa 100644 --- a/www/p5-HTML-Mason/distinfo +++ b/www/p5-HTML-Mason/distinfo @@ -1 +1 @@ -MD5 (HTML-Mason-0.88.tar.gz) = bee596df529e4b405c223d5bdfb8bd3a +MD5 (HTML-Mason-0.87.tar.gz) = d5cffa74a749b2530daaca6a4ab7caf6 diff --git a/www/p5-HTML-Mason/pkg-plist b/www/p5-HTML-Mason/pkg-plist index 22e150e77fb..01a6245170b 100644 --- a/www/p5-HTML-Mason/pkg-plist +++ b/www/p5-HTML-Mason/pkg-plist @@ -17,7 +17,6 @@ lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Devel.pod 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 |