Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2013 11:11:48 +0000 (UTC)
From:      Anton Berezin <tobez@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311209 - head/www/p5-Apache-AuthCookie
Message-ID:  <201301301111.r0UBBm3m006700@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobez
Date: Wed Jan 30 11:11:47 2013
New Revision: 311209
URL: http://svnweb.freebsd.org/changeset/ports/311209

Log:
  Update to 3.19.
  
  Changes:	http://search.cpan.org/dist/Apache-AuthCookie/Changes

Modified:
  head/www/p5-Apache-AuthCookie/Makefile
  head/www/p5-Apache-AuthCookie/distinfo
  head/www/p5-Apache-AuthCookie/pkg-plist

Modified: head/www/p5-Apache-AuthCookie/Makefile
==============================================================================
--- head/www/p5-Apache-AuthCookie/Makefile	Wed Jan 30 09:33:16 2013	(r311208)
+++ head/www/p5-Apache-AuthCookie/Makefile	Wed Jan 30 11:11:47 2013	(r311209)
@@ -1,13 +1,8 @@
-# New ports collection makefile for:	Apache-AuthCookie
-# Date created:				Sun Dec 31 19:55:36 2000
-# Whom:					will
-#
+# Created by: will
 # $FreeBSD$
-#
 
 PORTNAME=	Apache-AuthCookie
-PORTVERSION=	3.18
-PORTREVISION=	1
+PORTVERSION=	3.19
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,7 +10,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	A perl module to provide custom forms for reauthentication
 
-BUILD_DEPENDS=	${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2
+BUILD_DEPENDS=	${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 \
+		p5-autobox>=0:${PORTSDIR}/devel/p5-autobox \
+		p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_APACHE=	22+
@@ -31,7 +28,13 @@ CONFIGURE_ENV+=	APACHE="${HTTPD}" \
 		TESTGRP="${CURGRP}" \
 		TESTPORT="${TESTPORT}"
 
-MAN3=		Apache2::AuthCookie.3 Apache::AuthCookie.3 \
-		Apache::AuthCookie::FAQ.3 Apache::AuthCookie::Util.3
+MAN3=		Apache2::AuthCookie.3 \
+		Apache2::AuthCookie::Params.3 \
+		Apache::AuthCookie.3 \
+		Apache::AuthCookie::Autobox.3 \
+		Apache::AuthCookie::FAQ.3 \
+		Apache::AuthCookie::Params.3 \
+		Apache::AuthCookie::Params::Base.3 \
+		Apache::AuthCookie::Util.3
 
 .include <bsd.port.post.mk>

Modified: head/www/p5-Apache-AuthCookie/distinfo
==============================================================================
--- head/www/p5-Apache-AuthCookie/distinfo	Wed Jan 30 09:33:16 2013	(r311208)
+++ head/www/p5-Apache-AuthCookie/distinfo	Wed Jan 30 11:11:47 2013	(r311209)
@@ -1,2 +1,2 @@
-SHA256 (Apache-AuthCookie-3.18.tar.gz) = d1c43bd5e94590baa49bd07eb11cebe1124634a4286f3d523fb00ff5f7d57f88
-SIZE (Apache-AuthCookie-3.18.tar.gz) = 45265
+SHA256 (Apache-AuthCookie-3.19.tar.gz) = f592e416ab943ea1b7248f8e473a3479744559a4c15e9512e186761eab6cbb2e
+SIZE (Apache-AuthCookie-3.19.tar.gz) = 48427

Modified: head/www/p5-Apache-AuthCookie/pkg-plist
==============================================================================
--- head/www/p5-Apache-AuthCookie/pkg-plist	Wed Jan 30 09:33:16 2013	(r311208)
+++ head/www/p5-Apache-AuthCookie/pkg-plist	Wed Jan 30 11:11:47 2013	(r311209)
@@ -1,10 +1,16 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AuthCookie/.packlist
 %%SITE_PERL%%/Apache/AuthCookie.pm
+%%SITE_PERL%%/Apache/AuthCookie/Autobox.pm
 %%SITE_PERL%%/Apache/AuthCookie/FAQ.pod
+%%SITE_PERL%%/Apache/AuthCookie/Params.pm
+%%SITE_PERL%%/Apache/AuthCookie/Params/Base.pm
 %%SITE_PERL%%/Apache/AuthCookie/Util.pm
 %%SITE_PERL%%/Apache2/AuthCookie.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AuthCookie/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AuthCookie
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache
-@dirrm %%SITE_PERL%%/Apache/AuthCookie
-@dirrmtry %%SITE_PERL%%/Apache
+%%SITE_PERL%%/Apache2/AuthCookie/Params.pm
+@dirrmtry %%SITE_PERL%%/Apache2/AuthCookie
 @dirrmtry %%SITE_PERL%%/Apache2
+@dirrmtry %%SITE_PERL%%/Apache/AuthCookie/Params
+@dirrmtry %%SITE_PERL%%/Apache/AuthCookie
+@dirrmtry %%SITE_PERL%%/Apache
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AuthCookie
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301301111.r0UBBm3m006700>