summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2009-01-23 15:43:14 +0000
committerroam <roam@FreeBSD.org>2009-01-23 15:43:14 +0000
commitab3b71e13124eadfe21c7590ee12e8268471b999 (patch)
treefb0cb1e0817e4263570dffb8ac1839895a78d63a /games
parentac3e68c1553c1159c67b663d1020e3a0f157346a (diff)
downloadFreeBSD-ports-ab3b71e13124eadfe21c7590ee12e8268471b999.zip
FreeBSD-ports-ab3b71e13124eadfe21c7590ee12e8268471b999.tar.gz
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working.
Diffstat (limited to 'games')
-rw-r--r--games/alienarena/Makefile3
-rw-r--r--games/bzflag/Makefile3
-rw-r--r--games/daimonin-client/Makefile3
-rw-r--r--games/daimonin/Makefile3
-rw-r--r--games/evq3/Makefile3
-rw-r--r--games/f1spirit-remake/Makefile3
-rw-r--r--games/fgsd/Makefile2
-rw-r--r--games/flightgear-atlas/Makefile3
-rw-r--r--games/iourbanterror/Makefile4
-rw-r--r--games/mudmagic/Makefile4
-rw-r--r--games/nexuiz/Makefile2
-rw-r--r--games/planeshift/Makefile4
-rw-r--r--games/pokerth/Makefile3
-rw-r--r--games/tmw/Makefile3
-rw-r--r--games/ufoai/Makefile2
-rw-r--r--games/warmux/Makefile1
-rw-r--r--games/warsow/Makefile3
-rw-r--r--games/worldofpadman/Makefile4
-rw-r--r--games/wormux-devel/Makefile3
-rw-r--r--games/wormux/Makefile1
-rw-r--r--games/xmoto/Makefile4
-rw-r--r--games/xonotic/Makefile2
22 files changed, 38 insertions, 25 deletions
diff --git a/games/alienarena/Makefile b/games/alienarena/Makefile
index 38f369a..db5722b 100644
--- a/games/alienarena/Makefile
+++ b/games/alienarena/Makefile
@@ -7,6 +7,7 @@
PORTNAME= alienarena
PORTVERSION= 2008.710
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://offload1.icculus.org/alienarena/Files/
DISTNAME= ${PORTNAME}2008-linux20080603
@@ -37,7 +38,7 @@ LIBDIR= ${PREFIX}/lib/${PORTNAME}
.include <bsd.port.pre.mk>
.if defined(WITH_CLIENT)
-LIB_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl \
+LIB_DEPENDS+= curl.5:${PORTSDIR}/ftp/curl \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png
USE_GL= yes
diff --git a/games/bzflag/Makefile b/games/bzflag/Makefile
index 52afb71..4c55039 100644
--- a/games/bzflag/Makefile
+++ b/games/bzflag/Makefile
@@ -7,13 +7,14 @@
PORTNAME= bzflag
PORTVERSION= 2.0.10
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF
MAINTAINER= chuck@pkix.net
COMMENT= A multiplayer 3D tank battle game
-LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl
+LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl
USE_BZIP2= yes
USE_SDL= yes
diff --git a/games/daimonin-client/Makefile b/games/daimonin-client/Makefile
index 7d22d8c..a983e2e 100644
--- a/games/daimonin-client/Makefile
+++ b/games/daimonin-client/Makefile
@@ -7,6 +7,7 @@
PORTNAME= daimonin_client
PORTVERSION= 0.9.7.1
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/daimonin
@@ -14,7 +15,7 @@ MAINTAINER= pav@FreeBSD.org
COMMENT= Free open source Massively Multiplayer On-line Role-playing Game (MMORPG)
LIB_DEPENDS= physfs:${PORTSDIR}/devel/physfs \
- curl.4:${PORTSDIR}/ftp/curl
+ curl.5:${PORTSDIR}/ftp/curl
USE_ZIP= yes
HAS_CONFIGURE= yes
diff --git a/games/daimonin/Makefile b/games/daimonin/Makefile
index 7d22d8c..a983e2e 100644
--- a/games/daimonin/Makefile
+++ b/games/daimonin/Makefile
@@ -7,6 +7,7 @@
PORTNAME= daimonin_client
PORTVERSION= 0.9.7.1
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/daimonin
@@ -14,7 +15,7 @@ MAINTAINER= pav@FreeBSD.org
COMMENT= Free open source Massively Multiplayer On-line Role-playing Game (MMORPG)
LIB_DEPENDS= physfs:${PORTSDIR}/devel/physfs \
- curl.4:${PORTSDIR}/ftp/curl
+ curl.5:${PORTSDIR}/ftp/curl
USE_ZIP= yes
HAS_CONFIGURE= yes
diff --git a/games/evq3/Makefile b/games/evq3/Makefile
index ee7c3f9..cac464c 100644
--- a/games/evq3/Makefile
+++ b/games/evq3/Makefile
@@ -7,6 +7,7 @@
PORTNAME= evq3
PORTVERSION= 1.3.20080810
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://evolution.quakedev.com/dev/evq3/:pak \
${MASTER_SITE_LOCAL:S|$|alepulver/:src|}
@@ -69,7 +70,7 @@ MAKE_ENV+= HAVE_VM_COMPILED=true
.if !defined(WITHOUT_CLIENT) || !defined(WITHOUT_SMP)
# curl
. if defined(WITH_CURL)
-LIB_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl
+LIB_DEPENDS+= curl.5:${PORTSDIR}/ftp/curl
MAKE_ENV+= USE_CURL=1
. if defined(WITH_CURL_DLOPEN)
MAKE_ENV+= USE_CURL_DLOPEN=1
diff --git a/games/f1spirit-remake/Makefile b/games/f1spirit-remake/Makefile
index f353892..3e8b531 100644
--- a/games/f1spirit-remake/Makefile
+++ b/games/f1spirit-remake/Makefile
@@ -7,6 +7,7 @@
PORTNAME= f1spirit-remake
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= games
# Original braingames site is really slow
MASTER_SITES= http://mirror.amdmi3.ru/ \
@@ -16,7 +17,7 @@ DISTNAME= f1spirit-linux
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Remake of classic F1 Spirit racing game
-LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl
+LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl
USE_ZIP= yes
USE_GMAKE= yes
diff --git a/games/fgsd/Makefile b/games/fgsd/Makefile
index f8f1daa..e8a3dd1 100644
--- a/games/fgsd/Makefile
+++ b/games/fgsd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= fgsd
DISTVERSION= 0.3.1a
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= SF
diff --git a/games/flightgear-atlas/Makefile b/games/flightgear-atlas/Makefile
index e199360..220a3bd 100644
--- a/games/flightgear-atlas/Makefile
+++ b/games/flightgear-atlas/Makefile
@@ -7,6 +7,7 @@
PORTNAME= flightgear-atlas
PORTVERSION= 0.3.0.20080504
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://contribs.martymac.com/FreeBSD-ports/distfiles/ \
http://freebsd.unixfreunde.de/sources/
@@ -19,7 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \
${LOCALBASE}/include/simgear/version.h:${PORTSDIR}/devel/simgear
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg \
- curl.4:${PORTSDIR}/ftp/curl
+ curl.5:${PORTSDIR}/ftp/curl
RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \
${LOCALBASE}/include/simgear/version.h:${PORTSDIR}/devel/simgear \
${LOCALBASE}/share/FlightGear/version:${PORTSDIR}/games/flightgear-data
diff --git a/games/iourbanterror/Makefile b/games/iourbanterror/Makefile
index 3e03bf3..6e28fd9 100644
--- a/games/iourbanterror/Makefile
+++ b/games/iourbanterror/Makefile
@@ -7,7 +7,7 @@
PORTNAME= iourbanterror
DISTVERSION= 2007_12_20
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= http://ftp.snt.utwente.nl/pub/games/urbanterror/iourbanterror/source/complete/
DISTNAME= ioUrbanTerrorSource_${DISTVERSION}
@@ -70,7 +70,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-cellshading
.if !defined(WITHOUT_CLIENT) || !defined(WITHOUT_SMP)
# curl
. if defined(WITH_CURL)
-LIB_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl
+LIB_DEPENDS+= curl.5:${PORTSDIR}/ftp/curl
MAKE_ENV+= USE_CURL=1
. if defined(WITH_CURL_DLOPEN)
MAKE_ENV+= USE_CURL_DLOPEN=1
diff --git a/games/mudmagic/Makefile b/games/mudmagic/Makefile
index 8aabb46..a245526 100644
--- a/games/mudmagic/Makefile
+++ b/games/mudmagic/Makefile
@@ -7,14 +7,14 @@
PORTNAME= mudmagic
PORTVERSION= 1.9
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= http://www.mudmagic.com/mud-client/downloads/
MAINTAINER= trasz@FreeBSD.org
COMMENT= A GTK+ based MUD client
-LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \
+LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \
pcre.0:${PORTSDIR}/devel/pcre \
png.5:${PORTSDIR}/graphics/png \
expat:${PORTSDIR}/textproc/expat2 \
diff --git a/games/nexuiz/Makefile b/games/nexuiz/Makefile
index 99328c0..989d6d8 100644
--- a/games/nexuiz/Makefile
+++ b/games/nexuiz/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nexuiz
PORTVERSION= 2.4.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
diff --git a/games/planeshift/Makefile b/games/planeshift/Makefile
index ccbdd69..effba32 100644
--- a/games/planeshift/Makefile
+++ b/games/planeshift/Makefile
@@ -7,7 +7,7 @@
PORTNAME= planeshift
PORTVERSION= 0.3.017
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= http://alex.foxybanana.com/freebsd/
@@ -19,7 +19,7 @@ BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam \
cel-config:${PORTSDIR}/graphics/crystalentitylayer-devel \
${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/libbfd
LIB_DEPENDS= cal3d.12:${PORTSDIR}/graphics/cal3d \
- curl.4:${PORTSDIR}/ftp/curl
+ curl.5:${PORTSDIR}/ftp/curl
USE_BZIP2= yes
GNU_CONFIGURE= yes
diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile
index 147e137..bf6880c 100644
--- a/games/pokerth/Makefile
+++ b/games/pokerth/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pokerth
PORTVERSION= 0.6.3
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF
DISTNAME= PokerTH-${PORTVERSION}-src
@@ -17,7 +18,7 @@ COMMENT= A poker game written in C++/QT4
LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost \
mikmod.2:${PORTSDIR}/audio/libmikmod \
gnutls.26:${PORTSDIR}/security/gnutls \
- curl.4:${PORTSDIR}/ftp/curl
+ curl.5:${PORTSDIR}/ftp/curl
USE_ICONV= yes
USE_BZIP2= yes
diff --git a/games/tmw/Makefile b/games/tmw/Makefile
index aa6241d..3618e7c 100644
--- a/games/tmw/Makefile
+++ b/games/tmw/Makefile
@@ -7,6 +7,7 @@
PORTNAME= tmw
PORTVERSION= 0.0.27
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF
MASTER_SITE_SUBDIR= themanaworld
@@ -17,7 +18,7 @@ COMMENT= A free open source 2D MMORPG in development
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
png.5:${PORTSDIR}/graphics/png \
- curl.4:${PORTSDIR}/ftp/curl \
+ curl.5:${PORTSDIR}/ftp/curl \
physfs-1.0.1:${PORTSDIR}/devel/physfs
BUILD_DEPENDS= guichan>=0.8.1:${PORTSDIR}/devel/guichan
RUN_DEPENDS= guichan>=0.8.1:${PORTSDIR}/devel/guichan
diff --git a/games/ufoai/Makefile b/games/ufoai/Makefile
index 4e40049..821abaf 100644
--- a/games/ufoai/Makefile
+++ b/games/ufoai/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ufoai
PORTVERSION= 2.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF
DISTNAME= ${PORTNAME:S/$/-/}${PORTVERSION}-source
diff --git a/games/warmux/Makefile b/games/warmux/Makefile
index 06cbde9..47a7144 100644
--- a/games/warmux/Makefile
+++ b/games/warmux/Makefile
@@ -7,6 +7,7 @@
PORTNAME= wormux
DISTVERSION= 0.8.1
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://download.gna.org/wormux/
diff --git a/games/warsow/Makefile b/games/warsow/Makefile
index 23fc7c2..22836df 100644
--- a/games/warsow/Makefile
+++ b/games/warsow/Makefile
@@ -7,6 +7,7 @@
PORTNAME= warsow
PORTVERSION= 0.42
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://data.rodix.free.fr/warsow/files/ \
http://88.191.19.21/wsw/
@@ -16,7 +17,7 @@ DIST_SUBDIR= ${PORTNAME}
MAINTAINER= danfe@FreeBSD.org
COMMENT= A fast paced first person shooter game
-LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl
+LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl
RUN_DEPENDS= ${DATADIR}/basewsw/data0.pk3:${PORTSDIR}/games/warsow-data
ONLY_FOR_ARCHS= i386 amd64
diff --git a/games/worldofpadman/Makefile b/games/worldofpadman/Makefile
index 9ef5ba2..5e75d2e 100644
--- a/games/worldofpadman/Makefile
+++ b/games/worldofpadman/Makefile
@@ -7,7 +7,7 @@
PORTNAME= worldofpadman
PORTVERSION= 1.2.20080621
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://thilo.kickchat.com/download/:full \
http://btc3x6.che.uni-bayreuth.de/~tl/wop_final/:full \
@@ -66,7 +66,7 @@ MAKE_ENV+= HAVE_VM_COMPILED=true
.if !defined(WITHOUT_CLIENT) || !defined(WITHOUT_SMP)
# curl
. if defined(WITH_CURL)
-LIB_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl
+LIB_DEPENDS+= curl.5:${PORTSDIR}/ftp/curl
MAKE_ENV+= USE_CURL=1
. if defined(WITH_CURL_DLOPEN)
MAKE_ENV+= USE_CURL_DLOPEN=1
diff --git a/games/wormux-devel/Makefile b/games/wormux-devel/Makefile
index ccd6242..e144440 100644
--- a/games/wormux-devel/Makefile
+++ b/games/wormux-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= wormux
DISTVERSION= 20081225
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://freebsd.unixfreunde.de/sources/
PKGNAMESUFFIX= -devel
@@ -16,7 +17,7 @@ COMMENT= Wormux game
LIB_DEPENDS= xml\\+\\+-2.6.2:${PORTSDIR}/textproc/libxml++26 \
png.5:${PORTSDIR}/graphics/png \
- curl.4:${PORTSDIR}/ftp/curl
+ curl.5:${PORTSDIR}/ftp/curl
GNU_CONFIGURE= yes
USE_SDL= sdl image mixer ttf gfx net
diff --git a/games/wormux/Makefile b/games/wormux/Makefile
index 06cbde9..47a7144 100644
--- a/games/wormux/Makefile
+++ b/games/wormux/Makefile
@@ -7,6 +7,7 @@
PORTNAME= wormux
DISTVERSION= 0.8.1
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://download.gna.org/wormux/
diff --git a/games/xmoto/Makefile b/games/xmoto/Makefile
index dc7c20b..4dd767a 100644
--- a/games/xmoto/Makefile
+++ b/games/xmoto/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xmoto
PORTVERSION= 0.5.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://download.tuxfamily.org/xmoto/xmoto/${PORTVERSION}/ \
http://mirror.amdmi3.ru/
@@ -18,7 +18,7 @@ COMMENT= Challenging 2D motocross platform game
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg \
- curl.4:${PORTSDIR}/ftp/curl
+ curl.5:${PORTSDIR}/ftp/curl
BUILD_DEPENDS= ${LOCALBASE}/lib/libode.a:${PORTSDIR}/devel/ode
GNU_CONFIGURE= yes
diff --git a/games/xonotic/Makefile b/games/xonotic/Makefile
index 99328c0..989d6d8 100644
--- a/games/xonotic/Makefile
+++ b/games/xonotic/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nexuiz
PORTVERSION= 2.4.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
OpenPOWER on IntegriCloud