diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2023-12-12 20:00:34 +0100 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2023-12-12 20:03:50 +0100 |
commit | ab1713728d621e7b57d276ef27de37a8754e6ee0 (patch) | |
tree | dbd5351cd2a6876673b47b13f4265f8f60361312 /science/mpb/Makefile | |
parent | 22df0dbcfa877e85bf5c29d7ff6808f7116cafb7 (diff) | |
download | freebsd-ports-ab1713728d621e7b57d276ef27de37a8754e6ee0.zip |
*/*: bump PORTREVISION after the upgrade of OpenBLAS
PR: 273219
Diffstat (limited to 'science/mpb/Makefile')
-rw-r--r-- | science/mpb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/mpb/Makefile b/science/mpb/Makefile index 06e456abe78b..b2c29deda284 100644 --- a/science/mpb/Makefile +++ b/science/mpb/Makefile @@ -1,6 +1,6 @@ PORTNAME= mpb DISTVERSION= 1.11.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science MASTER_SITES= https://github.com/NanoComp/mpb/releases/download/v${DISTVERSION}/ |