diff options
author | mat <mat@FreeBSD.org> | 2004-08-16 19:56:29 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-08-16 19:56:29 +0800 |
commit | 6501afe82fe0d35b8319f473e2d6fcb699e8d8fe (patch) | |
tree | 0a45c2c8bbdeea442a49ee848d78601467e2fe91 /security/p5-Crypt-Twofish2 | |
parent | 5bf2a181f0f9c91ad87436cb9c18ce35b28780e7 (diff) | |
download | freebsd-ports-gnome-6501afe82fe0d35b8319f473e2d6fcb699e8d8fe.tar.gz freebsd-ports-gnome-6501afe82fe0d35b8319f473e2d6fcb699e8d8fe.tar.zst freebsd-ports-gnome-6501afe82fe0d35b8319f473e2d6fcb699e8d8fe.zip |
Update to 1.0
Diffstat (limited to 'security/p5-Crypt-Twofish2')
-rw-r--r-- | security/p5-Crypt-Twofish2/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-Twofish2/distinfo | 4 | ||||
-rw-r--r-- | security/p5-Crypt-Twofish2/pkg-plist | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/security/p5-Crypt-Twofish2/Makefile b/security/p5-Crypt-Twofish2/Makefile index a18d5f19a0e2..3999ee3f3bcf 100644 --- a/security/p5-Crypt-Twofish2/Makefile +++ b/security/p5-Crypt-Twofish2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Crypt-Twofish2 -PORTVERSION= 0.06 +PORTVERSION= 1.0 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt diff --git a/security/p5-Crypt-Twofish2/distinfo b/security/p5-Crypt-Twofish2/distinfo index 393bd6ed1042..826d2dd0e4f6 100644 --- a/security/p5-Crypt-Twofish2/distinfo +++ b/security/p5-Crypt-Twofish2/distinfo @@ -1,2 +1,2 @@ -MD5 (Crypt-Twofish2-0.06.tar.gz) = 1d8811f218015a8a0200d08157f78b14 -SIZE (Crypt-Twofish2-0.06.tar.gz) = 30622 +MD5 (Crypt-Twofish2-1.0.tar.gz) = 6080da5e33ea4e5f9ed7e546bf914817 +SIZE (Crypt-Twofish2-1.0.tar.gz) = 31569 diff --git a/security/p5-Crypt-Twofish2/pkg-plist b/security/p5-Crypt-Twofish2/pkg-plist index 77712f93ec35..0091565543d6 100644 --- a/security/p5-Crypt-Twofish2/pkg-plist +++ b/security/p5-Crypt-Twofish2/pkg-plist @@ -1,7 +1,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Crypt/Twofish2.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Twofish2/Twofish2.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Twofish2/Twofish2.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Twofish2/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Twofish2/Twofish2.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Twofish2/Twofish2.so @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Twofish2 @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Crypt 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Crypt 2>/dev/null || true |