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-clocks | |
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-clocks')
-rw-r--r-- | x11-clocks/cairo-clock/Makefile | 2 | ||||
-rw-r--r-- | x11-clocks/xclock/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-clocks/cairo-clock/Makefile b/x11-clocks/cairo-clock/Makefile index aa71255ca3fe..c130824e15b2 100644 --- a/x11-clocks/cairo-clock/Makefile +++ b/x11-clocks/cairo-clock/Makefile @@ -3,7 +3,7 @@ PORTNAME= cairo-clock PORTVERSION= 0.3.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-clocks net gnome MASTER_SITES= http://macslow.thepimp.net/projects/cairo-clock/ diff --git a/x11-clocks/xclock/Makefile b/x11-clocks/xclock/Makefile index 728ad0b1487b..8e8ec2e2456a 100644 --- a/x11-clocks/xclock/Makefile +++ b/x11-clocks/xclock/Makefile @@ -2,7 +2,7 @@ PORTNAME= xclock PORTVERSION= 1.0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-clocks MAINTAINER= x11@FreeBSD.org |