diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-21 17:12:13 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-21 18:11:51 +0000 |
commit | 287cd8ad71d23e31948296cb773d3ebaaed14641 (patch) | |
tree | c1f7d9cd515e16a54766bf45072f2e8d74505964 /emulators/dolphin-emu | |
parent | 1fb7e808f82bbe7af29bd76bd935834dc289303f (diff) | |
download | ports-287cd8ad71d23e31948296cb773d3ebaaed14641.tar.gz ports-287cd8ad71d23e31948296cb773d3ebaaed14641.zip |
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
Diffstat (limited to 'emulators/dolphin-emu')
-rw-r--r-- | emulators/dolphin-emu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile index 4150adc595ee..9ecf9a5bd806 100644 --- a/emulators/dolphin-emu/Makefile +++ b/emulators/dolphin-emu/Makefile @@ -2,7 +2,7 @@ PORTNAME= dolphin-emu PORTVERSION= 5.0.12716 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MAINTAINER= martymac@FreeBSD.org |