diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-08 11:25:06 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-08 11:25:06 +0800 |
commit | 66a8bee935863066672bd6b9c8e48f60e09b20a6 (patch) | |
tree | 1d576eb799436c03e6b0feaac7e1c8f1596b5c5e /multimedia/libav | |
parent | 9f0427e5509f60fd5f9f328e30870d7d42874663 (diff) | |
download | freebsd-ports-gnome-66a8bee935863066672bd6b9c8e48f60e09b20a6.tar.gz freebsd-ports-gnome-66a8bee935863066672bd6b9c8e48f60e09b20a6.tar.zst freebsd-ports-gnome-66a8bee935863066672bd6b9c8e48f60e09b20a6.zip |
- Update to 0.4.0
- Add LICENSE
- Sort LIB_DEPENDS
- Use USES=libtool
- Do not silence installation message
- Bump PORTREVISION for graphics/webp shlib change
Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
Diffstat (limited to 'multimedia/libav')
-rw-r--r-- | multimedia/libav/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libav/Makefile b/multimedia/libav/Makefile index f17473212d37..18b32eadb8cc 100644 --- a/multimedia/libav/Makefile +++ b/multimedia/libav/Makefile @@ -2,7 +2,7 @@ PORTNAME= libav PORTVERSION= 10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://libav.org/releases/ |