git: cf0f7e080b80 - main - math/m4ri: upgrade M4RI to 20240729
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Jan 2025 15:50:41 UTC
The branch main has been updated by thierry:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cf0f7e080b80e6a54e9881f5048ee97e697302a6
commit cf0f7e080b80e6a54e9881f5048ee97e697302a6
Author: Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2025-01-02 15:11:34 +0000
Commit: Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2025-01-02 15:40:11 +0000
math/m4ri: upgrade M4RI to 20240729
---
math/m4ri/Makefile | 3 ++-
math/m4ri/distinfo | 6 +++---
math/m4ri/files/patch-m4ri.pc.in | 8 ++++++++
3 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/math/m4ri/Makefile b/math/m4ri/Makefile
index ad448a12f023..0017d57befc8 100644
--- a/math/m4ri/Makefile
+++ b/math/m4ri/Makefile
@@ -1,5 +1,5 @@
PORTNAME= M4RI
-PORTVERSION= 20200125
+PORTVERSION= 20240729
DISTVERSIONPREFIX= release-
CATEGORIES= math
@@ -19,6 +19,7 @@ USES= autoreconf libtool localbase pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
.if defined(MAINTAINER_MODE)
TEST_TARGET= check
diff --git a/math/m4ri/distinfo b/math/m4ri/distinfo
index c573d94820f8..428ca3aba1c4 100644
--- a/math/m4ri/distinfo
+++ b/math/m4ri/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1582997748
-SHA256 (malb-m4ri-release-20200125_GH0.tar.gz) = 7369adcecb72d4dacfb23fd437a6b59a956f76b26dee07f32558cb915a9d6e9d
-SIZE (malb-m4ri-release-20200125_GH0.tar.gz) = 178089
+TIMESTAMP = 1735744629
+SHA256 (malb-m4ri-release-20240729_GH0.tar.gz) = f9e5d0f13b34b55feb33babd04ecb59512639fea6e289b977f9b938d8b38fc69
+SIZE (malb-m4ri-release-20240729_GH0.tar.gz) = 178851
diff --git a/math/m4ri/files/patch-m4ri.pc.in b/math/m4ri/files/patch-m4ri.pc.in
new file mode 100644
index 000000000000..0537eda68971
--- /dev/null
+++ b/math/m4ri/files/patch-m4ri.pc.in
@@ -0,0 +1,8 @@
+--- m4ri.pc.in.orig 2024-07-29 12:30:45 UTC
++++ m4ri.pc.in
+@@ -8,4 +8,4 @@ Libs: -L${libdir} -lm4ri @RAW_LIBPNG@ @LIBM@ @LIBPNG_L
+ Version: @PACKAGE_VERSION@
+ Requires: @M4RI_USE_PNG_PC@
+ Libs: -L${libdir} -lm4ri @RAW_LIBPNG@ @LIBM@ @LIBPNG_LIBADD@
+-Cflags: -I${includedir} @SIMD_CFLAGS@ @OPENMP_CFLAGS@ @LIBPNG_CFLAGS@
++Cflags: -I${includedir} @SIMD_FLAGS@ @OPENMP_CFLAGS@ @LIBPNG_CFLAGS@