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 /emulators | |
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 'emulators')
-rw-r--r-- | emulators/snes9express/Makefile | 2 | ||||
-rw-r--r-- | emulators/tilem/Makefile | 2 | ||||
-rw-r--r-- | emulators/uae/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/emulators/snes9express/Makefile b/emulators/snes9express/Makefile index 1f676e8bf477..5b59b4bff059 100644 --- a/emulators/snes9express/Makefile +++ b/emulators/snes9express/Makefile @@ -3,7 +3,7 @@ PORTNAME= snes9express PORTVERSION= 1.43 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= SF diff --git a/emulators/tilem/Makefile b/emulators/tilem/Makefile index ce54593a6931..d1e1e778e3e8 100644 --- a/emulators/tilem/Makefile +++ b/emulators/tilem/Makefile @@ -3,7 +3,7 @@ PORTNAME= tilem PORTVERSION= 2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= SF diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index aa32ff3b3516..80161952d6b1 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -3,7 +3,7 @@ PORTNAME= uae PORTVERSION= 0.8.29 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= LOCAL/grembo |