diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-12-05 07:32:44 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-12-05 12:35:42 +0000 |
commit | 5a7f23c69df040ff8b38bb1c0d25db96cc1c2605 (patch) | |
tree | f19faf08e0e0532b418c5a993e62c3342ebb7cd2 /graphics | |
parent | 237b36fa2e73986dc19284686e80a47cb329bb6f (diff) |
lang/rust: Rebuild consumers for Rust 1.57.0
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/dssim/Makefile | 2 | ||||
-rw-r--r-- | graphics/gifski/Makefile | 2 | ||||
-rw-r--r-- | graphics/ikona/Makefile | 2 | ||||
-rw-r--r-- | graphics/libopenraw/Makefile | 2 | ||||
-rw-r--r-- | graphics/librsvg2-rust/Makefile | 1 | ||||
-rw-r--r-- | graphics/pastel/Makefile | 2 | ||||
-rw-r--r-- | graphics/rx/Makefile | 2 | ||||
-rw-r--r-- | graphics/svgbob/Makefile | 2 | ||||
-rw-r--r-- | graphics/viu/Makefile | 2 |
9 files changed, 9 insertions, 8 deletions
diff --git a/graphics/dssim/Makefile b/graphics/dssim/Makefile index 9ec7327a9e43..6021c9940585 100644 --- a/graphics/dssim/Makefile +++ b/graphics/dssim/Makefile @@ -1,6 +1,6 @@ PORTNAME= dssim DISTVERSION= 3.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default diff --git a/graphics/gifski/Makefile b/graphics/gifski/Makefile index 18e87c2287da..29354cbb1e7a 100644 --- a/graphics/gifski/Makefile +++ b/graphics/gifski/Makefile @@ -1,6 +1,6 @@ PORTNAME= gifski DISTVERSION= 1.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/ikona/Makefile b/graphics/ikona/Makefile index d48c00b9445e..ceef6173016a 100644 --- a/graphics/ikona/Makefile +++ b/graphics/ikona/Makefile @@ -1,6 +1,6 @@ PORTNAME= ikona DISTVERSION= 1.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ diff --git a/graphics/libopenraw/Makefile b/graphics/libopenraw/Makefile index bab027da3f2d..75b9dcbdebeb 100644 --- a/graphics/libopenraw/Makefile +++ b/graphics/libopenraw/Makefile @@ -2,7 +2,7 @@ PORTNAME= libopenraw PORTVERSION= 0.3.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= http://libopenraw.freedesktop.org/download/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/graphics/librsvg2-rust/Makefile b/graphics/librsvg2-rust/Makefile index 18d17336000b..513d2bef7da5 100644 --- a/graphics/librsvg2-rust/Makefile +++ b/graphics/librsvg2-rust/Makefile @@ -2,6 +2,7 @@ PORTNAME= librsvg PORTVERSION= 2.52.4 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 2-rust diff --git a/graphics/pastel/Makefile b/graphics/pastel/Makefile index 72eed543a408..39f9018899a8 100644 --- a/graphics/pastel/Makefile +++ b/graphics/pastel/Makefile @@ -1,7 +1,7 @@ PORTNAME= pastel DISTVERSIONPREFIX= v DISTVERSION= 0.8.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= lcook@FreeBSD.org diff --git a/graphics/rx/Makefile b/graphics/rx/Makefile index 41bea6228727..c9b48f1d64f0 100644 --- a/graphics/rx/Makefile +++ b/graphics/rx/Makefile @@ -1,7 +1,7 @@ PORTNAME= rx DISTVERSIONPREFIX= v DISTVERSION= 0.5.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics PKGNAMESUFFIX= -editor diff --git a/graphics/svgbob/Makefile b/graphics/svgbob/Makefile index 6fa43beb82da..28f2e469acf5 100644 --- a/graphics/svgbob/Makefile +++ b/graphics/svgbob/Makefile @@ -1,6 +1,6 @@ PORTNAME= svgbob DISTVERSION= g20190412 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= graphics MAINTAINER= mikael@FreeBSD.org diff --git a/graphics/viu/Makefile b/graphics/viu/Makefile index ddfb2ecf4671..8f55ba33a656 100644 --- a/graphics/viu/Makefile +++ b/graphics/viu/Makefile @@ -1,7 +1,7 @@ PORTNAME= viu DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MAINTAINER= lcook@FreeBSD.org |