From owner-svn-ports-all@FreeBSD.ORG Thu Apr 2 19:21:33 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 03E54BAD; Thu, 2 Apr 2015 19:21:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C877975F; Thu, 2 Apr 2015 19:21:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t32JLWOB043923; Thu, 2 Apr 2015 19:21:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t32JLVMv042670; Thu, 2 Apr 2015 19:21:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504021921.t32JLVMv042670@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 2 Apr 2015 19:21:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383057 - head/security/p5-Crypt-PBKDF2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Thu, 02 Apr 2015 19:21:33 -0000 Author: sunpoet Date: Thu Apr 2 19:21:30 2015 New Revision: 383057 URL: https://svnweb.freebsd.org/changeset/ports/383057 Log: - Update to 0.150900 - Remove leading definite article from COMMENT - Sort PLIST Changes: http://search.cpan.org/dist/Crypt-PBKDF2/Changes Modified: head/security/p5-Crypt-PBKDF2/Makefile head/security/p5-Crypt-PBKDF2/distinfo head/security/p5-Crypt-PBKDF2/pkg-plist Modified: head/security/p5-Crypt-PBKDF2/Makefile ============================================================================== --- head/security/p5-Crypt-PBKDF2/Makefile Thu Apr 2 19:21:24 2015 (r383056) +++ head/security/p5-Crypt-PBKDF2/Makefile Thu Apr 2 19:21:30 2015 (r383057) @@ -2,15 +2,14 @@ # $FreeBSD$ PORTNAME= Crypt-PBKDF2 -PORTVERSION= 0.142390 -PORTREVISION= 1 +PORTVERSION= 0.150900 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ARODLAND PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= The PBKDF2 password hashing algorithm +COMMENT= PBKDF2 password hashing algorithm LICENSE= ART10 GPLv1 LICENSE_COMB= dual Modified: head/security/p5-Crypt-PBKDF2/distinfo ============================================================================== --- head/security/p5-Crypt-PBKDF2/distinfo Thu Apr 2 19:21:24 2015 (r383056) +++ head/security/p5-Crypt-PBKDF2/distinfo Thu Apr 2 19:21:30 2015 (r383057) @@ -1,2 +1,2 @@ -SHA256 (Crypt-PBKDF2-0.142390.tar.gz) = b92a2f84fec74ff440f991cd5791966f1714359167dc49ac532a9e27b4bf41f2 -SIZE (Crypt-PBKDF2-0.142390.tar.gz) = 16763 +SHA256 (Crypt-PBKDF2-0.150900.tar.gz) = da2523bcec700918ebd62347297318582b99463c12a8c6f4c9eae4b01e7861bf +SIZE (Crypt-PBKDF2-0.150900.tar.gz) = 18941 Modified: head/security/p5-Crypt-PBKDF2/pkg-plist ============================================================================== --- head/security/p5-Crypt-PBKDF2/pkg-plist Thu Apr 2 19:21:24 2015 (r383056) +++ head/security/p5-Crypt-PBKDF2/pkg-plist Thu Apr 2 19:21:30 2015 (r383057) @@ -1,12 +1,12 @@ -%%PERL5_MAN3%%/Crypt::PBKDF2.3.gz -%%PERL5_MAN3%%/Crypt::PBKDF2::Hash.3.gz -%%PERL5_MAN3%%/Crypt::PBKDF2::Hash::DigestHMAC.3.gz -%%PERL5_MAN3%%/Crypt::PBKDF2::Hash::HMACSHA1.3.gz -%%PERL5_MAN3%%/Crypt::PBKDF2::Hash::HMACSHA2.3.gz -%%PERL5_MAN3%%/Crypt::PBKDF2::Hash::HMACSHA3.3.gz %%SITE_PERL%%/Crypt/PBKDF2.pm %%SITE_PERL%%/Crypt/PBKDF2/Hash.pm %%SITE_PERL%%/Crypt/PBKDF2/Hash/DigestHMAC.pm %%SITE_PERL%%/Crypt/PBKDF2/Hash/HMACSHA1.pm %%SITE_PERL%%/Crypt/PBKDF2/Hash/HMACSHA2.pm %%SITE_PERL%%/Crypt/PBKDF2/Hash/HMACSHA3.pm +%%PERL5_MAN3%%/Crypt::PBKDF2.3.gz +%%PERL5_MAN3%%/Crypt::PBKDF2::Hash.3.gz +%%PERL5_MAN3%%/Crypt::PBKDF2::Hash::DigestHMAC.3.gz +%%PERL5_MAN3%%/Crypt::PBKDF2::Hash::HMACSHA1.3.gz +%%PERL5_MAN3%%/Crypt::PBKDF2::Hash::HMACSHA2.3.gz +%%PERL5_MAN3%%/Crypt::PBKDF2::Hash::HMACSHA3.3.gz