| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
databases/p5-Interchange6-Schema
devel/p5-MooseX-CoverableModifiers
devel/p5-Test-MockDateTime
devel/p5-Test-Roo
devel/p5-superclass
mail/p5-Email-MIME-RFC2047
mail/p5-Mail-Box-IMAP4-SSL
security/p5-Dancer-Plugin-Auth-Extensible
security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup
security/p5-Dancer2-Plugin-Auth-Extensible
security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC
security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database
security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP
security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup
security/p5-Dancer2-Plugin-Passphrase
security/p5-Session-Token
www/p5-Dancer-Plugin-Lexicon
www/p5-Dancer-Plugin-RPC
www/p5-Dancer2-Plugin-Interchange6
www/p5-Dancer2-Plugin-Path-Class
www/p5-Interchange6
- give maintainer to perl@
Submitted by: hvo.pm@xs4all.nl (maintainer)
Notes:
svn path=/head/; revision=452126
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=449893
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependency change
With hat: perl
Notes:
svn path=/head/; revision=444680
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
security/p5-Dancer2-Plugin-Passphrase: 3.2.2 -> 3.3.0
security/p5-Dancer2-Plugin-Auth-Extensible: 0.502 -> 0.600
security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC: 0.502 -> 0.600
security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup: 0.24 -> 0.600
Changes:
http://cpansearch.perl.org/src/XSAWYERX/Dancer2-0.200000/Changes
http://search.cpan.org/src/SYSPETE/Dancer2-Plugin-Passphrase-3.3.0/CHANGES
http://search.cpan.org/src/HORNBURG/Dancer2-Plugin-Auth-Extensible-0.600/Changes
http://search.cpan.org/src/HORNBURG/Dancer2-Plugin-Auth-Extensible-Provider-DBIC-0.600/Changes
http://search.cpan.org/src/HORNBURG/Dancer2-Plugin-Auth-Extensible-Provider-Usergroup-0.600/Changes
- Upgrade Dancer2 with those other ports that depend on it
PR: 209961, 209962, 209966, 209975, 209978
Submitted by: Henk van Oers <hvo.pm@xs4all.nl> (maintainer)
Notes:
svn path=/head/; revision=416329
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412349
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=404855
|
|
|
|
|
|
|
|
| |
PR: 198534
Submitted by: maintainer
Notes:
svn path=/head/; revision=381064
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/src/HVOERS/Dancer2-Plugin-Passphrase-2.0.5/CHANGES
PR: 195038
Submitted by: Henk van Oers<hvo.pm@xs4all.nl>(maintainer)
Notes:
svn path=/head/; revision=374644
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.
As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.
The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.
The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.
PR: 194969
Differential Revision: https://reviews.freebsd.org/D1019
Exp-run by: antoine
Reviewed by: perl@
Approved by: portmgr
Notes:
svn path=/head/; revision=373448
|
|
Dancer2::Plugin::Passphrase manages the hashing of passwords for
Dancer apps, allowing developers to follow cryptography best practices
without having to become a cryptography expert. It uses the bcrypt
algorithm as the default, while also supporting any hashing function
provided by Digest.
WWW: http://search.cpan.org/dist/Dancer2-Plugin-Passphrase/
PR: 194962
Submitted by: Henk van Oers <hvo.pm@xs4all.nl>
Notes:
svn path=/head/; revision=372963
|