Bug 170948 - [PATCH] www/p5-CGI-Application-Plugin-Authentication: update to 0.20
Summary: [PATCH] www/p5-CGI-Application-Plugin-Authentication: update to 0.20
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-24 02:10 UTC by Steve Wills
Modified: 2012-08-27 02:57 UTC (History)
1 user (show)

See Also:


Attachments
p5-CGI-Application-Plugin-Authentication-0.20.patch (2.44 KB, patch)
2012-08-24 02:10 UTC, Steve Wills
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Wills freebsd_committer freebsd_triage 2012-08-24 02:10:01 UTC
- Update to 0.20

Port maintainer (hartzell@alerce.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-24 02:10:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-24 02:10:18 UTC
Maintainer of www/p5-CGI-Application-Plugin-Authentication,

Please note that PR ports/170948 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170948

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-24 02:10:21 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Steve Wills freebsd_committer freebsd_triage 2012-08-24 02:58:44 UTC
Responsible Changed
From-To: perl->swills

I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170948 

Date: Fri, 24 Aug 2012 11:33:43 -0700
Comment 5 Steve Wills freebsd_committer freebsd_triage 2012-08-25 15:38:25 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 6 dfilter service freebsd_committer freebsd_triage 2012-08-25 15:38:35 UTC
Author: swills
Date: Sat Aug 25 14:38:21 2012
New Revision: 303142
URL: http://svn.freebsd.org/changeset/ports/303142

Log:
  - Update to 0.20
  
  PR:		ports/170948
  Approved by:	George Hartzell <hartzell@alerce.com> (maintainer)

Modified:
  head/www/p5-CGI-Application-Plugin-Authentication/Makefile   (contents, props changed)
  head/www/p5-CGI-Application-Plugin-Authentication/distinfo   (contents, props changed)
  head/www/p5-CGI-Application-Plugin-Authentication/pkg-plist   (contents, props changed)

Modified: head/www/p5-CGI-Application-Plugin-Authentication/Makefile
==============================================================================
--- head/www/p5-CGI-Application-Plugin-Authentication/Makefile	Sat Aug 25 14:36:22 2012	(r303141)
+++ head/www/p5-CGI-Application-Plugin-Authentication/Makefile	Sat Aug 25 14:38:21 2012	(r303142)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	CGI-Application-Plugin-Authentication
-PORTVERSION=	0.14
+PORTVERSION=	0.20
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -25,7 +25,10 @@ BUILD_DEPENDS+=	p5-Test-Exception>=0:${P
 
 PERL_MODBUILD=	yes
 
-MAN3=	CGI::Application::Plugin::Authentication::Driver.3 \
+MAN3=	CGI::Application::Plugin::Authentication::Display.3 \
+	CGI::Application::Plugin::Authentication::Display::Basic.3 \
+	CGI::Application::Plugin::Authentication::Display::Classic.3 \
+	CGI::Application::Plugin::Authentication::Driver.3 \
 	CGI::Application::Plugin::Authentication::Driver::Filter::strip.3 \
 	CGI::Application::Plugin::Authentication::Driver::DBI.3 \
 	CGI::Application::Plugin::Authentication::Driver::Filter::sha1.3 \

Modified: head/www/p5-CGI-Application-Plugin-Authentication/distinfo
==============================================================================
--- head/www/p5-CGI-Application-Plugin-Authentication/distinfo	Sat Aug 25 14:36:22 2012	(r303141)
+++ head/www/p5-CGI-Application-Plugin-Authentication/distinfo	Sat Aug 25 14:38:21 2012	(r303142)
@@ -1,2 +1,2 @@
-SHA256 (CGI-Application-Plugin-Authentication-0.14.tar.gz) = b1a06c1a77f39d7b95809e0ccfc182c23663bd7ba9bc7536fa7b0e1bfb8a82c9
-SIZE (CGI-Application-Plugin-Authentication-0.14.tar.gz) = 52959
+SHA256 (CGI-Application-Plugin-Authentication-0.20.tar.gz) = 7519188cae74a856f8c26830ba38ab1d3ad0c6fc65b42f397c6c44a085c8f183
+SIZE (CGI-Application-Plugin-Authentication-0.20.tar.gz) = 117853

Modified: head/www/p5-CGI-Application-Plugin-Authentication/pkg-plist
==============================================================================
--- head/www/p5-CGI-Application-Plugin-Authentication/pkg-plist	Sat Aug 25 14:36:22 2012	(r303141)
+++ head/www/p5-CGI-Application-Plugin-Authentication/pkg-plist	Sat Aug 25 14:38:21 2012	(r303142)
@@ -1,4 +1,7 @@
 %%SITE_PERL%%/CGI/Application/Plugin/Authentication.pm
+%%SITE_PERL%%/CGI/Application/Plugin/Authentication/Display/Basic.pm
+%%SITE_PERL%%/CGI/Application/Plugin/Authentication/Display/Classic.pm
+%%SITE_PERL%%/CGI/Application/Plugin/Authentication/Display.pm
 %%SITE_PERL%%/CGI/Application/Plugin/Authentication/Driver.pm
 %%SITE_PERL%%/CGI/Application/Plugin/Authentication/Driver/Authen/Simple.pm
 %%SITE_PERL%%/CGI/Application/Plugin/Authentication/Driver/DBI.pm
@@ -18,6 +21,7 @@
 @dirrmtry %%SITE_PERL%%/CGI/Application/Plugin/Authentication/Driver/Filter
 @dirrmtry %%SITE_PERL%%/CGI/Application/Plugin/Authentication/Driver/Authen
 @dirrmtry %%SITE_PERL%%/CGI/Application/Plugin/Authentication/Driver
+@dirrmtry %%SITE_PERL%%/CGI/Application/Plugin/Authentication/Display
 @dirrmtry %%SITE_PERL%%/CGI/Application/Plugin/Authentication
 @dirrmtry %%SITE_PERL%%/CGI/Application/Plugin
 @dirrmtry %%SITE_PERL%%/CGI/Application
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"