diff options
author | tobez <tobez@FreeBSD.org> | 2012-10-31 18:43:23 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2012-10-31 18:43:23 +0800 |
commit | e600b1221dc57f295362ff7956901bf4a65e23a8 (patch) | |
tree | 1a3bd2452defe345976e16f0e01b7ed42f85daee | |
parent | 69dd92e20ebc60b6bc0f5c93d05c9a7c99f8cd06 (diff) | |
download | freebsd-ports-gnome-e600b1221dc57f295362ff7956901bf4a65e23a8.tar.gz freebsd-ports-gnome-e600b1221dc57f295362ff7956901bf4a65e23a8.tar.zst freebsd-ports-gnome-e600b1221dc57f295362ff7956901bf4a65e23a8.zip |
- 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
-rw-r--r-- | security/p5-Crypt-PassGen/Makefile | 10 | ||||
-rw-r--r-- | security/p5-Crypt-PassGen/distinfo | 4 |
2 files changed, 3 insertions, 11 deletions
diff --git a/security/p5-Crypt-PassGen/Makefile b/security/p5-Crypt-PassGen/Makefile index 04bb1e45454f..305abca83960 100644 --- a/security/p5-Crypt-PassGen/Makefile +++ b/security/p5-Crypt-PassGen/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: security/p5-Crypt-PassGen -# Date created: 07 October 2001 -# Whom: Anton Berezin <tobez@FreeBSD.org> -# # $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 diff --git a/security/p5-Crypt-PassGen/distinfo b/security/p5-Crypt-PassGen/distinfo index 731c037266d8..dbcacdb4cfcb 100644 --- a/security/p5-Crypt-PassGen/distinfo +++ b/security/p5-Crypt-PassGen/distinfo @@ -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 |