diff options
author | Barbara Guida <bar@FreeBSD.org> | 2018-07-31 23:22:41 +0000 |
---|---|---|
committer | Barbara Guida <bar@FreeBSD.org> | 2018-07-31 23:22:41 +0000 |
commit | 4b47f579be89c36410ce477267b627971cad960f (patch) | |
tree | 41b8925562ec6af21bc777ebe181b9553b37c9f1 /multimedia/avidemux-plugins | |
parent | 683364cf68c10c5863fa74c68b612923e1289d24 (diff) | |
download | freebsd-ports-4b47f579be89c36410ce477267b627971cad960f.zip |
Bump PORTREVISION after r464084.
While here, add a patch for multimedia/avidemux-plugins to fix the build with gcc7.
Reviewed by: gerald
Diffstat (limited to 'multimedia/avidemux-plugins')
-rw-r--r-- | multimedia/avidemux-plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/avidemux-plugins/Makefile b/multimedia/avidemux-plugins/Makefile index 713edddfb203..1497eb2d936d 100644 --- a/multimedia/avidemux-plugins/Makefile +++ b/multimedia/avidemux-plugins/Makefile @@ -3,7 +3,7 @@ PORTNAME= avidemux PORTVERSION= ${AVIDEMUX_VERSION} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= multimedia PKGNAMESUFFIX= -plugins |