diff options
author | tijl <tijl@FreeBSD.org> | 2016-12-08 23:46:46 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-12-08 23:46:46 +0800 |
commit | b1c659e7c75c152ea514272d66341a3431d93261 (patch) | |
tree | b0b245f1df498a87a38fb999bf7dcd0affe8a891 /x11-wm | |
parent | f94baecc291cd69602eb6a06f6e7ef2c58280edd (diff) | |
download | freebsd-ports-gnome-b1c659e7c75c152ea514272d66341a3431d93261.tar.gz freebsd-ports-gnome-b1c659e7c75c152ea514272d66341a3431d93261.tar.zst freebsd-ports-gnome-b1c659e7c75c152ea514272d66341a3431d93261.zip |
Remove libxslt.so.2 and libexslt.so.8 compatibility links that were added in
r374303 to prevent massive PORTREVISION bumps. Bump dependent ports that
have not been bumped since.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/compiz-plugins-extra/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/compiz-plugins-main/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/compiz-plugins-unsupported/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/compizconfig-backend-gconf/Makefile | 1 |
4 files changed, 4 insertions, 3 deletions
diff --git a/x11-wm/compiz-plugins-extra/Makefile b/x11-wm/compiz-plugins-extra/Makefile index 07d4ee273b1a..f7571a08aad3 100644 --- a/x11-wm/compiz-plugins-extra/Makefile +++ b/x11-wm/compiz-plugins-extra/Makefile @@ -3,7 +3,7 @@ PORTNAME= compiz-plugins-extra PORTVERSION= 0.8.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ diff --git a/x11-wm/compiz-plugins-main/Makefile b/x11-wm/compiz-plugins-main/Makefile index 23b2f3dd2060..f402bebd30fe 100644 --- a/x11-wm/compiz-plugins-main/Makefile +++ b/x11-wm/compiz-plugins-main/Makefile @@ -3,7 +3,7 @@ PORTNAME= compiz-plugins-main PORTVERSION= 0.8.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ diff --git a/x11-wm/compiz-plugins-unsupported/Makefile b/x11-wm/compiz-plugins-unsupported/Makefile index 49e1d254b09b..e31f87f1875e 100644 --- a/x11-wm/compiz-plugins-unsupported/Makefile +++ b/x11-wm/compiz-plugins-unsupported/Makefile @@ -3,7 +3,7 @@ PORTNAME= compiz-plugins-unsupported PORTVERSION= 0.8.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ diff --git a/x11-wm/compizconfig-backend-gconf/Makefile b/x11-wm/compizconfig-backend-gconf/Makefile index dd876172fce6..c882d9c5585d 100644 --- a/x11-wm/compizconfig-backend-gconf/Makefile +++ b/x11-wm/compizconfig-backend-gconf/Makefile @@ -3,6 +3,7 @@ PORTNAME= compizconfig-backend-gconf PORTVERSION= 0.8.8 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ |