From owner-svn-ports-all@FreeBSD.ORG Sat Sep 7 08:49:46 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AF713574; Sat, 7 Sep 2013 08:49:46 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: from mail-ob0-x236.google.com (mail-ob0-x236.google.com [IPv6:2607:f8b0:4003:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 547CC243F; Sat, 7 Sep 2013 08:49:46 +0000 (UTC) Received: by mail-ob0-f182.google.com with SMTP id wo10so4326107obc.41 for ; Sat, 07 Sep 2013 01:49:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=7/DddtttBDi7rH6GMHDyQfWzTKt4MhyywqPttGqsIUU=; b=X/8BsVA3/X5keLujE9ov+qUXIZTp3fM4i3xLJJWAVeYYyzJmM8yjwYH5EAMGBDW+K0 k3ROPPuuOi8NO/GlfR5fZWBhyfyMbD+3ytCEJpZrD0idc7snB86NEsF1BuMMsEpvYLqn G1ok24jVgrB7UzCfHuzQn4HwLota3oSxyQrKEBFPoypPyY/C4FtgmRDlBABRvoAZQCVO C53wo1BN5ljR0B2X7V8maiuDzTjKPlP7tgn+BJBfBRJJOT/0mgjSt/vIAzQaUqLU8000 xDKeHQAdxXwYnXqfk9NhrXX4I/HWO0weCqjm+PEZLs8Qj99Kbh3Nze/XXb/Kz6lroIaW J0FQ== MIME-Version: 1.0 X-Received: by 10.182.243.138 with SMTP id wy10mr4791784obc.83.1378543785100; Sat, 07 Sep 2013 01:49:45 -0700 (PDT) Sender: andrej.zverev@gmail.com Received: by 10.182.43.226 with HTTP; Sat, 7 Sep 2013 01:49:45 -0700 (PDT) In-Reply-To: <201309070839.r878dP6c008706@svn.freebsd.org> References: <201309070839.r878dP6c008706@svn.freebsd.org> Date: Sat, 7 Sep 2013 12:49:45 +0400 X-Google-Sender-Auth: P50_o_k2T_zW6XivRHcaCcfZMMU Message-ID: Subject: Re: svn commit: r326582 - head/security/p5-Dancer-Plugin-Passphrase From: Andrej Zverev To: Grzegorz Blach Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Sep 2013 08:49:46 -0000 I think you need bump PORTREVISION in this case. On Sat, Sep 7, 2013 at 12:39 PM, Grzegorz Blach 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/