diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-11-15 03:34:12 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-11-15 03:34:12 +0800 |
commit | 584ca3787542b6e3bc7e468000628f098e0bbfc4 (patch) | |
tree | e7641fb657d8e201903d023988865a1bd3fff335 /emulators | |
parent | 2f77d326b22b2244f6df23f58eb65567e4ae7816 (diff) | |
download | freebsd-ports-gnome-584ca3787542b6e3bc7e468000628f098e0bbfc4.tar.gz freebsd-ports-gnome-584ca3787542b6e3bc7e468000628f098e0bbfc4.tar.zst freebsd-ports-gnome-584ca3787542b6e3bc7e468000628f098e0bbfc4.zip |
multimedia/libvpx: update 1.5.0
ABI isn't compatible, so bump PORTREVISION in consumers.
Changes: https://chromium.googlesource.com/webm/libvpx/+log/e67d45d..v1.5.0
ACC report: https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.4.0.488_1_to_1.5.0/compat_report.html
PR: 204478
Exp-run by: antoine
Approved by: ashish (maintainer)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/virtualbox-ose/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile index c4b35644bb5a..b51fea84e201 100644 --- a/emulators/virtualbox-ose/Makefile +++ b/emulators/virtualbox-ose/Makefile @@ -3,6 +3,7 @@ PORTNAME= virtualbox-ose DISTVERSION= 4.3.34 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \ http://tmp.chruetertee.ch/ \ |