diff options
author | mva <mva@FreeBSD.org> | 2013-11-17 20:33:49 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-11-17 20:33:49 +0800 |
commit | fc647b1b5f6f78d3a8cb964c34144e5bb8319b97 (patch) | |
tree | de53b60cb1c495c3a2b4f057658fd6262c6100e9 /emulators | |
parent | 9b6f34c36cade35f832dc03e1c308e48760e6d6a (diff) | |
download | freebsd-ports-gnome-fc647b1b5f6f78d3a8cb964c34144e5bb8319b97.tar.gz freebsd-ports-gnome-fc647b1b5f6f78d3a8cb964c34144e5bb8319b97.tar.zst freebsd-ports-gnome-fc647b1b5f6f78d3a8cb964c34144e5bb8319b97.zip |
- Switch devel/sdl20 to use the autotools-based configuration, since the
cmake-based one is not maintained that well
- Fix library naming to ensure backwards compatibility on minor version
changes
- Bump the PORTREVISION on ports depending on devel/sdl20, since its
shared library name changed
PR: ports/183975
Submitted by: Jan Kokemüller <jan.kokemueller@gmail.com>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/joytran/Makefile | 2 | ||||
-rw-r--r-- | emulators/mame/Makefile | 1 | ||||
-rw-r--r-- | emulators/mess/Makefile | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/emulators/joytran/Makefile b/emulators/joytran/Makefile index 9e0f71c399d2..4cef53924b9e 100644 --- a/emulators/joytran/Makefile +++ b/emulators/joytran/Makefile @@ -3,7 +3,7 @@ PORTNAME= joytran PORTVERSION= 0.9.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= BERLIOS GOOGLE_CODE MASTER_SITE_SUBDIR= joytran diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index 97e16b19c14d..2a850dcaddd8 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -3,6 +3,7 @@ PORTNAME= mame PORTVERSION= 0.150${PATCHSUFFIX} +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}.mirror/${PORTNAME:U}%20${PORTVERSION} \ http://mame.mirrors.zippykid.com/releases/ \ diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile index 1975b0967819..32defec5fcda 100644 --- a/emulators/mess/Makefile +++ b/emulators/mess/Makefile @@ -3,6 +3,7 @@ PORTNAME= mess PORTVERSION= 0.150${PATCHSUFFIX} +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SF/mame.mirror/MAME%20${PORTVERSION} \ http://mame.mirrors.zippykid.com/releases/ \ |