pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/mpcomplex



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 29 18:06:59 UTC 2023

Modified Files:
        pkgsrc/math/mpcomplex: Makefile

Log Message:
mpcomplex: bump mpfr requirement


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/math/mpcomplex/Makefile

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

Modified files:

Index: pkgsrc/math/mpcomplex/Makefile
diff -u pkgsrc/math/mpcomplex/Makefile:1.12 pkgsrc/math/mpcomplex/Makefile:1.13
--- pkgsrc/math/mpcomplex/Makefile:1.12 Sun Oct 29 18:06:32 2023
+++ pkgsrc/math/mpcomplex/Makefile      Sun Oct 29 18:06:59 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2023/10/29 18:06:32 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2023/10/29 18:06:59 wiz Exp $
 
 DISTNAME=      mpc-1.3.1
 PKGNAME=       ${DISTNAME:S/mpc/mpcomplex/}
@@ -20,6 +20,6 @@ TEST_TARGET=  check
 
 BUILDLINK_API_DEPENDS.gmp+=    gmp>=4.3.2
 .include "../../devel/gmp/buildlink3.mk"
-BUILDLINK_API_DEPENDS.mpfr+=   mpfr>=2.4.2
+BUILDLINK_API_DEPENDS.mpfr+=   mpfr>=4.1.0
 .include "../../math/mpfr/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index