aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-06-13 03:15:43 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-06-13 03:15:43 +0800
commitffb7c3472889dd6123f42b7850aa9fb98ce6962d (patch)
treee3ce5b08966e642c57fb2dfd586268215bbfba0e
parentd00e79ee1b0d8cd1b70a9ef6b1fd5d7ab129d18c (diff)
downloadfreebsd-ports-gnome-ffb7c3472889dd6123f42b7850aa9fb98ce6962d.tar.gz
freebsd-ports-gnome-ffb7c3472889dd6123f42b7850aa9fb98ce6962d.tar.zst
freebsd-ports-gnome-ffb7c3472889dd6123f42b7850aa9fb98ce6962d.zip
- Update to 0.93
Note that ticket format has been changed in 0.92 - Add WWW Changes: http://search.cpan.org/dist/Apache-AuthTicket/Changes
-rw-r--r--www/p5-Apache-AuthTicket/Makefile22
-rw-r--r--www/p5-Apache-AuthTicket/distinfo4
-rw-r--r--www/p5-Apache-AuthTicket/pkg-descr4
-rw-r--r--www/p5-Apache-AuthTicket/pkg-plist2
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