Skip to content

Commit 287cd8a

Browse files
committed
devel/libfmt: Update to 8.0.0
- Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/fmtlib/fmt/releases PR: 257026 Exp-run by: antoine
1 parent 1fb7e80 commit 287cd8a

File tree

34 files changed

+38
-19
lines changed

34 files changed

+38
-19
lines changed

‎cad/openroad/Makefile‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
PORTNAME= openroad
22
DISTVERSION= 2021_03_09
33
DISTVERSIONSUFFIX= _stable
4+
PORTREVISION= 1
45
CATEGORIES= cad
56

67
MAINTAINER= yuri@FreeBSD.org

‎chinese/fcitx5-chinese-addons/Makefile‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
PORTNAME= fcitx5-chinese-addons
44
DISTVERSION= 5.0.3
5+
PORTREVISION= 1
56
CATEGORIES= chinese textproc
67
MASTER_SITES= https://download.fcitx-im.org/data/:py_stroke,py_table
78
DISTFILES= ${PY_STROKE_TAR}:py_stroke \

‎converters/osm2pgsql/Makefile‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
PORTNAME= osm2pgsql
22
PORTVERSION= 1.5.0
3+
PORTREVISION= 1
34
CATEGORIES= converters geography
45

56
MAINTAINER= amdmi3@FreeBSD.org

‎databases/tiledb/Makefile‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
PORTNAME= tiledb
44
PORTVERSION= 2.2.9
5+
PORTREVISION= 1
56
CATEGORIES= databases
67

78
MAINTAINER= sunpoet@FreeBSD.org

‎devel/bear/Makefile‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
PORTNAME= bear
44
DISTVERSION= 3.0.13
5+
PORTREVISION= 1
56
CATEGORIES= devel
67

78
MAINTAINER= jrm@FreeBSD.org

‎devel/fbthrift/Makefile‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
PORTNAME= fbthrift
22
DISTVERSIONPREFIX= v
33
DISTVERSION= 2021.07.19.00
4+
PORTREVISION= 1
45
CATEGORIES= devel
56

67
MAINTAINER= yuri@FreeBSD.org

‎devel/folly/Makefile‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
PORTNAME= folly
22
DISTVERSIONPREFIX= v
33
DISTVERSION= 2021.07.20.00
4+
PORTREVISION= 1
45
CATEGORIES= devel
56

67
MAINTAINER= yuri@FreeBSD.org

‎devel/libfmt/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PORTNAME= fmt
22
# Make sure to check devel/spdlog consumers too
3-
PORTVERSION= 7.1.3
3+
PORTVERSION= 8.0.0
44
CATEGORIES= devel
55
MASTER_SITES= https://github.com/fmtlib/fmt/releases/download/${PORTVERSION}/
66
PKGNAMEPREFIX= lib

‎devel/libfmt/distinfo‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
TIMESTAMP = 1607879388
2-
SHA256 (fmt-7.1.3.zip) = 5d98c504d0205f912e22449ecdea776b78ce0bb096927334f80781e720084c9f
3-
SIZE (fmt-7.1.3.zip) = 1192520
1+
TIMESTAMP = 1624640420
2+
SHA256 (fmt-8.0.0.zip) = 36016a75dd6e0a9c1c7df5edb98c93a3e77dabcf122de364116efb9f23c6954a
3+
SIZE (fmt-8.0.0.zip) = 1220651

‎devel/libfmt/pkg-plist‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
include/fmt/args.h
12
include/fmt/chrono.h
23
include/fmt/color.h
34
include/fmt/compile.h
@@ -7,14 +8,14 @@ include/fmt/format.h
78
include/fmt/locale.h
89
include/fmt/os.h
910
include/fmt/ostream.h
10-
include/fmt/posix.h
1111
include/fmt/printf.h
1212
include/fmt/ranges.h
13+
include/fmt/xchar.h
1314
lib/cmake/fmt/fmt-config-version.cmake
1415
lib/cmake/fmt/fmt-config.cmake
1516
lib/cmake/fmt/fmt-targets-%%CMAKE_BUILD_TYPE%%.cmake
1617
lib/cmake/fmt/fmt-targets.cmake
1718
lib/libfmt.so
18-
lib/libfmt.so.7
19+
lib/libfmt.so.8
1920
lib/libfmt.so.%%PORTVERSION%%
2021
libdata/pkgconfig/fmt.pc

0 commit comments

Comments
 (0)