Date: Sat, 7 Sep 2013 12:49:45 +0400 From: Andrej Zverev <az@freebsd.org> To: Grzegorz Blach <gblach@freebsd.org> Cc: "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, "ports-committers@freebsd.org" <ports-committers@freebsd.org> Subject: Re: svn commit: r326582 - head/security/p5-Dancer-Plugin-Passphrase Message-ID: <CAD5bB%2Bhf46YAYxeBpFrofMPk8cf%2B_1zmRtd%2BxkmTVZSQ%2BtBBvA@mail.gmail.com> In-Reply-To: <201309070839.r878dP6c008706@svn.freebsd.org> References: <201309070839.r878dP6c008706@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I think you need bump PORTREVISION in this case. On Sat, Sep 7, 2013 at 12:39 PM, Grzegorz Blach <gblach@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAD5bB%2Bhf46YAYxeBpFrofMPk8cf%2B_1zmRtd%2BxkmTVZSQ%2BtBBvA>