diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2021-12-30 17:29:42 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2022-01-28 12:14:09 +0000 |
commit | b93e64d3c3240d1e4a8fc510b14aa2175e5be012 (patch) | |
tree | 831fe4fc9e13069878f77e60d42555a4f93f2ef6 /emulators | |
parent | 09707eb57fd1ea915d00fc7de1a79f3cc3957dda (diff) | |
download | ports-b93e64d3c3240d1e4a8fc510b14aa2175e5be012.tar.gz ports-b93e64d3c3240d1e4a8fc510b14aa2175e5be012.zip |
security/mbedtls: Update to 2.28.0 and fix make test
Also bump dependent ports for library version change.
PR: 255084
Diffstat (limited to 'emulators')
-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 72df3d84958e..bb05f22a4c48 100644 --- a/emulators/dolphin-emu/Makefile +++ b/emulators/dolphin-emu/Makefile @@ -2,7 +2,7 @@ PORTNAME= dolphin-emu PORTVERSION= 5.0.12716 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators MAINTAINER= martymac@FreeBSD.org |