diff options
author | jbeich <jbeich@FreeBSD.org> | 2019-08-06 07:06:50 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2019-08-06 07:06:50 +0800 |
commit | 76a8e58f8ee2be9d62f2ff53c7fb8b257c25b2ed (patch) | |
tree | 30b6fa9070ad293072156e3111d93da96aa5fc77 /emulators/ppsspp-qt5 | |
parent | 12b0bae78c0a354675b06b0eb5a49006c2cbcd5b (diff) | |
download | freebsd-ports-gnome-76a8e58f8ee2be9d62f2ff53c7fb8b257c25b2ed.tar.gz freebsd-ports-gnome-76a8e58f8ee2be9d62f2ff53c7fb8b257c25b2ed.tar.zst freebsd-ports-gnome-76a8e58f8ee2be9d62f2ff53c7fb8b257c25b2ed.zip |
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Diffstat (limited to 'emulators/ppsspp-qt5')
-rw-r--r-- | emulators/ppsspp-qt5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/ppsspp-qt5/Makefile b/emulators/ppsspp-qt5/Makefile index 0317cf0c3451..81d25c2ae14f 100644 --- a/emulators/ppsspp-qt5/Makefile +++ b/emulators/ppsspp-qt5/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../ppsspp |