diff options
author | swills <swills@FreeBSD.org> | 2018-05-10 04:27:51 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-05-10 04:27:51 +0800 |
commit | 7e5f62151990cc3536649afea272e5d0eea590cd (patch) | |
tree | 8243c8a0185f5aa87ee181019503630d2a92135c /multimedia | |
parent | 936d9f9c7105a771ae48ce5cdb255ce7326f2dd8 (diff) | |
download | freebsd-ports-graphics-7e5f62151990cc3536649afea272e5d0eea590cd.tar.gz freebsd-ports-graphics-7e5f62151990cc3536649afea272e5d0eea590cd.tar.zst freebsd-ports-graphics-7e5f62151990cc3536649afea272e5d0eea590cd.zip |
Bump PORTREVISION on more opencv consumers due to opencv update
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ccextractor/Makefile | 2 | ||||
-rw-r--r-- | multimedia/chilitags/Makefile | 1 | ||||
-rw-r--r-- | multimedia/ffmpeg/Makefile | 1 | ||||
-rw-r--r-- | multimedia/ffmpeg0/Makefile | 2 | ||||
-rw-r--r-- | multimedia/lives/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mlt/Makefile | 2 | ||||
-rw-r--r-- | multimedia/vlc/Makefile | 2 |
7 files changed, 7 insertions, 5 deletions
diff --git a/multimedia/ccextractor/Makefile b/multimedia/ccextractor/Makefile index 05177814752..29ec7c1d2a3 100644 --- a/multimedia/ccextractor/Makefile +++ b/multimedia/ccextractor/Makefile @@ -3,7 +3,7 @@ PORTNAME= ccextractor DISTVERSIONPREFIX= v DISTVERSION= 0.85 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia MAINTAINER= oz@nixil.net diff --git a/multimedia/chilitags/Makefile b/multimedia/chilitags/Makefile index 657295fac82..8c45568dad8 100644 --- a/multimedia/chilitags/Makefile +++ b/multimedia/chilitags/Makefile @@ -2,6 +2,7 @@ PORTNAME= chilitags DISTVERSION= 2.0.0-169 +PORTREVISION= 1 DISTVERSIONSUFFIX= -g0d9854f CATEGORIES= multimedia diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index 374b801cedf..dd599b76cb1 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -3,6 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 4.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= https://ffmpeg.org/releases/ diff --git a/multimedia/ffmpeg0/Makefile b/multimedia/ffmpeg0/Makefile index 68d72d774d7..6cf9ba19432 100644 --- a/multimedia/ffmpeg0/Makefile +++ b/multimedia/ffmpeg0/Makefile @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 0.7.17 -PORTREVISION= 13 +PORTREVISION= 14 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index 62c2699ac33..59b62ecca95 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -3,7 +3,7 @@ PORTNAME= lives PORTVERSION= 2.8.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= http://lives-video.com/releases/ DISTNAME= LiVES-${PORTVERSION} diff --git a/multimedia/mlt/Makefile b/multimedia/mlt/Makefile index 0c08b96ed04..4c8b731b1ef 100644 --- a/multimedia/mlt/Makefile +++ b/multimedia/mlt/Makefile @@ -2,7 +2,7 @@ PORTNAME= mlt PORTVERSION= 6.4.1 -PORTREVISION?= 7 +PORTREVISION?= 8 CATEGORIES?= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME} diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 6d215324777..c04e2117a86 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 2.2.8 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ |