On Sat, Oct 10, 2020 at 01:34:42AM +0000, wen heping wrote:
> Hi, ports@:
> 
>     Here is a patch for security/p5-Crypt-OpenSSL-Random:
>     i) Update to 0.15
>     ii) Move up the CPAN_AUTHOR line
>     iii) Add TEST_POD to MAKE_ENV
> 
>     It build well and pass all tests on amd64-current system.
>     One port depends on it: security/p5-Crypt-OpenSSL-RSA, it
> build and pass all tests with this patch.

This is still OK afresh1@, as is the new p5-Crypt-OpenSSL-Guess
dependency that wen heping sent in previously.  Both the diff and new
port are attached for convenience.



Index: Makefile
===================================================================
RCS file: /cvs/ports/security/p5-Crypt-OpenSSL-Random/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- Makefile    3 Jul 2020 21:45:41 -0000       1.21
+++ Makefile    21 Nov 2020 18:50:07 -0000
@@ -1,17 +1,20 @@
 # $OpenBSD: Makefile,v 1.21 2020/07/03 21:45:41 sthen Exp $
 
-COMMENT=       routines for accessing the OpenSSL prng
+COMMENT =      routines for accessing the OpenSSL prng
 
-MODULES=       cpan
-DISTNAME=      Crypt-OpenSSL-Random-0.11
-CATEGORIES=    security
-REVISION=      0
+MODULES =      cpan
+DISTNAME =     Crypt-OpenSSL-Random-0.15
+CATEGORIES =   security
+CPAN_AUTHOR =  RURBAN
 
 # perl
-PERMIT_PACKAGE=        Yes
+PERMIT_PACKAGE =       Yes
 
-WANTLIB += c crypto perl ssl
+WANTLIB +=     c crypto perl ssl
 
-CPAN_AUTHOR=   RURBAN
+MAKE_ENV +=    TEST_POD=Yes
+
+RUN_DEPENDS =  security/p5-Crypt-OpenSSL-Guess
+BUILD_DEPENDS = ${RUN_DEPENDS}
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/p5-Crypt-OpenSSL-Random/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo    17 Jan 2016 23:02:25 -0000      1.7
+++ distinfo    21 Nov 2020 18:50:07 -0000
@@ -1,2 +1,2 @@
-SHA256 (Crypt-OpenSSL-Random-0.11.tar.gz) = 
u4yBxqObmxOiLYGO6adGJC8Tbw+tzra5d2rmFedSTHo=
-SIZE (Crypt-OpenSSL-Random-0.11.tar.gz) = 15161
+SHA256 (Crypt-OpenSSL-Random-0.15.tar.gz) = 
8IdvqhujER45uGqnMMYDIR7/KQXkYMcqV7YejPR1zvQ=
+SIZE (Crypt-OpenSSL-Random-0.15.tar.gz) = 15506

Attachment: p5-Crypt-OpenSSL-Guess-0.11.tar.gz
Description: application/tar-gz

Reply via email to