svn commit: r326582 - head/security/p5-Dancer-Plugin-Passphrase

Andrej Zverev az at freebsd.org
Sat Sep 7 08:49:46 UTC 2013


I think you need bump PORTREVISION in this case.

On Sat, Sep 7, 2013 at 12:39 PM, Grzegorz Blach <gblach at freebsd.org> wrote:
> Author: gblach
> Date: Sat Sep  7 08:39:25 2013
> New Revision: 326582
> URL: http://svnweb.freebsd.org/changeset/ports/326582
>
> Log:
>   - Fix BUILD_DEPENDS & RUN_DEPENDS
>   - Update pkg-descr
>
>   PR:           ports/181872
>   Approved by:  crees, tabthorpe (mentors, implicit)
>
> Modified:
>   head/security/p5-Dancer-Plugin-Passphrase/Makefile
>   head/security/p5-Dancer-Plugin-Passphrase/pkg-descr
>
> Modified: head/security/p5-Dancer-Plugin-Passphrase/Makefile
> ==============================================================================
> --- head/security/p5-Dancer-Plugin-Passphrase/Makefile  Sat Sep  7 08:23:45 2013        (r326581)
> +++ head/security/p5-Dancer-Plugin-Passphrase/Makefile  Sat Sep  7 08:39:25 2013        (r326582)
> @@ -14,12 +14,14 @@ COMMENT=    Passphrases and Passwords as ob
>  LICENSE=       ART10 GPLv1
>  LICENSE_COMB=  dual
>
> -BUILD_DEPENDS= p5-Crypt-Eksblowfish>0:${PORTSDIR}/security/p5-Crypt-Eksblowfish \
> -               p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \
> -               p5-Data-Entropy>0:${PORTSDIR}/security/p5-Data-Entropy
> -RUN_DEPENDS=   p5-Crypt-Eksblowfish>0:${PORTSDIR}/security/p5-Crypt-Eksblowfish \
> -               p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \
> -               p5-Data-Entropy>0:${PORTSDIR}/security/p5-Data-Entropy
> +BUILD_DEPENDS= p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \
> +               p5-Data-Entropy>=0.005:${PORTSDIR}/security/p5-Data-Entropy \
> +               p5-Digest-Bcrypt>0:${PORTSDIR}/security/p5-Digest-Bcrypt \
> +               p5-Digest-SHA>=5.008:${PORTSDIR}/security/p5-Digest-SHA
> +RUN_DEPENDS=   p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \
> +               p5-Data-Entropy>=0.005:${PORTSDIR}/security/p5-Data-Entropy \
> +               p5-Digest-Bcrypt>0:${PORTSDIR}/security/p5-Digest-Bcrypt \
> +               p5-Digest-SHA>=5.008:${PORTSDIR}/security/p5-Digest-SHA
>
>  PERL_CONFIGURE=        yes
>
>
> Modified: head/security/p5-Dancer-Plugin-Passphrase/pkg-descr
> ==============================================================================
> --- head/security/p5-Dancer-Plugin-Passphrase/pkg-descr Sat Sep  7 08:23:45 2013        (r326581)
> +++ head/security/p5-Dancer-Plugin-Passphrase/pkg-descr Sat Sep  7 08:39:25 2013        (r326582)
> @@ -1,7 +1,6 @@
>  Dancer::Plugin::Passphrase manages the hashing of passwords for Dancer apps,
> -allowing developers to follow best cryptography practice without having to
> +allowing developers to follow cryptography best practices without having to
>  become a cryptography expert. It uses the bcrypt algorithm as the default,
> -wrapping Crypt::Eksblowfish::Bcrypt, and also supports any hashing function
> -provided by Digest.
> +while also supporting any hashing function provided by Digest.
>
>  WWW: http://search.cpan.org/dist/Dancer-Plugin-Passphrase/


More information about the svn-ports-all mailing list