pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-SSLeay Add new dependencies missed i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/39242095db5e
branches:  trunk
changeset: 635722:39242095db5e
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Jun 09 21:30:36 2014 +0000

description:
Add new dependencies missed in previous, and chmod -x an errant .pm.

diffstat:

 security/p5-Crypt-SSLeay/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r ec8d5059c318 -r 39242095db5e security/p5-Crypt-SSLeay/Makefile
--- a/security/p5-Crypt-SSLeay/Makefile Mon Jun 09 21:07:01 2014 +0000
+++ b/security/p5-Crypt-SSLeay/Makefile Mon Jun 09 21:30:36 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2014/06/09 19:46:16 schmonz Exp $
+# $NetBSD: Makefile,v 1.27 2014/06/09 21:30:36 schmonz Exp $
 
 DISTNAME=      Crypt-SSLeay-0.72
 PKGNAME=       p5-${DISTNAME}
@@ -11,6 +11,9 @@
 COMMENT=       Crypt::SSLeay - OpenSSL glue that provides LWP https support
 LICENSE=       ${PERL5_LICENSE}
 
+DEPENDS+=      p5-Path-Class>=0.26:../../devel/p5-Path-Class
+DEPENDS+=      p5-Try-Tiny>=0.19:../../devel/p5-Try-Tiny
+
 USE_LANGUAGES=         c
 
 PERL5_PACKLIST=                auto/Crypt/SSLeay/.packlist
@@ -18,6 +21,9 @@
 MAKE_ENV+=             PERL_MM_USE_DEFAULT=1
 MAKE_PARAMS+=          --lib=${SSLBASE}
 
+post-extract:
+       chmod -x ${WRKSRC}/lib/Net/SSL.pm
+
 .include "../../lang/perl5/module.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index