From owner-svn-ports-all@freebsd.org Wed Dec 30 12:52:25 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A98B4A51BAA; Wed, 30 Dec 2015 12:52:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 69C981D80; Wed, 30 Dec 2015 12:52:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBUCqOTw071750; Wed, 30 Dec 2015 12:52:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBUCqOuG071747; Wed, 30 Dec 2015 12:52:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512301252.tBUCqOuG071747@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 30 Dec 2015 12:52:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404855 - head/security/p5-Dancer2-Plugin-Passphrase 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.20 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: Wed, 30 Dec 2015 12:52:25 -0000 Author: sunpoet Date: Wed Dec 30 12:52:24 2015 New Revision: 404855 URL: https://svnweb.freebsd.org/changeset/ports/404855 Log: - Update to 3.2.2 - While I'm here: - Add NO_ARCH - Fix PLIST Changes: http://search.cpan.org/dist/Dancer2-Plugin-Passphrase/CHANGES PR: 205731 Submitted by: Henk van Oers (maintainer) Modified: head/security/p5-Dancer2-Plugin-Passphrase/Makefile head/security/p5-Dancer2-Plugin-Passphrase/distinfo head/security/p5-Dancer2-Plugin-Passphrase/pkg-plist Modified: head/security/p5-Dancer2-Plugin-Passphrase/Makefile ============================================================================== --- head/security/p5-Dancer2-Plugin-Passphrase/Makefile Wed Dec 30 12:42:30 2015 (r404854) +++ head/security/p5-Dancer2-Plugin-Passphrase/Makefile Wed Dec 30 12:52:24 2015 (r404855) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2-Plugin-Passphrase -PORTVERSION= 3.0.2 +PORTVERSION= 3.2.2 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,12 +13,13 @@ COMMENT= Passphrases and Passwords as ob LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Dancer2>=0.153002:${PORTSDIR}/www/p5-Dancer2 \ +BUILD_DEPENDS= p5-Dancer2>=0.164000:${PORTSDIR}/www/p5-Dancer2 \ p5-Data-Entropy>=0.005:${PORTSDIR}/security/p5-Data-Entropy \ p5-Digest-Bcrypt>0:${PORTSDIR}/security/p5-Digest-Bcrypt \ p5-Digest-SHA>=5.74:${PORTSDIR}/security/p5-Digest-SHA RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/security/p5-Dancer2-Plugin-Passphrase/distinfo ============================================================================== --- head/security/p5-Dancer2-Plugin-Passphrase/distinfo Wed Dec 30 12:42:30 2015 (r404854) +++ head/security/p5-Dancer2-Plugin-Passphrase/distinfo Wed Dec 30 12:52:24 2015 (r404855) @@ -1,2 +1,2 @@ -SHA256 (Dancer2-Plugin-Passphrase-3.0.2.tar.gz) = 19cda5413d4b34d00d3f27986968df8300a34b3559aef777e1f024e32f02ea0d -SIZE (Dancer2-Plugin-Passphrase-3.0.2.tar.gz) = 16587 +SHA256 (Dancer2-Plugin-Passphrase-3.2.2.tar.gz) = 0111a303a66d115e498ac346f325e7bfa0584bc34eeaac715fd578872d3ea742 +SIZE (Dancer2-Plugin-Passphrase-3.2.2.tar.gz) = 18571 Modified: head/security/p5-Dancer2-Plugin-Passphrase/pkg-plist ============================================================================== --- head/security/p5-Dancer2-Plugin-Passphrase/pkg-plist Wed Dec 30 12:42:30 2015 (r404854) +++ head/security/p5-Dancer2-Plugin-Passphrase/pkg-plist Wed Dec 30 12:52:24 2015 (r404855) @@ -2,3 +2,5 @@ %%SITE_PERL%%/Dancer2/Plugin/Passphrase/Core.pm %%SITE_PERL%%/Dancer2/Plugin/Passphrase/Hashed.pm %%PERL5_MAN3%%/Dancer2::Plugin::Passphrase.3.gz +%%PERL5_MAN3%%/Dancer2::Plugin::Passphrase::Core.3.gz +%%PERL5_MAN3%%/Dancer2::Plugin::Passphrase::Hashed.3.gz