diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-01-26 04:57:44 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-01-26 04:57:44 +0000 |
commit | dd4f21631c8b840a94e1be08fb01868c80c1a3c4 (patch) | |
tree | 77b57dd431815e0ff1ddf697829a9f6d0abaa333 | |
parent | a335e0fcb5c2a2bccf2b1a49c356c7396d24806b (diff) |
Notes
-rw-r--r-- | graphics/darktable/Makefile | 1 | ||||
-rw-r--r-- | graphics/digikam/Makefile | 2 | ||||
-rw-r--r-- | graphics/gimp-lensfun-plugin/Makefile | 2 | ||||
-rw-r--r-- | graphics/photivo/Makefile | 2 | ||||
-rw-r--r-- | graphics/photoflow/Makefile | 1 | ||||
-rw-r--r-- | graphics/rawtherapee/Makefile | 2 | ||||
-rw-r--r-- | graphics/ufraw/Makefile | 2 | ||||
-rw-r--r-- | multimedia/ffmpeg/Makefile | 2 |
8 files changed, 8 insertions, 6 deletions
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index c6873d676346..c4ed03deb63e 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -3,6 +3,7 @@ PORTNAME= darktable PORTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/ diff --git a/graphics/digikam/Makefile b/graphics/digikam/Makefile index e74597bb9d83..18cd75ae1db4 100644 --- a/graphics/digikam/Makefile +++ b/graphics/digikam/Makefile @@ -2,7 +2,7 @@ PORTNAME= digikam DISTVERSION= 6.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE/digikam/${PORTVERSION} diff --git a/graphics/gimp-lensfun-plugin/Makefile b/graphics/gimp-lensfun-plugin/Makefile index abb139dc6ec7..114988801c31 100644 --- a/graphics/gimp-lensfun-plugin/Makefile +++ b/graphics/gimp-lensfun-plugin/Makefile @@ -3,7 +3,7 @@ PORTNAME= lensfun DISTVERSION= 0.2.4-dev -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics PKGNAMEPREFIX= gimp- PKGNAMESUFFIX= -plugin diff --git a/graphics/photivo/Makefile b/graphics/photivo/Makefile index 4528068104b2..d21a5334f736 100644 --- a/graphics/photivo/Makefile +++ b/graphics/photivo/Makefile @@ -3,7 +3,7 @@ PORTNAME= photivo PORTVERSION= 0.0.2015.03.21 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics MASTER_SITES= https://storage.googleapis.com/google-code-archive-source/v2/code.google.com/${PORTNAME}/ DISTNAME= source-archive diff --git a/graphics/photoflow/Makefile b/graphics/photoflow/Makefile index 33fc920b3a7d..0fd8bb93126a 100644 --- a/graphics/photoflow/Makefile +++ b/graphics/photoflow/Makefile @@ -2,6 +2,7 @@ PORTNAME= photoflow DISTVERSION= 0.2.8-1398 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile index 376fe77a7ad5..c35793dcd25d 100644 --- a/graphics/rawtherapee/Makefile +++ b/graphics/rawtherapee/Makefile @@ -3,7 +3,7 @@ PORTNAME= rawtherapee PORTVERSION= 5.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://rawtherapee.com/shared/source/ diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile index 9c5ca244a3dd..8d0a03194f24 100644 --- a/graphics/ufraw/Makefile +++ b/graphics/ufraw/Makefile @@ -3,7 +3,7 @@ PORTNAME= ufraw PORTVERSION= 0.22 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= graphics MAINTAINER= rodrigo@FreeBSD.org diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index 3fcd78d4064b..8b31e7c42d59 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 4.2.2 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= multimedia audio net MASTER_SITES= https://ffmpeg.org/releases/ |