diff options
author | tijl <tijl@FreeBSD.org> | 2016-12-09 03:52:19 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-12-09 03:52:19 +0800 |
commit | 2ef17bdc60d4e35e667b9be8b7710162bc8eeb9e (patch) | |
tree | 3c8833dfe452b93f6e5e4fc66b78bbafdc950e06 /x11-fm | |
parent | 1e99596277eb035a9c277f02824f8d3c7c0a40e7 (diff) | |
download | freebsd-ports-gnome-2ef17bdc60d4e35e667b9be8b7710162bc8eeb9e.tar.gz freebsd-ports-gnome-2ef17bdc60d4e35e667b9be8b7710162bc8eeb9e.tar.zst freebsd-ports-gnome-2ef17bdc60d4e35e667b9be8b7710162bc8eeb9e.zip |
Remove libintl.so.9 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-fm')
-rw-r--r-- | x11-fm/catseye-fm/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/emelfm2/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/mtoolsfm/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/rox-filer/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/rox-session/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/x11-fm/catseye-fm/Makefile b/x11-fm/catseye-fm/Makefile index 06abee47ef18..000ab5c75ef5 100644 --- a/x11-fm/catseye-fm/Makefile +++ b/x11-fm/catseye-fm/Makefile @@ -3,7 +3,7 @@ PORTNAME= catseye-fm PORTVERSION= 4.2.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fm MASTER_SITES= http://catseye-fm.sourceforge.net/downloads/ \ http://catseye-fm-temp.sourceforge.net/downloads/ \ diff --git a/x11-fm/emelfm2/Makefile b/x11-fm/emelfm2/Makefile index a55af16cf11d..bbbb54428567 100644 --- a/x11-fm/emelfm2/Makefile +++ b/x11-fm/emelfm2/Makefile @@ -2,7 +2,7 @@ PORTNAME= emelfm2 PORTVERSION= 0.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fm MASTER_SITES= http://emelfm2.net/rel/ diff --git a/x11-fm/mtoolsfm/Makefile b/x11-fm/mtoolsfm/Makefile index ee75f8a5da41..9409c7a555b9 100644 --- a/x11-fm/mtoolsfm/Makefile +++ b/x11-fm/mtoolsfm/Makefile @@ -3,7 +3,7 @@ PORTNAME= mtoolsfm PORTVERSION= 1.9.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-fm MASTER_SITES= SF DISTNAME= MToolsFM-${PORTVERSION} diff --git a/x11-fm/rox-filer/Makefile b/x11-fm/rox-filer/Makefile index 43332d70a06d..9e8c70f2b36a 100644 --- a/x11-fm/rox-filer/Makefile +++ b/x11-fm/rox-filer/Makefile @@ -2,7 +2,7 @@ PORTNAME= rox-filer PORTVERSION= 2.11 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-fm gnome MASTER_SITES= SF/rox/rox/${PORTVERSION} DISTNAME= rox-filer-${PORTVERSION} diff --git a/x11-fm/rox-session/Makefile b/x11-fm/rox-session/Makefile index 2168a71f8e2c..5a29913ebe2e 100644 --- a/x11-fm/rox-session/Makefile +++ b/x11-fm/rox-session/Makefile @@ -2,7 +2,7 @@ PORTNAME= rox-session PORTVERSION= 0.40.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fm MASTER_SITES= SF/rox/ROX-Session/${PORTVERSION}/ |