git: 7028687f1b30 - main - security/p5-Crypt-Twofish2: Update to 1.03

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 8 15:06:18 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7028687f1b3070b2c9a657cb6a3d6c715728f0df

commit 7028687f1b3070b2c9a657cb6a3d6c715728f0df
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-08-08 14:43:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-08-08 14:55:30 +0000

    security/p5-Crypt-Twofish2: Update to 1.03
    
    - Strip shared library
    - Sort PLIST
    
    Changes:        https://metacpan.org/dist/Crypt-Twofish2/changes
---
 security/p5-Crypt-Twofish2/Makefile  | 6 ++++--
 security/p5-Crypt-Twofish2/distinfo  | 5 +++--
 security/p5-Crypt-Twofish2/pkg-plist | 2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/security/p5-Crypt-Twofish2/Makefile b/security/p5-Crypt-Twofish2/Makefile
index fd2a2c39dad6..1ebbc2cb8af8 100644
--- a/security/p5-Crypt-Twofish2/Makefile
+++ b/security/p5-Crypt-Twofish2/Makefile
@@ -1,8 +1,7 @@
 # Created by: nork at FreeBSD.org
 
 PORTNAME=	Crypt-Twofish2
-PORTVERSION=	1.02
-PORTREVISION=	1
+PORTVERSION=	1.03
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,4 +12,7 @@ COMMENT=	Perl implementation of the Twofish encryption algorithm
 USES=		perl5
 USE_PERL5=	configure
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/Twofish2/Twofish2.so
+
 .include <bsd.port.mk>
diff --git a/security/p5-Crypt-Twofish2/distinfo b/security/p5-Crypt-Twofish2/distinfo
index be550588a496..6e979b2b827f 100644
--- a/security/p5-Crypt-Twofish2/distinfo
+++ b/security/p5-Crypt-Twofish2/distinfo
@@ -1,2 +1,3 @@
-SHA256 (Crypt-Twofish2-1.02.tar.gz) = 999da2a43874c5fc3ae2958e8b5bb306866a627ebae386af0c6ed1e8b657e86c
-SIZE (Crypt-Twofish2-1.02.tar.gz) = 31320
+TIMESTAMP = 1628103824
+SHA256 (Crypt-Twofish2-1.03.tar.gz) = 5ff24c41ac95f92a0438fe622179d6db5b4316829999128ce9c3ecdbdc077d13
+SIZE (Crypt-Twofish2-1.03.tar.gz) = 31470
diff --git a/security/p5-Crypt-Twofish2/pkg-plist b/security/p5-Crypt-Twofish2/pkg-plist
index 3b9b90e9c4e4..42b38f1ff967 100644
--- a/security/p5-Crypt-Twofish2/pkg-plist
+++ b/security/p5-Crypt-Twofish2/pkg-plist
@@ -1,3 +1,3 @@
-%%PERL5_MAN3%%/Crypt::Twofish2.3.gz
 %%SITE_ARCH%%/Crypt/Twofish2.pm
 %%SITE_ARCH%%/auto/Crypt/Twofish2/Twofish2.so
+%%PERL5_MAN3%%/Crypt::Twofish2.3.gz


More information about the dev-commits-ports-main mailing list