diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-12-30 20:52:24 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-12-30 20:52:24 +0800 |
commit | 6fda4ca092fb88cd7951f6408a45f5b20fef855f (patch) | |
tree | 68c0ce8dae08d2646860902da2319d8ed39d139e | |
parent | c9ce2a27fe9b1657ca3025cd7510124db0a35ca1 (diff) | |
download | freebsd-ports-gnome-6fda4ca092fb88cd7951f6408a45f5b20fef855f.tar.gz freebsd-ports-gnome-6fda4ca092fb88cd7951f6408a45f5b20fef855f.tar.zst freebsd-ports-gnome-6fda4ca092fb88cd7951f6408a45f5b20fef855f.zip |
- Update to 3.2.2
- While I'm here:
- Add NO_ARCH
- Fix PLIST
Changes: http://search.cpan.org/dist/Dancer2-Plugin-Passphrase/CHANGES
PR: 205731
Submitted by: Henk van Oers <hvo.pm@xs4all.nl> (maintainer)
-rw-r--r-- | security/p5-Dancer2-Plugin-Passphrase/Makefile | 5 | ||||
-rw-r--r-- | security/p5-Dancer2-Plugin-Passphrase/distinfo | 4 | ||||
-rw-r--r-- | security/p5-Dancer2-Plugin-Passphrase/pkg-plist | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/security/p5-Dancer2-Plugin-Passphrase/Makefile b/security/p5-Dancer2-Plugin-Passphrase/Makefile index b1869fc31669..429f8e42b4a1 100644 --- a/security/p5-Dancer2-Plugin-Passphrase/Makefile +++ b/security/p5-Dancer2-Plugin-Passphrase/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2-Plugin-Passphrase -PORTVERSION= 3.0.2 +PORTVERSION= 3.2.2 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,12 +13,13 @@ COMMENT= Passphrases and Passwords as objects for Dancer2 LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Dancer2>=0.153002:${PORTSDIR}/www/p5-Dancer2 \ +BUILD_DEPENDS= p5-Dancer2>=0.164000:${PORTSDIR}/www/p5-Dancer2 \ p5-Data-Entropy>=0.005:${PORTSDIR}/security/p5-Data-Entropy \ p5-Digest-Bcrypt>0:${PORTSDIR}/security/p5-Digest-Bcrypt \ p5-Digest-SHA>=5.74:${PORTSDIR}/security/p5-Digest-SHA RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/security/p5-Dancer2-Plugin-Passphrase/distinfo b/security/p5-Dancer2-Plugin-Passphrase/distinfo index dd50b9bd2153..45caf4a490c5 100644 --- a/security/p5-Dancer2-Plugin-Passphrase/distinfo +++ b/security/p5-Dancer2-Plugin-Passphrase/distinfo @@ -1,2 +1,2 @@ -SHA256 (Dancer2-Plugin-Passphrase-3.0.2.tar.gz) = 19cda5413d4b34d00d3f27986968df8300a34b3559aef777e1f024e32f02ea0d -SIZE (Dancer2-Plugin-Passphrase-3.0.2.tar.gz) = 16587 +SHA256 (Dancer2-Plugin-Passphrase-3.2.2.tar.gz) = 0111a303a66d115e498ac346f325e7bfa0584bc34eeaac715fd578872d3ea742 +SIZE (Dancer2-Plugin-Passphrase-3.2.2.tar.gz) = 18571 diff --git a/security/p5-Dancer2-Plugin-Passphrase/pkg-plist b/security/p5-Dancer2-Plugin-Passphrase/pkg-plist index 2d8a670ed9bc..6b920ec57fdc 100644 --- a/security/p5-Dancer2-Plugin-Passphrase/pkg-plist +++ b/security/p5-Dancer2-Plugin-Passphrase/pkg-plist @@ -2,3 +2,5 @@ %%SITE_PERL%%/Dancer2/Plugin/Passphrase/Core.pm %%SITE_PERL%%/Dancer2/Plugin/Passphrase/Hashed.pm %%PERL5_MAN3%%/Dancer2::Plugin::Passphrase.3.gz +%%PERL5_MAN3%%/Dancer2::Plugin::Passphrase::Core.3.gz +%%PERL5_MAN3%%/Dancer2::Plugin::Passphrase::Hashed.3.gz |