Skip to content

Commit

Permalink
Update to 0.14
Browse files Browse the repository at this point in the history
Add missing DEPENDS

Upstream changes:
0.14  2018-04-17 rurban
        - add library paths to LIBS from Crypt::OpenSSL::Guess (akiym, PR #6)

0.13  2018-04-14 rurban
        - move Crypt::OpenSSL::Guess to configure dependency. (grinnz, PR #4)

0.12  2018-04-13 rurban
        - use Crypt::OpenSSL::Guess to resolve OpenSSL include path,
          fixes MacOS's homebrew OpenSSL installation problem. (akiym, PR #3)
  • Loading branch information
wen committed Apr 19, 2018
1 parent 6748bc4 commit b2d9231
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions security/p5-Crypt-OpenSSL-Random/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.29 2017/06/05 14:24:30 ryoon Exp $
# $NetBSD: Makefile,v 1.30 2018/04/19 06:57:57 wen Exp $
#

DISTNAME= Crypt-OpenSSL-Random-0.11
DISTNAME= Crypt-OpenSSL-Random-0.14
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}

Expand All @@ -12,6 +11,8 @@ HOMEPAGE= http://perl-openssl.sourceforge.net/
COMMENT= Perl5 wrapper module for OpenSSL pseudo-random number generator
LICENSE= ${PERL5_LICENSE}

DEPENDS+= p5-Crypt-OpenSSL-Guess>=0.11:../../security/p5-Crypt-OpenSSL-Guess

USE_LANGUAGES= c

PERL5_PACKLIST= auto/Crypt/OpenSSL/Random/.packlist
Expand Down
10 changes: 5 additions & 5 deletions security/p5-Crypt-OpenSSL-Random/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.5 2016/02/10 04:25:56 wen Exp $
$NetBSD: distinfo,v 1.6 2018/04/19 06:57:57 wen Exp $

SHA1 (Crypt-OpenSSL-Random-0.11.tar.gz) = 4606656444ac4aeff50274cd85737ac169a5f904
RMD160 (Crypt-OpenSSL-Random-0.11.tar.gz) = 64d68cd1db9659e6f10783ee6d1d06d7b8632abb
SHA512 (Crypt-OpenSSL-Random-0.11.tar.gz) = c579cb2b586dbabd697a9c7c989a360ed4bd8e9b28d7c93ad99a86bd9bd680a89c3fa77f6315a1105fd41bfdfa18087ca4cd51fb320faad7a6be9b90e3e69b95
Size (Crypt-OpenSSL-Random-0.11.tar.gz) = 15161 bytes
SHA1 (Crypt-OpenSSL-Random-0.14.tar.gz) = eedecb5db4bb2143dc2597229bd90ea759097b48
RMD160 (Crypt-OpenSSL-Random-0.14.tar.gz) = 9029d874db536fd803ba1572643785edfb5e1d44
SHA512 (Crypt-OpenSSL-Random-0.14.tar.gz) = 3ef32815868bfd304dce5feaeb89e9ee90d72f75c53859b9c4beb506f5f30e2860e3b9f9a033dc71cae2b3d67f51fce7d70243df5cbc984892b20968550f36b8
Size (Crypt-OpenSSL-Random-0.14.tar.gz) = 15402 bytes

0 comments on commit b2d9231

Please sign in to comment.