diff options
author | wg <wg@FreeBSD.org> | 2013-10-20 00:43:32 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-10-20 00:43:32 +0800 |
commit | 7bd53d2a9f339dc47381e00f07db80cc4b59237c (patch) | |
tree | 69155a2473ecd42904d8ae76e85c62fefb67950b /multimedia/mlt | |
parent | 51b8eaeb1ac21f9fe97de34ffac01229f11188ac (diff) | |
download | freebsd-ports-gnome-7bd53d2a9f339dc47381e00f07db80cc4b59237c.tar.gz freebsd-ports-gnome-7bd53d2a9f339dc47381e00f07db80cc4b59237c.tar.zst freebsd-ports-gnome-7bd53d2a9f339dc47381e00f07db80cc4b59237c.zip |
multimedia/ffmpeg: update to 2.0.1
- Update main ffmpeg port to 2.0.1
- Bump and update dependent ports when necessary (API change)
Approved by: portmgr (bapt)
Diffstat (limited to 'multimedia/mlt')
-rw-r--r-- | multimedia/mlt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mlt/Makefile b/multimedia/mlt/Makefile index db27b8f59dbf..d6ebeba4d17d 100644 --- a/multimedia/mlt/Makefile +++ b/multimedia/mlt/Makefile @@ -2,7 +2,7 @@ PORTNAME= mlt PORTVERSION= 0.9.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME} |