diff options
author | clsung <clsung@FreeBSD.org> | 2006-10-31 09:43:46 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-10-31 09:43:46 +0800 |
commit | ffd7935840e9eb540e976f5f2ff77ba06edcc44f (patch) | |
tree | 391dbc23d82f64fd231920834938fc782025ab1a | |
parent | 12f6d356ce34b0266b63c85bd11327541b8a90ca (diff) | |
download | freebsd-ports-gnome-ffd7935840e9eb540e976f5f2ff77ba06edcc44f.tar.gz freebsd-ports-gnome-ffd7935840e9eb540e976f5f2ff77ba06edcc44f.tar.zst freebsd-ports-gnome-ffd7935840e9eb540e976f5f2ff77ba06edcc44f.zip |
- Update to 1.35
PR: ports/104511
Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
Approved by: maintainer (Denis Shaposhnikov)
-rw-r--r-- | www/p5-HTML-Mason/Makefile | 10 | ||||
-rw-r--r-- | www/p5-HTML-Mason/distinfo | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile index 776b1625db05..32216247227c 100644 --- a/www/p5-HTML-Mason/Makefile +++ b/www/p5-HTML-Mason/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML-Mason -PORTVERSION= 1.33 +PORTVERSION= 1.35 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML @@ -15,12 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= dsh@vlink.ru COMMENT= High-performance, dynamic web site authoring system -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ +BUILD_DEPENDS= p5-Module-Build>=0.26:${PORTSDIR}/devel/p5-Module-Build +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ ${SITE_PERL}/Class/Container.pm:${PORTSDIR}/devel/p5-Class-Container \ - ${SITE_PERL}/Cache/Cache.pm:${PORTSDIR}/devel/p5-Cache-Cache -RUN_DEPENDS= ${BUILD_DEPENDS} \ + ${SITE_PERL}/Cache/Cache.pm:${PORTSDIR}/devel/p5-Cache-Cache \ ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser PERL_MODBUILD= yes @@ -30,8 +30,8 @@ MAN3= Bundle::HTML::Mason.3 \ HTML::Mason.3 \ HTML::Mason::Admin.3 \ HTML::Mason::ApacheHandler.3 \ - HTML::Mason::Cache::BaseCache.3 \ HTML::Mason::CGIHandler.3 \ + HTML::Mason::Cache::BaseCache.3 \ HTML::Mason::Compiler.3 \ HTML::Mason::Compiler::ToObject.3 \ HTML::Mason::Component.3 \ diff --git a/www/p5-HTML-Mason/distinfo b/www/p5-HTML-Mason/distinfo index 7c6d606786ce..883ca9ab0793 100644 --- a/www/p5-HTML-Mason/distinfo +++ b/www/p5-HTML-Mason/distinfo @@ -1,3 +1,3 @@ -MD5 (HTML-Mason-1.33.tar.gz) = 22c2cd76ed068630708175d570f97277 -SHA256 (HTML-Mason-1.33.tar.gz) = 78605ea4ae0a874538cddb8778b8f243d548e512decf6d95b146e0252690361d -SIZE (HTML-Mason-1.33.tar.gz) = 383225 +MD5 (HTML-Mason-1.35.tar.gz) = c09f77e2af500b51d22e0238c0534994 +SHA256 (HTML-Mason-1.35.tar.gz) = 01c75ebc523b77b88d5754fa93a283eeff77bcf799536db8697b61daf42f36bd +SIZE (HTML-Mason-1.35.tar.gz) = 386408 |