From owner-svn-ports-head@FreeBSD.ORG Mon May 25 03:04:19 2015 Return-Path: Delivered-To: svn-ports-head@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 6DC5F809; Mon, 25 May 2015 03:04:19 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) 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 40EF47E0; Mon, 25 May 2015 03:04:19 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4P34JFr022943; Mon, 25 May 2015 03:04:19 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4P34IOA022938; Mon, 25 May 2015 03:04:18 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201505250304.t4P34IOA022938@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 25 May 2015 03:04:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387367 - in head/security/p5-CryptX: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2015 03:04:19 -0000 Author: vanilla Date: Mon May 25 03:04:17 2015 New Revision: 387367 URL: https://svnweb.freebsd.org/changeset/ports/387367 Log: Upgrade to 0.022. Deleted: head/security/p5-CryptX/files/ Modified: head/security/p5-CryptX/Makefile head/security/p5-CryptX/distinfo head/security/p5-CryptX/pkg-plist Modified: head/security/p5-CryptX/Makefile ============================================================================== --- head/security/p5-CryptX/Makefile Mon May 25 01:49:56 2015 (r387366) +++ head/security/p5-CryptX/Makefile Mon May 25 03:04:17 2015 (r387367) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= CryptX -PORTVERSION= 0.021 -PORTREVISION= 1 +PORTVERSION= 0.022 CATEGORIES= security perl5 MASTER_SITES= CPAN/Crypt PKGNAMEPREFIX= p5- Modified: head/security/p5-CryptX/distinfo ============================================================================== --- head/security/p5-CryptX/distinfo Mon May 25 01:49:56 2015 (r387366) +++ head/security/p5-CryptX/distinfo Mon May 25 03:04:17 2015 (r387367) @@ -1,2 +1,2 @@ -SHA256 (CryptX-0.021.tar.gz) = 155bf8ff158e8e8e252c16ff16655d1ec22866e56b10dea5e419e77e53d1b2f7 -SIZE (CryptX-0.021.tar.gz) = 1230263 +SHA256 (CryptX-0.022.tar.gz) = 2a128a9f942fef2f4081c4123ae97a0f7be7649ca0e1347941ca2ed5b8102044 +SIZE (CryptX-0.022.tar.gz) = 1323981 Modified: head/security/p5-CryptX/pkg-plist ============================================================================== --- head/security/p5-CryptX/pkg-plist Mon May 25 01:49:56 2015 (r387366) +++ head/security/p5-CryptX/pkg-plist Mon May 25 03:04:17 2015 (r387367) @@ -41,6 +41,8 @@ %%PERL5_MAN3%%/Crypt::Digest::SHA256.3.gz %%PERL5_MAN3%%/Crypt::Digest::SHA384.3.gz %%PERL5_MAN3%%/Crypt::Digest::SHA512.3.gz +%%PERL5_MAN3%%/Crypt::Digest::SHA512_224.3.gz +%%PERL5_MAN3%%/Crypt::Digest::SHA512_256.3.gz %%PERL5_MAN3%%/Crypt::Digest::Tiger192.3.gz %%PERL5_MAN3%%/Crypt::Digest::Whirlpool.3.gz %%PERL5_MAN3%%/Crypt::KeyDerivation.3.gz @@ -111,6 +113,8 @@ %%SITE_ARCH%%/Crypt/Digest/SHA256.pm %%SITE_ARCH%%/Crypt/Digest/SHA384.pm %%SITE_ARCH%%/Crypt/Digest/SHA512.pm +%%SITE_ARCH%%/Crypt/Digest/SHA512_224.pm +%%SITE_ARCH%%/Crypt/Digest/SHA512_256.pm %%SITE_ARCH%%/Crypt/Digest/Tiger192.pm %%SITE_ARCH%%/Crypt/Digest/Whirlpool.pm %%SITE_ARCH%%/Crypt/KeyDerivation.pm