Date: Fri, 1 May 2009 08:27:30 -0700 (PDT) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: hartzell@alerce.com Subject: ports/134138: [PATCH] www/p5-CGI-Application-Plugin-Authentication: update to 0.13 Message-ID: <200905011527.n41FRUFM028644@cn1.leeym.com> Resent-Message-ID: <200905011530.n41FU1II042888@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134138 >Category: ports >Synopsis: [PATCH] www/p5-CGI-Application-Plugin-Authentication: update to 0.13 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 01 15:30:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 >Description: - Update to 0.13 Port maintainer (hartzell@alerce.com) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-CGI-Application-Plugin-Authentication-0.13.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-CGI-Application-Plugin-Authentication/Makefile,v retrieving revision 1.2 diff -u -d -b -w -u -r1.2 Makefile --- Makefile 1 Feb 2009 19:43:11 -0000 1.2 +++ Makefile 1 May 2009 15:27:27 -0000 @@ -6,29 +6,24 @@ # PORTNAME= CGI-Application-Plugin-Authentication -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= CGI +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= hartzell@alerce.com COMMENT= Support for authenticating requests in CGI::Application -BUILD_DEPENDS= ${SITE_PERL}/CGI/Application.pm:${PORTSDIR}/www/p5-CGI-Application \ - ${SITE_PERL}/CGI/Application/Plugin/Session.pm:${PORTSDIR}/www/p5-CGI-Application-Plugin-Session \ - ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ - ${SITE_PERL}/Class/ISA.pm:${PORTSDIR}/devel/p5-Class-ISA \ - ${SITE_PERL}/Attribute/Handlers.pm:${PORTSDIR}/devel/p5-Attribute-Handlers \ - ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ - ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \ - ${SITE_PERL}/Test/Warn.pm:${PORTSDIR}/devel/p5-Test-Warn \ - ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-Apache-Htpasswd>=0:${PORTSDIR}/security/p5-Apache-Htpasswd \ + p5-CGI-Application>=4:${PORTSDIR}/www/p5-CGI-Application \ + p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ + p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require +BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS+= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \ + p5-Test-Warn>=0.11:${PORTSDIR}/devel/p5-Test-Warn -PERL_MODBUILD= 5.8.0+ +PERL_MODBUILD= yes MAN3= CGI::Application::Plugin::Authentication::Driver.3 \ CGI::Application::Plugin::Authentication::Driver::Filter::strip.3 \ @@ -47,4 +42,13 @@ CGI::Application::Plugin::Authentication::Driver::HTPasswd.3 \ CGI::Application::Plugin::Authentication::Driver::Dummy.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500703 +RUN_DEPENDS+= p5-Attribute-Handlers>=0:${PORTSDIR}/devel/p5-Attribute-Handlers \ + p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA \ + p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \ + p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils +.endif + +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/p5-CGI-Application-Plugin-Authentication/distinfo,v retrieving revision 1.1 diff -u -d -b -w -u -r1.1 distinfo --- distinfo 7 Dec 2008 14:34:29 -0000 1.1 +++ distinfo 1 May 2009 15:27:27 -0000 @@ -1,3 +1,3 @@ -MD5 (CGI-Application-Plugin-Authentication-0.12.tar.gz) = a5f9dcf8752c4a705f3b6b40eb874666 -SHA256 (CGI-Application-Plugin-Authentication-0.12.tar.gz) = b99c2a3cb5ecb50bacbaacc46585379e88e5023126f2babe1e20682a5f798fcf -SIZE (CGI-Application-Plugin-Authentication-0.12.tar.gz) = 47778 +MD5 (CGI-Application-Plugin-Authentication-0.13.tar.gz) = 9e6842d643cab3a4d58dcda9e1609f04 +SHA256 (CGI-Application-Plugin-Authentication-0.13.tar.gz) = 1e18e5bc51ce852a1156daead830ed12c2a57b4a933cde5dd068f5bb56767133 +SIZE (CGI-Application-Plugin-Authentication-0.13.tar.gz) = 49126 --- p5-CGI-Application-Plugin-Authentication-0.13.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905011527.n41FRUFM028644>