pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/p5-Crypt-DH-GMP



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Thu Jul 28 18:46:23 UTC 2022

Modified Files:
        pkgsrc/security/p5-Crypt-DH-GMP: Makefile

Log Message:
Needs p5-Devel-CheckLib>=1.16nb1 (re-fixes build on NetBSD).


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/p5-Crypt-DH-GMP/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/p5-Crypt-DH-GMP/Makefile
diff -u pkgsrc/security/p5-Crypt-DH-GMP/Makefile:1.10 pkgsrc/security/p5-Crypt-DH-GMP/Makefile:1.11
--- pkgsrc/security/p5-Crypt-DH-GMP/Makefile:1.10       Tue Jun 28 11:35:41 2022
+++ pkgsrc/security/p5-Crypt-DH-GMP/Makefile    Thu Jul 28 18:46:23 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2022/06/28 11:35:41 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2022/07/28 18:46:23 schmonz Exp $
 
 DISTNAME=      Crypt-DH-GMP-0.00012
 PKGNAME=       p5-${DISTNAME}
@@ -12,7 +12,7 @@ COMMENT=      Crypt::DH Using GMP Directly
 LICENSE=       ${PERL5_LICENSE}
 
 DEPENDS+=      p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
-DEPENDS+=      p5-Devel-CheckLib-[0-9]*:../../devel/p5-Devel-CheckLib
+DEPENDS+=      p5-Devel-CheckLib>=1.16nb1:../../devel/p5-Devel-CheckLib
 DEPENDS+=      p5-IO-CaptureOutput-[0-9]*:../../devel/p5-IO-CaptureOutput
 
 # cannot open GMP.xs: No such file or directory



Home | Main Index | Thread Index | Old Index