aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2022-02-26 12:16:45 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2022-02-26 12:18:29 +0000
commit6c15051d54e035515e4ddbbd2a37472fe969c488 (patch)
tree2a74f48c151fb1b5962fb7838eadfad4ad747b19
parent92593edb3e4d3d1c8f976fdfd1a137338a095efc (diff)
downloadports-6c15051d54e035515e4ddbbd2a37472fe969c488.tar.gz
ports-6c15051d54e035515e4ddbbd2a37472fe969c488.zip
*/*: Bump PORTREVISION of users due to bump of graphics/libheif
-rw-r--r--astro/siril/Makefile2
-rw-r--r--graphics/cimg/Makefile1
-rw-r--r--graphics/darktable38/Makefile1
-rw-r--r--graphics/geeqie/Makefile2
-rw-r--r--graphics/imv/Makefile1
-rw-r--r--graphics/krita/Makefile2
-rw-r--r--graphics/openimageio-ociov1/Makefile2
-rw-r--r--graphics/openimageio/Makefile2
-rw-r--r--graphics/py-openimageio/Makefile2
-rw-r--r--graphics/vips/Makefile1
-rw-r--r--x11/wallutils/Makefile1
11 files changed, 11 insertions, 6 deletions
diff --git a/astro/siril/Makefile b/astro/siril/Makefile
index 59be1a36a434..216407c8511e 100644
--- a/astro/siril/Makefile
+++ b/astro/siril/Makefile
@@ -1,6 +1,6 @@
PORTNAME= siril
DISTVERSION= 0.99.10.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= astro graphics
MASTER_SITES= https://free-astro.org/download/
diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile
index 3f86ed381818..83bbc9f4d06c 100644
--- a/graphics/cimg/Makefile
+++ b/graphics/cimg/Makefile
@@ -4,6 +4,7 @@ PORTNAME= cimg
DISTVERSIONPREFIX= v.
DISTVERSION= 3.0.2
PORTEPOCH= 3
+PORTREVISION= 1
CATEGORIES= graphics devel
MAINTAINER= thierry@FreeBSD.org
diff --git a/graphics/darktable38/Makefile b/graphics/darktable38/Makefile
index 11b541c96284..a2eefe09c351 100644
--- a/graphics/darktable38/Makefile
+++ b/graphics/darktable38/Makefile
@@ -2,6 +2,7 @@
PORTNAME= darktable
PORTVERSION= 3.8.1
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/
PKGNAMESUFFIX= 38
diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile
index 019d2ccb35dc..0aac9a823883 100644
--- a/graphics/geeqie/Makefile
+++ b/graphics/geeqie/Makefile
@@ -2,7 +2,7 @@
PORTNAME= geeqie
PORTVERSION= 1.6
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= graphics
MASTER_SITES= http://www.geeqie.org/
diff --git a/graphics/imv/Makefile b/graphics/imv/Makefile
index 3c2efb90fcd2..50edc51acdf3 100644
--- a/graphics/imv/Makefile
+++ b/graphics/imv/Makefile
@@ -1,6 +1,7 @@
PORTNAME= imv
DISTVERSIONPREFIX= v
DISTVERSION= 4.3.1
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://git.sr.ht/~exec64/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
diff --git a/graphics/krita/Makefile b/graphics/krita/Makefile
index ee3bca9bf174..a08673fb5d5c 100644
--- a/graphics/krita/Makefile
+++ b/graphics/krita/Makefile
@@ -1,6 +1,6 @@
PORTNAME= krita
DISTVERSION= 4.4.8
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= graphics kde
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}
DIST_SUBDIR= KDE/${PORTNAME}
diff --git a/graphics/openimageio-ociov1/Makefile b/graphics/openimageio-ociov1/Makefile
index bdbc639d8856..40987217ebfe 100644
--- a/graphics/openimageio-ociov1/Makefile
+++ b/graphics/openimageio-ociov1/Makefile
@@ -1,7 +1,7 @@
PORTNAME= openimageio
DISTVERSIONPREFIX= Release-
DISTVERSION= 2.2.19.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics multimedia
PKGNAMESUFFIX= -ociov1
# special port to link oiio libs with ociov1
diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile
index 84d5c2b6ec35..29b9c8cd2088 100644
--- a/graphics/openimageio/Makefile
+++ b/graphics/openimageio/Makefile
@@ -5,7 +5,7 @@ DISTVERSION= 2.3.12.0
# py-openimageio's PORTREVISION.
# Also, just to be on the safe side, when resetting,
# best keep PORTREVISION?= 0.
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= graphics multimedia
MAINTAINER?= FreeBSD@Shaneware.biz
diff --git a/graphics/py-openimageio/Makefile b/graphics/py-openimageio/Makefile
index 04c03006263b..5446ed0e5d68 100644
--- a/graphics/py-openimageio/Makefile
+++ b/graphics/py-openimageio/Makefile
@@ -1,6 +1,6 @@
# Created by: Shane Ambler
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= graphics multimedia python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile
index 3d80b3bdbbf0..cef5d1c081a9 100644
--- a/graphics/vips/Makefile
+++ b/graphics/vips/Makefile
@@ -2,6 +2,7 @@
PORTNAME= vips
PORTVERSION= 8.12.1
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/
diff --git a/x11/wallutils/Makefile b/x11/wallutils/Makefile
index a2cf1bedd47e..158b1c316c40 100644
--- a/x11/wallutils/Makefile
+++ b/x11/wallutils/Makefile
@@ -1,5 +1,6 @@
PORTNAME= wallutils
DISTVERSION= 5.10.0
+PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= jbeich@FreeBSD.org