diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-03-23 22:01:05 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-03-23 22:01:05 +0000 |
commit | 6ca3a84401a3b8725a29830d14a9e761aa7474a9 (patch) | |
tree | b70d0e55a1230e1b8bb7775edfe820c9149767b0 /graphics | |
parent | 4c716036ae3d21de1f7764f8fe96344fb71087a0 (diff) | |
download | freebsd-ports-6ca3a84401a3b8725a29830d14a9e761aa7474a9.zip |
multimedia/aom: update to 3.0.0
Changes: https://aomedia.googlesource.com/aom/+log/v2.0.2..v3.0.0
Reported by: portscout
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libavif/Makefile | 1 | ||||
-rw-r--r-- | graphics/libheif/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libavif/Makefile b/graphics/libavif/Makefile index d883268e82b4..d9f9b9e834b0 100644 --- a/graphics/libavif/Makefile +++ b/graphics/libavif/Makefile @@ -3,6 +3,7 @@ PORTNAME= libavif DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= graphics PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/graphics/libheif/Makefile b/graphics/libheif/Makefile index 21914fec78a0..4a1e2897c859 100644 --- a/graphics/libheif/Makefile +++ b/graphics/libheif/Makefile @@ -3,7 +3,7 @@ PORTNAME= libheif DISTVERSIONPREFIX= v DISTVERSION= 1.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ |