diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-09-01 06:12:37 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-09-01 06:12:37 +0000 |
commit | 20747450f4350f324801fdf7f49e125af712b36f (patch) | |
tree | 99b9378942e92d1b96498d83bdec3f075ff70bc4 /sysutils | |
parent | e41f0fb54b646f536d219a057849cc90a555614e (diff) | |
download | ports-20747450f4350f324801fdf7f49e125af712b36f.tar.gz ports-20747450f4350f324801fdf7f49e125af712b36f.zip |
devel/libfmt: Update to 6.0.0
While here
- Normalize CMAKE_ARGS, USES=compiler:c++11-lib
- Pet portfmt
- Bump revision of consumers due to ABI changes
Changes: https://github.com/fmtlib/fmt/releases/tag/6.0.0
ABI: https://abi-laboratory.pro/tracker/timeline/fmt/
PR: 240141
Notes
Notes:
svn path=/head/; revision=510680
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lizardfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/lizardfs/Makefile b/sysutils/lizardfs/Makefile index 5c32c23eb145..262e97fd9980 100644 --- a/sysutils/lizardfs/Makefile +++ b/sysutils/lizardfs/Makefile @@ -4,7 +4,7 @@ PORTNAME= lizardfs PORTVERSION= 3.12.0 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= jhixson@FreeBSD.org |