diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-03-24 08:17:11 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-03-24 08:39:30 +0000 |
commit | 6ff44f780c289984fcedb7a0770526ee2ca27241 (patch) | |
tree | a26f93aaf37cc5b525828e9eb445dfe57c709523 | |
parent | 2423a87f094b74704d05b2b3db005c13fe6b2ed0 (diff) |
*/*: Bump consumers of textproc/libunibreak
Chase update of textproc/libunibreak
Reported by: vvd
-rw-r--r-- | deskutils/coolreader/Makefile | 1 | ||||
-rw-r--r-- | deskutils/fbreader/Makefile | 2 | ||||
-rw-r--r-- | games/naev/Makefile | 2 | ||||
-rw-r--r-- | games/tuxpaint-config/Makefile | 2 | ||||
-rw-r--r-- | graphics/krita/Makefile | 2 | ||||
-rw-r--r-- | multimedia/libass/Makefile | 2 |
6 files changed, 6 insertions, 5 deletions
diff --git a/deskutils/coolreader/Makefile b/deskutils/coolreader/Makefile index 06441e0b6020..52bf418f1902 100644 --- a/deskutils/coolreader/Makefile +++ b/deskutils/coolreader/Makefile @@ -1,6 +1,7 @@ PORTNAME= coolreader DISTVERSIONPREFIX= cr DISTVERSION= 3.2.59 +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= mistresssilvara@hotmail.com diff --git a/deskutils/fbreader/Makefile b/deskutils/fbreader/Makefile index 73337cec44e2..9ee5e5be114c 100644 --- a/deskutils/fbreader/Makefile +++ b/deskutils/fbreader/Makefile @@ -1,7 +1,7 @@ PORTNAME= fbreader PORTVERSION= 0.99.6 DISTVERSIONSUFFIX= -freebsdport -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils MAINTAINER= johannes@perceivon.net diff --git a/games/naev/Makefile b/games/naev/Makefile index ede3fc313278..2b5e03d6c2cb 100644 --- a/games/naev/Makefile +++ b/games/naev/Makefile @@ -1,7 +1,7 @@ PORTNAME= naev PORTVERSION= 0.10.6 DISTVERSIONSUFFIX= -source -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games MASTER_SITES= https://github.com/naev/naev/releases/download/v${PORTVERSION}/ diff --git a/games/tuxpaint-config/Makefile b/games/tuxpaint-config/Makefile index c39931bde594..b879ed448941 100644 --- a/games/tuxpaint-config/Makefile +++ b/games/tuxpaint-config/Makefile @@ -1,6 +1,6 @@ PORTNAME= tuxpaint-config PORTVERSION= 0.0.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/tuxpaint/${PORTNAME}/${PORTVERSION} diff --git a/graphics/krita/Makefile b/graphics/krita/Makefile index f96e9fbb45ce..04c81821f061 100644 --- a/graphics/krita/Makefile +++ b/graphics/krita/Makefile @@ -1,6 +1,6 @@ PORTNAME= krita DISTVERSION= 5.2.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} DIST_SUBDIR= KDE/${PORTNAME} diff --git a/multimedia/libass/Makefile b/multimedia/libass/Makefile index 6f507b90888d..982985f82ad8 100644 --- a/multimedia/libass/Makefile +++ b/multimedia/libass/Makefile @@ -1,6 +1,6 @@ PORTNAME= libass DISTVERSION= 0.17.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia devel MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ |