aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2006-04-23 00:26:11 +0800
committerleeym <leeym@FreeBSD.org>2006-04-23 00:26:11 +0800
commit16914a558c5d3a6e8294ec3d475b85da44a09adf (patch)
treee75bb0b637593854db073a03e300ab97cbda6f52 /www
parent783e12cadea37eeb098d0c09fc6369a70d8cb6d8 (diff)
downloadfreebsd-ports-gnome-16914a558c5d3a6e8294ec3d475b85da44a09adf.tar.gz
freebsd-ports-gnome-16914a558c5d3a6e8294ec3d475b85da44a09adf.tar.zst
freebsd-ports-gnome-16914a558c5d3a6e8294ec3d475b85da44a09adf.zip
- update to 0.40
- assign to perl@
Diffstat (limited to 'www')
-rw-r--r--www/p5-Apache-AuthTicket/Makefile14
-rw-r--r--www/p5-Apache-AuthTicket/distinfo6
-rw-r--r--www/p5-Apache-AuthTicket/pkg-plist2
3 files changed, 11 insertions, 11 deletions
diff --git a/www/p5-Apache-AuthTicket/Makefile b/www/p5-Apache-AuthTicket/Makefile
index 8144ef4243d3..853a3c533f73 100644
--- a/www/p5-Apache-AuthTicket/Makefile
+++ b/www/p5-Apache-AuthTicket/Makefile
@@ -6,34 +6,32 @@
#
PORTNAME= Apache-AuthTicket
-PORTVERSION= 0.31
+PORTVERSION= 0.40
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Apache
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Perl modules that implement a cookie-based authentication system
-BUILD_DEPENDS= ${SITE_PERL}/Apache/AuthCookie.pm:${PORTSDIR}/www/p5-Apache-AuthCookie
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${SITE_PERL}/Apache/AuthCookie.pm:${PORTSDIR}/www/p5-Apache-AuthCookie \
+ ${SITE_PERL}/SQL/Abstract.pm:${PORTSDIR}/databases/p5-SQL-Abstract
+BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
-MAN3= Apache::AuthTicket.3
+MAN3= Apache::AuthTicket.3 Apache2::AuthTicket.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
.endif
.if ${PERL_LEVEL} < 500600
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
.else
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
.endif
diff --git a/www/p5-Apache-AuthTicket/distinfo b/www/p5-Apache-AuthTicket/distinfo
index 7ae91a4ff03b..9838a546f628 100644
--- a/www/p5-Apache-AuthTicket/distinfo
+++ b/www/p5-Apache-AuthTicket/distinfo
@@ -1,3 +1,3 @@
-MD5 (Apache-AuthTicket-0.31.tar.gz) = b5224689b7823eb54b6e4f8190a20d69
-SHA256 (Apache-AuthTicket-0.31.tar.gz) = b154424557e9746d2462463772f7ca57b95e2d2128a89a949cd5a6ea76f01840
-SIZE (Apache-AuthTicket-0.31.tar.gz) = 11958
+MD5 (Apache-AuthTicket-0.40.tar.gz) = a1d0a5650b9deae181effb977c8d71a8
+SHA256 (Apache-AuthTicket-0.40.tar.gz) = 57311f5700cc6d5879a643df940d98d658b3e9a4c23bbedf7aa68c84544a4cbb
+SIZE (Apache-AuthTicket-0.40.tar.gz) = 20346
diff --git a/www/p5-Apache-AuthTicket/pkg-plist b/www/p5-Apache-AuthTicket/pkg-plist
index 3a4d75c0483a..cd4ce34dbfbc 100644
--- a/www/p5-Apache-AuthTicket/pkg-plist
+++ b/www/p5-Apache-AuthTicket/pkg-plist
@@ -1,5 +1,7 @@
%%SITE_PERL%%/Apache/AuthTicket.pm
+%%SITE_PERL%%/Apache2/AuthTicket.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AuthTicket/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AuthTicket
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache
+@dirrmtry %%SITE_PERL%%/Apache2
@dirrmtry %%SITE_PERL%%/Apache