diff options
author | mat <mat@FreeBSD.org> | 2006-06-15 20:56:29 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2006-06-15 20:56:29 +0800 |
commit | c535ddde49832d15a2f31bcc7a96e3117a82f787 (patch) | |
tree | 87bf577715f382b31c5003892b983861303a6830 /www | |
parent | 1632ee6c236f9b36b91f97be3d8ec429d7c17967 (diff) | |
download | freebsd-ports-gnome-c535ddde49832d15a2f31bcc7a96e3117a82f787.tar.gz freebsd-ports-gnome-c535ddde49832d15a2f31bcc7a96e3117a82f787.tar.zst freebsd-ports-gnome-c535ddde49832d15a2f31bcc7a96e3117a82f787.zip |
Update to 1.18
Restrict to perl 5.8+
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-PageKit/Makefile | 13 | ||||
-rw-r--r-- | www/p5-Apache-PageKit/distinfo | 6 | ||||
-rw-r--r-- | www/p5-Apache-PageKit/pkg-plist | 3 |
3 files changed, 14 insertions, 8 deletions
diff --git a/www/p5-Apache-PageKit/Makefile b/www/p5-Apache-PageKit/Makefile index 1d10d71f5db8..a7833ba81eb8 100644 --- a/www/p5-Apache-PageKit/Makefile +++ b/www/p5-Apache-PageKit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Apache-PageKit -PORTVERSION= 1.09 +PORTVERSION= 1.18 PORTREVISION= 0 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} @@ -33,7 +33,8 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ ${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI \ ${SITE_PERL}/MIME/Types.pm:${PORTSDIR}/mail/p5-MIME-Types \ ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \ - ${SITE_PERL}/${PERL_ARCH}/XML/LibXSLT.pm:${PORTSDIR}/textproc/p5-XML-LibXSLT + ${SITE_PERL}/${PERL_ARCH}/XML/LibXSLT.pm:${PORTSDIR}/textproc/p5-XML-LibXSLT \ + ${SITE_PERL}/${PERL_ARCH}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test RUN_DEPENDS= ${BUILD_DEPENDS} EXAMPLESDIR?= ${PREFIX}/share/examples/${PORTNAME} @@ -41,15 +42,19 @@ PERL_CONFIGURE= yes MAN3= Apache::ErrorReport.3 \ Apache::PageKit.3 \ + Apache::PageKit::FAQ.3 \ Apache::PageKit::Model.3 \ Apache::PageKit::Session.3 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502102 -BROKEN= "Does not compile" +.if ${PERL_LEVEL} < 500800 +IGNORE= requires perl 5.8.x or later because of textproc/p5-Data-FormValidator. Install lang/perl5 then try again .endif +post-build: + @${FIND} ${WRKSRC} -name '*.orig' -delete + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${EXAMPLESDIR} \ diff --git a/www/p5-Apache-PageKit/distinfo b/www/p5-Apache-PageKit/distinfo index fc98af2d4d07..21bd9efc195c 100644 --- a/www/p5-Apache-PageKit/distinfo +++ b/www/p5-Apache-PageKit/distinfo @@ -1,3 +1,3 @@ -MD5 (Apache-PageKit-1.09.tar.gz) = 0121fd490e586bf2b4b5ee40a4aaa104 -SHA256 (Apache-PageKit-1.09.tar.gz) = 75d373cb473dde8e0ca20aa26f4ecaf0924a9ba58b571bccb0aab5dcd433fa60 -SIZE (Apache-PageKit-1.09.tar.gz) = 106086 +MD5 (Apache-PageKit-1.18.tar.gz) = 8b1b72c971fb98743ce4e3634ec3c081 +SHA256 (Apache-PageKit-1.18.tar.gz) = f95236c2a1ce217fb727aba20a01dd97840c415e087dbf6c8be587096731b6c9 +SIZE (Apache-PageKit-1.18.tar.gz) = 131849 diff --git a/www/p5-Apache-PageKit/pkg-plist b/www/p5-Apache-PageKit/pkg-plist index a1cd5f375cba..bcf24b873f08 100644 --- a/www/p5-Apache-PageKit/pkg-plist +++ b/www/p5-Apache-PageKit/pkg-plist @@ -3,9 +3,9 @@ %%SITE_PERL%%/Apache/PageKit/Model.pm %%SITE_PERL%%/Apache/PageKit/Param.pm %%SITE_PERL%%/Apache/PageKit/Session.pm +%%SITE_PERL%%/Apache/PageKit/FAQ.pod %%SITE_PERL%%/Apache/PageKit/Config.pm %%SITE_PERL%%/Apache/PageKit/Edit.pm -%%SITE_PERL%%/Apache/setup_eg.pl %%SITE_PERL%%/Apache/PageKit.pm %%SITE_PERL%%/Apache/ErrorReport.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/PageKit/.packlist @@ -33,6 +33,7 @@ %%PORTDOCS%%share/examples/Apache-PageKit/View/Default/bottom.tmpl %%PORTDOCS%%share/examples/Apache-PageKit/View/Default/charset.tmpl %%PORTDOCS%%share/examples/Apache-PageKit/View/Default/content_loop.tmpl +%%PORTDOCS%%share/examples/Apache-PageKit/View/Default/charset_tmpl.tmpl %%PORTDOCS%%share/examples/Apache-PageKit/View/Default/customize.tmpl %%PORTDOCS%%share/examples/Apache-PageKit/View/Default/demo_desc.tmpl %%PORTDOCS%%share/examples/Apache-PageKit/View/Default/end_cell.tmpl |