git: 98f08148d0bd - main - */*: Bump consumers of graphics/imlib2

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Sat, 20 Jan 2024 13:56:03 UTC
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=98f08148d0bd0ad3fb0a04e36e0d07581db66349

commit 98f08148d0bd0ad3fb0a04e36e0d07581db66349
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-01-20 13:53:13 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-01-20 13:55:49 +0000

    */*: Bump consumers of graphics/imlib2
    
    New version of imlib2 in tree
---
 audio/deadbeef/Makefile             | 2 +-
 devel/libast/Makefile               | 2 +-
 editors/texmacs/Makefile            | 2 +-
 games/netrek-client-cow/Makefile    | 1 +
 games/xteddy/Makefile               | 2 +-
 graphics/feh/Makefile               | 1 +
 graphics/icat/Makefile              | 2 +-
 graphics/imlib2-jxl/Makefile        | 2 +-
 graphics/imlib2-webp/Makefile       | 1 +
 graphics/libcaca/Makefile           | 2 +-
 graphics/maim/Makefile              | 2 +-
 graphics/nsxiv/Makefile             | 1 +
 graphics/p5-Image-Imlib2/Makefile   | 2 +-
 graphics/p5-Imlib2/Makefile         | 2 +-
 graphics/qiv/Makefile               | 2 +-
 graphics/scrot/Makefile             | 1 +
 graphics/simpleviewer/Makefile      | 2 +-
 graphics/ssocr/Makefile             | 2 +-
 graphics/telak/Makefile             | 2 +-
 graphics/zphoto/Makefile            | 2 +-
 multimedia/camserv/Makefile         | 2 +-
 net/xrdp-devel/Makefile             | 1 +
 net/xrdp/Makefile                   | 1 +
 sysutils/conky/Makefile             | 1 +
 www/w3m/Makefile                    | 1 +
 x11-wm/e16/Makefile                 | 2 +-
 x11-wm/fluxbox/Makefile             | 2 +-
 x11-wm/icewm/Makefile               | 1 +
 x11-wm/lxappearance-obconf/Makefile | 2 +-
 x11-wm/obconf-qt/Makefile           | 1 +
 x11-wm/openbox/Makefile             | 2 +-
 x11/3ddesktop/Makefile              | 2 +-
 x11/bgs/Makefile                    | 2 +-
 x11/erun/Makefile                   | 2 +-
 x11/eterm/Makefile                  | 2 +-
 x11/fbdesk/Makefile                 | 2 +-
 x11/habak/Makefile                  | 1 +
 x11/hsetroot/Makefile               | 1 +
 x11/idesk/Makefile                  | 2 +-
 x11/metalock/Makefile               | 2 +-
 x11/pmenu/Makefile                  | 1 +
 x11/tint/Makefile                   | 2 +-
 x11/wbar/Makefile                   | 2 +-
 x11/wmappl/Makefile                 | 2 +-
 x11/xmenu/Makefile                  | 2 +-
 x11/xnotify/Makefile                | 1 +
 46 files changed, 46 insertions(+), 31 deletions(-)

diff --git a/audio/deadbeef/Makefile b/audio/deadbeef/Makefile
index 9de830c05ccb..d97e2f92e346 100644
--- a/audio/deadbeef/Makefile
+++ b/audio/deadbeef/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	deadbeef
 PORTVERSION=	0.7.2
-PORTREVISION=	26
+PORTREVISION=	27
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/
 
diff --git a/devel/libast/Makefile b/devel/libast/Makefile
index bd59c1a1ec3d..b78037434c68 100644
--- a/devel/libast/Makefile
+++ b/devel/libast/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libast
 PORTVERSION=	0.7
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	devel
 MASTER_SITES=	http://www.eterm.org/download/ \
 		LOCAL/ehaupt
diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile
index a64047809f57..76b8166133c0 100644
--- a/editors/texmacs/Makefile
+++ b/editors/texmacs/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	texmacs
 PORTVERSION=	1.99.4
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	editors print
 MASTER_SITES=	http://www.texmacs.org/Download/ftp/tmftp/source/
 DISTNAME=	TeXmacs-${PORTVERSION}-src
diff --git a/games/netrek-client-cow/Makefile b/games/netrek-client-cow/Makefile
index 911e3490e2de..6f2b1b816a71 100644
--- a/games/netrek-client-cow/Makefile
+++ b/games/netrek-client-cow/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	netrek-client-cow
 PORTVERSION=	3.3.2
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	http://www.netrek.org/files/COW/ \
 		http://quozl.us.netrek.org/netrek/
diff --git a/games/xteddy/Makefile b/games/xteddy/Makefile
index 3017445ec951..7faf837b0d25 100644
--- a/games/xteddy/Makefile
+++ b/games/xteddy/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xteddy
 PORTVERSION=	2.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	http://webstaff.itn.liu.se/~stegu/xteddy/
 
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile
index 15b5d4b216ca..a03242ba8ece 100644
--- a/graphics/feh/Makefile
+++ b/graphics/feh/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	feh
 PORTVERSION=	3.10.2
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	https://feh.finalrewind.org/
 
diff --git a/graphics/icat/Makefile b/graphics/icat/Makefile
index 76cb24c1da5b..36f6d5d86611 100644
--- a/graphics/icat/Makefile
+++ b/graphics/icat/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	icat
 PORTVERSION=	0.5
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 
 MAINTAINER=	ehaupt@FreeBSD.org
diff --git a/graphics/imlib2-jxl/Makefile b/graphics/imlib2-jxl/Makefile
index 797ab46c823d..29262ddf5d08 100644
--- a/graphics/imlib2-jxl/Makefile
+++ b/graphics/imlib2-jxl/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	imlib2-jxl
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.1.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 
 MAINTAINER=	jbeich@FreeBSD.org
diff --git a/graphics/imlib2-webp/Makefile b/graphics/imlib2-webp/Makefile
index d6a382ca07dc..0c39d7a8a0fd 100644
--- a/graphics/imlib2-webp/Makefile
+++ b/graphics/imlib2-webp/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	imlib2-webp
 PORTVERSION=	20230222
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	eduardo@FreeBSD.org
diff --git a/graphics/libcaca/Makefile b/graphics/libcaca/Makefile
index 015d8e5febf7..1ba568e38987 100644
--- a/graphics/libcaca/Makefile
+++ b/graphics/libcaca/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libcaca
 DISTVERSION=	0.99.beta19
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	http://caca.zoy.org/raw-attachment/wiki/libcaca/
 
diff --git a/graphics/maim/Makefile b/graphics/maim/Makefile
index 9542b519763e..62b81398a10e 100644
--- a/graphics/maim/Makefile
+++ b/graphics/maim/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	maim
 DISTVERSIONPREFIX=	v
 DISTVERSION=	5.7.4
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics
 
 MAINTAINER=	0mp@FreeBSD.org
diff --git a/graphics/nsxiv/Makefile b/graphics/nsxiv/Makefile
index c34278cfd10f..2c39c88d7894 100644
--- a/graphics/nsxiv/Makefile
+++ b/graphics/nsxiv/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	nsxiv
 DISTVERSIONPREFIX=	v
 DISTVERSION=	28
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	0mp@FreeBSD.org
diff --git a/graphics/p5-Image-Imlib2/Makefile b/graphics/p5-Image-Imlib2/Makefile
index e07fd1ef8e4c..f8806828351a 100644
--- a/graphics/p5-Image-Imlib2/Makefile
+++ b/graphics/p5-Image-Imlib2/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	Image-Imlib2
 PORTVERSION=	2.03
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
diff --git a/graphics/p5-Imlib2/Makefile b/graphics/p5-Imlib2/Makefile
index 7f958f90e8bf..f24b097ee679 100644
--- a/graphics/p5-Imlib2/Makefile
+++ b/graphics/p5-Imlib2/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	Imlib2
 PORTVERSION=	1.0.0
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	graphics perl5
 MASTER_SITES=	http://www.muhri.net/
 PKGNAMEPREFIX=	p5-
diff --git a/graphics/qiv/Makefile b/graphics/qiv/Makefile
index 59396f8a45b3..6efdf5649222 100644
--- a/graphics/qiv/Makefile
+++ b/graphics/qiv/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	qiv
 PORTVERSION=	2.3.3
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	http://spiegl.de/qiv/download/ \
 		http://www.predatorlabs.net/dl/
diff --git a/graphics/scrot/Makefile b/graphics/scrot/Makefile
index 3b7757284310..d9bba7a73329 100644
--- a/graphics/scrot/Makefile
+++ b/graphics/scrot/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	scrot
 DISTVERSION=	1.10
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	amdmi3@FreeBSD.org
diff --git a/graphics/simpleviewer/Makefile b/graphics/simpleviewer/Makefile
index 7b3453f3fc22..8065a87699e9 100644
--- a/graphics/simpleviewer/Makefile
+++ b/graphics/simpleviewer/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	simpleviewer
 PORTVERSION=	3.1.7
-PORTREVISION=	19
+PORTREVISION=	20
 CATEGORIES=	graphics
 MASTER_SITES=	https://bitbucket.org/andreyu/simple-viewer-gl/get/
 DISTNAME=	v${PORTVERSION}	# version tag, has no embedded ${PORTNAME}
diff --git a/graphics/ssocr/Makefile b/graphics/ssocr/Makefile
index 7dbe68c9ce7d..69ab8775b941 100644
--- a/graphics/ssocr/Makefile
+++ b/graphics/ssocr/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ssocr
 PORTVERSION=	2.23.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.unix-ag.uni-kl.de/~auerswal/ssocr/ \
 		LOCAL/ehaupt
diff --git a/graphics/telak/Makefile b/graphics/telak/Makefile
index 4be6d1bcbb56..6e2a3ff5e6e1 100644
--- a/graphics/telak/Makefile
+++ b/graphics/telak/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	telak
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.7
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 
 MAINTAINER=	ehaupt@FreeBSD.org
diff --git a/graphics/zphoto/Makefile b/graphics/zphoto/Makefile
index 54e804ec8b06..558f0ef18961 100644
--- a/graphics/zphoto/Makefile
+++ b/graphics/zphoto/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	zphoto
 PORTVERSION=	1.2
-PORTREVISION=	15
+PORTREVISION=	16
 CATEGORIES=	graphics www
 MASTER_SITES=	http://namazu.org/~satoru/zphoto/
 
diff --git a/multimedia/camserv/Makefile b/multimedia/camserv/Makefile
index cd211d0b6cae..5c949765d2cb 100644
--- a/multimedia/camserv/Makefile
+++ b/multimedia/camserv/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	camserv
 PORTVERSION=	0.5.1
-PORTREVISION=	22
+PORTREVISION=	23
 PORTEPOCH=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	SF/cserv/${PORTNAME}/${PORTVERSION}
diff --git a/net/xrdp-devel/Makefile b/net/xrdp-devel/Makefile
index 3fdd71b0eaa9..6b31b0cc1548 100644
--- a/net/xrdp-devel/Makefile
+++ b/net/xrdp-devel/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	xrdp
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.9.80.b20230928
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	net
 PKGNAMESUFFIX=	-devel
diff --git a/net/xrdp/Makefile b/net/xrdp/Makefile
index 6e01f57aefb9..9ae2ff6ca118 100644
--- a/net/xrdp/Makefile
+++ b/net/xrdp/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	xrdp
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.9.24
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	net
 DIST_SUBDIR?=	${PORTNAME}
diff --git a/sysutils/conky/Makefile b/sysutils/conky/Makefile
index a3c229bee330..ef5e22174a27 100644
--- a/sysutils/conky/Makefile
+++ b/sysutils/conky/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	conky
 PORTVERSION=	1.19.6
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	sysutils
 
diff --git a/www/w3m/Makefile b/www/w3m/Makefile
index 6ac281a0e6ae..e7c4b1fab254 100644
--- a/www/w3m/Makefile
+++ b/www/w3m/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	w3m
 PORTVERSION=	0.5.3.${SNAPDATE}
+PORTREVISION=	1
 CATEGORIES+=	www
 
 MAINTAINER?=	nobutaka@FreeBSD.org
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile
index b84c6d225ad0..205507130ea8 100644
--- a/x11-wm/e16/Makefile
+++ b/x11-wm/e16/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	e16
 PORTVERSION=	1.0.28
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	x11-wm enlightenment
 MASTER_SITES=	SF/enlightenment/${PORTNAME}/${PORTVERSION}/
 
diff --git a/x11-wm/fluxbox/Makefile b/x11-wm/fluxbox/Makefile
index 0105a14bb16f..9d7271eacafa 100644
--- a/x11-wm/fluxbox/Makefile
+++ b/x11-wm/fluxbox/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	fluxbox
 PORTVERSION=	1.3.7
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	x11-wm
 MASTER_SITES=	SF
 
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile
index fcaaf263d1e2..7f9032338f70 100644
--- a/x11-wm/icewm/Makefile
+++ b/x11-wm/icewm/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	icewm
 PORTVERSION=	3.4.5
+PORTREVISION=	1
 CATEGORIES=	x11-wm
 MASTER_SITES=	https://github.com/ice-wm/icewm/releases/download/${PORTVERSION}/
 
diff --git a/x11-wm/lxappearance-obconf/Makefile b/x11-wm/lxappearance-obconf/Makefile
index 7876a8623474..8747b27b6462 100644
--- a/x11-wm/lxappearance-obconf/Makefile
+++ b/x11-wm/lxappearance-obconf/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	lxappearance-obconf
 PORTVERSION=	0.2.3
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	x11-wm
 MASTER_SITES=	SF/lxde/LXAppearance%20Obconf/
 
diff --git a/x11-wm/obconf-qt/Makefile b/x11-wm/obconf-qt/Makefile
index 83bfc720d048..f8268061b839 100644
--- a/x11-wm/obconf-qt/Makefile
+++ b/x11-wm/obconf-qt/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	obconf-qt
 PORTVERSION=	0.16.2
+PORTREVISION=	1
 CATEGORIES=	x11-wm
 MASTER_SITES=	LXQT/${PORTNAME}
 
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile
index 9152820a22cd..8229d0f9d095 100644
--- a/x11-wm/openbox/Makefile
+++ b/x11-wm/openbox/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	openbox
 PORTVERSION=	3.6
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://openbox.org/dist/openbox/
 
diff --git a/x11/3ddesktop/Makefile b/x11/3ddesktop/Makefile
index 71bc801b3772..b9359593be3b 100644
--- a/x11/3ddesktop/Makefile
+++ b/x11/3ddesktop/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	3ddesktop
 PORTVERSION=	0.2.9
-PORTREVISION=	16
+PORTREVISION=	17
 CATEGORIES=	x11
 MASTER_SITES=	SF/desk3d/${PORTNAME}/${PORTVERSION}
 
diff --git a/x11/bgs/Makefile b/x11/bgs/Makefile
index 5862aa8d9622..6f35cf6166a4 100644
--- a/x11/bgs/Makefile
+++ b/x11/bgs/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	bgs
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11
 
 MAINTAINER=	ports@FreeBSD.org
diff --git a/x11/erun/Makefile b/x11/erun/Makefile
index 2871c12efdaf..b5998dee874c 100644
--- a/x11/erun/Makefile
+++ b/x11/erun/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	E-Run
 PORTVERSION=	1.2
-PORTREVISION=	16
+PORTREVISION=	17
 CATEGORIES=	x11
 MASTER_SITES=	LOCAL/kbyanc
 
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile
index cbac8e61d9ef..608779cb0821 100644
--- a/x11/eterm/Makefile
+++ b/x11/eterm/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	eterm
 PORTVERSION=	0.9.6
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES+=	x11
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/Eterm-${PORTVERSION}
 DISTNAME=	Eterm-${PORTVERSION}
diff --git a/x11/fbdesk/Makefile b/x11/fbdesk/Makefile
index 2c6ee19e26bb..c32a22792ae2 100644
--- a/x11/fbdesk/Makefile
+++ b/x11/fbdesk/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	fbdesk
 PORTVERSION=	1.4.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	x11
 MASTER_SITES=	http://fluxbox.sourceforge.net/download/ \
 		GENTOO
diff --git a/x11/habak/Makefile b/x11/habak/Makefile
index 80b5ca447b47..72171183411f 100644
--- a/x11/habak/Makefile
+++ b/x11/habak/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	habak
 DISTVERSION=	0.2.5
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	SF/fvwm-crystal/habak/${DISTVERSION}
 
diff --git a/x11/hsetroot/Makefile b/x11/hsetroot/Makefile
index 252418b4333d..73504e14d743 100644
--- a/x11/hsetroot/Makefile
+++ b/x11/hsetroot/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	hsetroot
 PORTVERSION=	1.0.5
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	danfe@FreeBSD.org
diff --git a/x11/idesk/Makefile b/x11/idesk/Makefile
index f8cf5786c06f..a57282869a65 100644
--- a/x11/idesk/Makefile
+++ b/x11/idesk/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	idesk
 PORTVERSION=	0.7.5
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	x11
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
diff --git a/x11/metalock/Makefile b/x11/metalock/Makefile
index 7c66220105ea..24f97789de30 100644
--- a/x11/metalock/Makefile
+++ b/x11/metalock/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	metalock
 PORTVERSION=	0.8.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	x11
 MASTER_SITES=	BERLIOS
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
diff --git a/x11/pmenu/Makefile b/x11/pmenu/Makefile
index fd2f6744d2d5..b731ee2d2ce2 100644
--- a/x11/pmenu/Makefile
+++ b/x11/pmenu/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	pmenu
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.5.0
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	0mp@FreeBSD.org
diff --git a/x11/tint/Makefile b/x11/tint/Makefile
index d28422ca1336..2c1b19430723 100644
--- a/x11/tint/Makefile
+++ b/x11/tint/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	tint2
 PORTVERSION=	16.7
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11
 
 MAINTAINER=	yamagi@yamagi.org
diff --git a/x11/wbar/Makefile b/x11/wbar/Makefile
index ff25a3f98cee..018c50c4e81a 100644
--- a/x11/wbar/Makefile
+++ b/x11/wbar/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	wbar
 PORTVERSION=	2.3.4
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	x11
 MASTER_SITES=	https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PORTNAME}/
 
diff --git a/x11/wmappl/Makefile b/x11/wmappl/Makefile
index 916b67d51390..749520c05979 100644
--- a/x11/wmappl/Makefile
+++ b/x11/wmappl/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	wmappl
 PORTVERSION=	0.71
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11 windowmaker
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
diff --git a/x11/xmenu/Makefile b/x11/xmenu/Makefile
index 53133f90d050..f6afe3bab41c 100644
--- a/x11/xmenu/Makefile
+++ b/x11/xmenu/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	xmenu
 DISTVERSIONPREFIX=	v
 DISTVERSION=	4.6.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11
 
 MAINTAINER=	lcook@FreeBSD.org
diff --git a/x11/xnotify/Makefile b/x11/xnotify/Makefile
index af7104c01756..d9621905e79e 100644
--- a/x11/xnotify/Makefile
+++ b/x11/xnotify/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	xnotify
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.9.3
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	jbeich@FreeBSD.org