diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-06-12 19:15:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-06-12 19:15:43 +0000 |
commit | b2d8b56561f9594631289fe312c34c9491bcf8a8 (patch) | |
tree | 50873d674fd692f30910c1bf059e24d2bed478f8 /www/p5-Apache-AuthTicket | |
parent | 446fc421673af89a930f4c2307864a9d23d40f4f (diff) |
Notes
Diffstat (limited to 'www/p5-Apache-AuthTicket')
-rw-r--r-- | www/p5-Apache-AuthTicket/Makefile | 22 | ||||
-rw-r--r-- | www/p5-Apache-AuthTicket/distinfo | 4 | ||||
-rw-r--r-- | www/p5-Apache-AuthTicket/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-Apache-AuthTicket/pkg-plist | 2 |
4 files changed, 17 insertions, 15 deletions
diff --git a/www/p5-Apache-AuthTicket/Makefile b/www/p5-Apache-AuthTicket/Makefile index 27ef5551f16e..893c139292af 100644 --- a/www/p5-Apache-AuthTicket/Makefile +++ b/www/p5-Apache-AuthTicket/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Apache-AuthTicket -PORTVERSION= 0.90 -PORTREVISION= 1 +PORTVERSION= 0.93 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,16 +14,21 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl modules that implement a cookie-based authentication system -RUN_DEPENDS= ${SITE_PERL}/Apache/AuthCookie.pm:${PORTSDIR}/www/p5-Apache-AuthCookie \ - ${SITE_PERL}/SQL/Abstract.pm:${PORTSDIR}/databases/p5-SQL-Abstract \ - ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS= p5-CGI.pm>=3.12:${PORTSDIR}/www/p5-CGI.pm \ + p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ + p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \ + p5-ModPerl-VersionUtil>=0:${PORTSDIR}/www/p5-ModPerl-VersionUtil \ + p5-SQL-Abstract>=0:${PORTSDIR}/databases/p5-SQL-Abstract PERL_CONFIGURE= yes -MAN3= Apache::AuthTicket.3 Apache2::AuthTicket.3 +MAN3= Apache::AuthTicket.3 \ + Apache::AuthTicket::Base.3 \ + Apache2::AuthTicket.3 USE_APACHE= 1.3+ + .include <bsd.port.pre.mk> .if ${APACHE_VERSION} > 13 @@ -32,9 +36,9 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 .else RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ - ${SITE_PERL}/${PERL_ARCH}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test + p5-Apache-Test>=1.35:${PORTSDIR}/www/p5-Apache-Test BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ - ${SITE_PERL}/${PERL_ARCH}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test + p5-Apache-Test>=1.35:${PORTSDIR}/www/p5-Apache-Test .endif .include <bsd.port.post.mk> diff --git a/www/p5-Apache-AuthTicket/distinfo b/www/p5-Apache-AuthTicket/distinfo index 616b83bd3493..5f69f9dd5907 100644 --- a/www/p5-Apache-AuthTicket/distinfo +++ b/www/p5-Apache-AuthTicket/distinfo @@ -1,2 +1,2 @@ -SHA256 (Apache-AuthTicket-0.90.tar.gz) = 93314e5974e286e888bacb12b095c0153ee92f0be16d662d5bf390e7a8abfed6 -SIZE (Apache-AuthTicket-0.90.tar.gz) = 24616 +SHA256 (Apache-AuthTicket-0.93.tar.gz) = 9599c4ceef251ff20f571c613f395b7c5b8d3afc04405c6d72c3a21eae5142dc +SIZE (Apache-AuthTicket-0.93.tar.gz) = 27421 diff --git a/www/p5-Apache-AuthTicket/pkg-descr b/www/p5-Apache-AuthTicket/pkg-descr index 557eb4129b19..77fce522a434 100644 --- a/www/p5-Apache-AuthTicket/pkg-descr +++ b/www/p5-Apache-AuthTicket/pkg-descr @@ -1,6 +1,4 @@ Apache::AuthTicket* modules implement a cookie-based authentication system similar to the ticket access system describde in the mod_perl eagle book. -Author: Michael Schout - ---will +WWW: http://search.cpan.org/dist/Apache-AuthTicket/ diff --git a/www/p5-Apache-AuthTicket/pkg-plist b/www/p5-Apache-AuthTicket/pkg-plist index 1725c4fd2edc..f6a7aa57f9b6 100644 --- a/www/p5-Apache-AuthTicket/pkg-plist +++ b/www/p5-Apache-AuthTicket/pkg-plist @@ -1,5 +1,5 @@ %%SITE_PERL%%/Apache/AuthTicket.pm -%%SITE_PERL%%/Apache/AuthTicket/Util.pm +%%SITE_PERL%%/Apache/AuthTicket/Base.pm %%SITE_PERL%%/Apache2/AuthTicket.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AuthTicket/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AuthTicket |