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 /www/firefox | |
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 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 32cf0e3a48f9..2b60960d5ad2 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -4,6 +4,7 @@ PORTNAME= firefox DISTVERSION= 41.0.2 DISTVERSIONSUFFIX=.source +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ |