git: 8576d39e2a22 - main - net/mpifx: Update 1.3 -> 1.3.1

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 10 May 2022 01:15:51 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8576d39e2a223352961233187af3e1bf361ac40c

commit 8576d39e2a223352961233187af3e1bf361ac40c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-05-09 19:37:02 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-05-10 01:15:46 +0000

    net/mpifx: Update 1.3 -> 1.3.1
    
    Reported by:    portscout
---
 net/mpifx/Makefile                   |  2 +-
 net/mpifx/distinfo                   |  6 +++---
 net/mpifx/files/patch-CMakeLists.txt | 16 ----------------
 3 files changed, 4 insertions(+), 20 deletions(-)

diff --git a/net/mpifx/Makefile b/net/mpifx/Makefile
index 90504ba9d2f9..d76508c7aeb0 100644
--- a/net/mpifx/Makefile
+++ b/net/mpifx/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	mpifx
-DISTVERSION=	1.3
+DISTVERSION=	1.3.1
 CATEGORIES=	net devel
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/net/mpifx/distinfo b/net/mpifx/distinfo
index 2f3eb30ebbc7..c037ddb05543 100644
--- a/net/mpifx/distinfo
+++ b/net/mpifx/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1651940840
-SHA256 (dftbplus-mpifx-1.3_GH0.tar.gz) = b22edb940d4aa2233c0231c41de5049fa14b73619ab390c8873f31fd9920c48b
-SIZE (dftbplus-mpifx-1.3_GH0.tar.gz) = 60808
+TIMESTAMP = 1652123939
+SHA256 (dftbplus-mpifx-1.3.1_GH0.tar.gz) = 75d5b8a1d29f7caa7abf396420289ddb908540d1d57c238d3939062a5e0cd227
+SIZE (dftbplus-mpifx-1.3.1_GH0.tar.gz) = 60964
diff --git a/net/mpifx/files/patch-CMakeLists.txt b/net/mpifx/files/patch-CMakeLists.txt
deleted file mode 100644
index 72db6801ff31..000000000000
--- a/net/mpifx/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-- https://github.com/dftbplus/mpifx/issues/44
-
---- CMakeLists.txt.orig	2022-05-07 16:34:12 UTC
-+++ CMakeLists.txt
-@@ -33,9 +33,11 @@ endif()
- include(GNUInstallDirs)
- 
- add_subdirectory(lib)
-+if (BUILD_TESTING)
- if(NOT BUILD_EXPORTED_TARGETS_ONLY)
-   enable_testing()
-   add_subdirectory(test)
-+endif()
- endif()
- 
- #