diff options
author | tijl <tijl@FreeBSD.org> | 2016-12-09 03:23:24 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-12-09 03:23:24 +0800 |
commit | dbeb8d95df45ebc92cc1b8e6252793c08ac5070a (patch) | |
tree | e2715d6c9595e25da79d8bb0b4341f2a5c8d82a4 /x11 | |
parent | 0e91f27a663eba282d7db906e4c332590516600e (diff) | |
download | freebsd-ports-gnome-dbeb8d95df45ebc92cc1b8e6252793c08ac5070a.tar.gz freebsd-ports-gnome-dbeb8d95df45ebc92cc1b8e6252793c08ac5070a.tar.zst freebsd-ports-gnome-dbeb8d95df45ebc92cc1b8e6252793c08ac5070a.zip |
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/florence/Makefile | 1 | ||||
-rw-r--r-- | x11/trayer/Makefile | 1 | ||||
-rw-r--r-- | x11/xfree86_xkb_xml/Makefile | 2 | ||||
-rw-r--r-- | x11/xwininfo/Makefile | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/x11/florence/Makefile b/x11/florence/Makefile index 0039cdc0a532..a17d58d2a12a 100644 --- a/x11/florence/Makefile +++ b/x11/florence/Makefile @@ -3,6 +3,7 @@ PORTNAME= florence PORTVERSION= 0.6.3 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= SF/florence/florence/${PORTVERSION}/ diff --git a/x11/trayer/Makefile b/x11/trayer/Makefile index a7d465e800ec..43552c156b6e 100644 --- a/x11/trayer/Makefile +++ b/x11/trayer/Makefile @@ -4,6 +4,7 @@ PORTNAME= trayer PORTVERSION= 1.1.6 DISTVERSIONPREFIX= ${PORTNAME}- +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= madpilot@FreeBSD.org diff --git a/x11/xfree86_xkb_xml/Makefile b/x11/xfree86_xkb_xml/Makefile index 1991617817d7..ce0c21898691 100644 --- a/x11/xfree86_xkb_xml/Makefile +++ b/x11/xfree86_xkb_xml/Makefile @@ -3,7 +3,7 @@ PORTNAME= xfree86_xkb_xml PORTVERSION= 0.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 MASTER_SITES= SF/gswitchit/OldFiles diff --git a/x11/xwininfo/Makefile b/x11/xwininfo/Makefile index c20c0aee92fc..70ee7534e80e 100644 --- a/x11/xwininfo/Makefile +++ b/x11/xwininfo/Makefile @@ -2,7 +2,7 @@ PORTNAME= xwininfo PORTVERSION= 1.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org |