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-fonts | |
parent | 1e99596277eb035a9c277f02824f8d3c7c0a40e7 (diff) | |
download | freebsd-ports-graphics-2ef17bdc60d4e35e667b9be8b7710162bc8eeb9e.tar.gz freebsd-ports-graphics-2ef17bdc60d4e35e667b9be8b7710162bc8eeb9e.tar.zst freebsd-ports-graphics-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-fonts')
-rw-r--r-- | x11-fonts/font-manager/Makefile | 2 | ||||
-rw-r--r-- | x11-fonts/gbdfed/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/gfe/Makefile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/x11-fonts/font-manager/Makefile b/x11-fonts/font-manager/Makefile index c4c654e3b17..1e41dd1b540 100644 --- a/x11-fonts/font-manager/Makefile +++ b/x11-fonts/font-manager/Makefile @@ -3,7 +3,7 @@ PORTNAME= font-manager PORTVERSION= 0.5.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-fonts gnome MASTER_SITES= GOOGLE_CODE diff --git a/x11-fonts/gbdfed/Makefile b/x11-fonts/gbdfed/Makefile index 80cf0bb11d8..419e8c159f8 100644 --- a/x11-fonts/gbdfed/Makefile +++ b/x11-fonts/gbdfed/Makefile @@ -3,6 +3,7 @@ PORTNAME= gbdfed PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= x11-fonts MASTER_SITES= http://sofia.nmsu.edu/~mleisher/Software/gbdfed/ diff --git a/x11-fonts/gfe/Makefile b/x11-fonts/gfe/Makefile index 7df26ac6ebe..d923b5efa28 100644 --- a/x11-fonts/gfe/Makefile +++ b/x11-fonts/gfe/Makefile @@ -3,7 +3,7 @@ PORTNAME= gfe PORTVERSION= 0.0.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-fonts MASTER_SITES= SUNSITE/X11/fonts |