From owner-svn-ports-head@FreeBSD.ORG Wed Oct 31 10:43:24 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 812E51E0; Wed, 31 Oct 2012 10:43:24 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 69A078FC0A; Wed, 31 Oct 2012 10:43:24 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9VAhOUx021487; Wed, 31 Oct 2012 10:43:24 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9VAhOcA021484; Wed, 31 Oct 2012 10:43:24 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201210311043.q9VAhOcA021484@svn.freebsd.org> From: Anton Berezin Date: Wed, 31 Oct 2012 10:43:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306743 - head/security/p5-Crypt-PassGen 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.14 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: Wed, 31 Oct 2012 10:43:24 -0000 Author: tobez Date: Wed Oct 31 10:43:23 2012 New Revision: 306743 URL: http://svn.freebsd.org/changeset/ports/306743 Log: - update to 0.06 - remove dependency on Storable (which is bundled with all supported perl versions) - convert header to the new layout Changes in 0.06: http://cpansearch.perl.org/src/TJENNESS/Crypt-PassGen-0.06/ChangeLog Feature safe: yes Modified: head/security/p5-Crypt-PassGen/Makefile head/security/p5-Crypt-PassGen/distinfo Modified: head/security/p5-Crypt-PassGen/Makefile ============================================================================== --- head/security/p5-Crypt-PassGen/Makefile Wed Oct 31 10:39:49 2012 (r306742) +++ head/security/p5-Crypt-PassGen/Makefile Wed Oct 31 10:43:23 2012 (r306743) @@ -1,12 +1,7 @@ -# New ports collection makefile for: security/p5-Crypt-PassGen -# Date created: 07 October 2001 -# Whom: Anton Berezin -# # $FreeBSD$ -# PORTNAME= Crypt-PassGen -PORTVERSION= 0.05 +PORTVERSION= 0.06 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +9,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Crypt::PassGen - Generate a random password that looks like a real word -BUILD_DEPENDS= p5-Storable>=0:${PORTSDIR}/devel/p5-Storable -RUN_DEPENDS:= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes MAN3= Crypt::PassGen.3 Modified: head/security/p5-Crypt-PassGen/distinfo ============================================================================== --- head/security/p5-Crypt-PassGen/distinfo Wed Oct 31 10:39:49 2012 (r306742) +++ head/security/p5-Crypt-PassGen/distinfo Wed Oct 31 10:43:23 2012 (r306743) @@ -1,2 +1,2 @@ -SHA256 (Crypt-PassGen-0.05.tar.gz) = fa2d3d94ac20d3bfff68aaa0ec78271c1b7510a012b9fc3f847c9d662c98be9d -SIZE (Crypt-PassGen-0.05.tar.gz) = 7656 +SHA256 (Crypt-PassGen-0.06.tar.gz) = f85be7ba3223a03b9c2909a5a450f0813345c1cf0d13de04a6b76cba0631805f +SIZE (Crypt-PassGen-0.06.tar.gz) = 8104