diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-02-22 18:44:29 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-02-22 18:44:29 +0800 |
commit | e9982985deb7a1d5c0f253018498f9f401e01453 (patch) | |
tree | 6383833c1de4f73c4c5808f21ffbeb1801471533 | |
parent | 4292fab2010f78c3cf7f122982bd96147664729e (diff) | |
download | freebsd-ports-gnome-e9982985deb7a1d5c0f253018498f9f401e01453.tar.gz freebsd-ports-gnome-e9982985deb7a1d5c0f253018498f9f401e01453.tar.zst freebsd-ports-gnome-e9982985deb7a1d5c0f253018498f9f401e01453.zip |
- Update to 0.304
- While I'm here, fix and sort PLIST
Changes: http://search.cpan.org/dist/Dancer2-Plugin-Auth-Extensible/Changes
PR: 197914
Submitted by: Henk van Oers <hvo.pm@xs4all.nl> (maintainer)
-rw-r--r-- | security/p5-Dancer2-Plugin-Auth-Extensible/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Dancer2-Plugin-Auth-Extensible/distinfo | 4 | ||||
-rw-r--r-- | security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist | 13 |
3 files changed, 10 insertions, 10 deletions
diff --git a/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile b/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile index 646aae286a5b..bb773485a401 100644 --- a/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile +++ b/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2-Plugin-Auth-Extensible -PORTVERSION= 0.303 -PORTREVISION= 1 +PORTVERSION= 0.304 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo b/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo index 615965400052..295232e9ce91 100644 --- a/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo +++ b/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo @@ -1,2 +1,2 @@ -SHA256 (Dancer2-Plugin-Auth-Extensible-0.303.tar.gz) = 9a691ce4427053bf11fc141e2589f3605f4e17cdf083ea63dd1757649c578b09 -SIZE (Dancer2-Plugin-Auth-Extensible-0.303.tar.gz) = 21730 +SHA256 (Dancer2-Plugin-Auth-Extensible-0.304.tar.gz) = 8f057517d7f948f12c18587c2d73c5ecaf2f1e12bde87e0da5ebac723685e21c +SIZE (Dancer2-Plugin-Auth-Extensible-0.304.tar.gz) = 22561 diff --git a/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist b/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist index ab61761f2566..d28b4ef998a2 100644 --- a/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist +++ b/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist @@ -1,12 +1,13 @@ -%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible.3.gz -%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Base.3.gz -%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Config.3.gz -%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Database.3.gz -%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Example.3.gz -%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Unix.3.gz +bin/generate-crypted-password %%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible.pm %%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Base.pm %%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Config.pm %%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Database.pm %%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Example.pm %%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Unix.pm +%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible.3.gz +%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Base.3.gz +%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Config.3.gz +%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Database.3.gz +%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Example.3.gz +%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Unix.3.gz |